gnu: Add ruby-rspec-expectations-2.

* gnu/packages/ruby.scm (ruby-rspec-expectations-2): New variable.
This commit is contained in:
Ben Woodcroft 2015-10-07 18:42:54 +10:00 committed by Ricardo Wurmus
parent 64c318f2a4
commit fb157f2507

View file

@ -313,6 +313,18 @@ (define-public ruby-rspec-expectations
(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")