gnu: ruby-method-source: Update to 0.9.0.
* gnu/packages/ruby.scm (ruby-method-source): Update to 0.9.0. [arguments]: Use "spec" test target. [native-inputs]: Remove ruby-bacon, add ruby-rspec.master
parent
08d97842e1
commit
c83550372a
|
@ -2107,17 +2107,19 @@ both CSS3 selector and XPath 1.0 support.")
|
||||||
(define-public ruby-method-source
|
(define-public ruby-method-source
|
||||||
(package
|
(package
|
||||||
(name "ruby-method-source")
|
(name "ruby-method-source")
|
||||||
(version "0.8.2")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "method_source" version))
|
(uri (rubygems-uri "method_source" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g5i4w0dmlhzd18dijlqw5gk27bv6dj2kziqzrzb7mpgxgsd1sf2"))))
|
"0xqj21j3vfq4ldia6i2akhn2qd84m0iqcnsl49kfpq3xk6x0dzgn"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:test-target "spec"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ruby-bacon" ,ruby-bacon)
|
`(("ruby-rspec" ,ruby-rspec)
|
||||||
("git" ,git)))
|
("git" ,git)))
|
||||||
(synopsis "Retrieve the source code for Ruby methods")
|
(synopsis "Retrieve the source code for Ruby methods")
|
||||||
(description "Method_source retrieves the source code for Ruby methods.
|
(description "Method_source retrieves the source code for Ruby methods.
|
||||||
|
|
Reference in New Issue