gnu: Add ruby-rspec-core-2.
* gnu/packages/ruby.scm (ruby-rspec-core-2): New variable.master
parent
4f9ff21ea0
commit
64c318f2a4
|
@ -4,6 +4,7 @@
|
|||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org>
|
||||
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;;
|
||||
;;; 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")
|
||||
|
|
Reference in New Issue