guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add ruby-rspec-2.


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

rekado pushed a commit to branch master
in repository guix.

commit 5ac984b3d5444d51479e4d1a6190dc7b2b2beef4
Author: Ben Woodcroft <address@hidden>
Date:   Wed Oct 7 18:45:04 2015 +1000

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2d94632..3101c01 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -383,6 +383,20 @@ expectations and mocks frameworks.")
     (home-page "http://rspec.info/";)
     (license license:expat)))
 
+(define-public ruby-rspec-2
+  (package (inherit ruby-rspec)
+    (version "2.14.1")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rspec" version))
+              (sha256
+               (base32
+                "134y4wzk1prninb5a0bhxgm30kqfzl8dg06af4js5ylnhv2wd7sg"))))
+    (propagated-inputs
+     `(("ruby-rspec-core" ,ruby-rspec-core-2)
+       ("ruby-rspec-mocks" ,ruby-rspec-mocks-2)
+       ("ruby-rspec-expectations" ,ruby-rspec-expectations-2)))))
+
 ;; Bundler is yet another source of circular dependencies, so we must disable
 ;; its test suite as well.
 (define-public bundler



reply via email to

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