guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: Add ruby-rspec-expectations-2.


From: Ricardo Wurmus
Subject: 02/05: gnu: Add ruby-rspec-expectations-2.
Date: Thu, 15 Oct 2015 10:23:30 +0000

rekado pushed a commit to branch master
in repository guix.

commit fb157f2507fbf5f83975a6b5c6c92b05270324bb
Author: Ben Woodcroft <address@hidden>
Date:   Wed Oct 7 18:42:54 2015 +1000

    gnu: Add ruby-rspec-expectations-2.
    
    * gnu/packages/ruby.scm (ruby-rspec-expectations-2): New variable.
---
 gnu/packages/ruby.scm |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ad194d7..1093077 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -313,6 +313,18 @@ outcomes of a code example.")
     (home-page "https://github.com/rspec/rspec-expectations";)
     (license license:expat)))
 
+(define-public ruby-rspec-expectations-2
+  (package (inherit ruby-rspec-expectations)
+    (version "2.14.5")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rspec-expectations" version))
+              (sha256
+               (base32
+                "1ni8kw8kjv76jvwjzi4jba00k3qzj9f8wd94vm6inz0jz3gwjqf9"))))
+    (propagated-inputs
+     `(("ruby-diff-lcs" ,ruby-diff-lcs)))))
+
 (define-public ruby-rspec-mocks
   (package
     (name "ruby-rspec-mocks")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]