guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Add ruby-rspec-core-2.


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

rekado pushed a commit to branch master
in repository guix.

commit 64c318f2a4eaf691a77d38c3495dab2c9b9baf89
Author: Ben Woodcroft <address@hidden>
Date:   Wed Oct 7 18:41:03 2015 +1000

    gnu: Add ruby-rspec-core-2.
    
    * gnu/packages/ruby.scm (ruby-rspec-core-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 c906361..ad194d7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015 David Thompson <address@hidden>
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015 Ben Woodcroft <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -258,6 +259,17 @@ groups.")
     (home-page "https://github.com/rspec/rspec-core";)
     (license license:expat)))
 
+(define-public ruby-rspec-core-2
+  (package (inherit ruby-rspec-core)
+    (version "2.14.8")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rspec-core" version))
+              (sha256
+               (base32
+                "0psjy5kdlz3ph39br0m01w65i1ikagnqlg39f8p65jh5q7dz8hwc"))))
+    (propagated-inputs `())))
+
 (define-public ruby-diff-lcs
   (package
     (name "ruby-diff-lcs")



reply via email to

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