me
/
guix
Archived
1
0
Fork 0

gnu: ruby-gherkin3: Rename to ruby-gherkin and update to 4.0.0.

* gnu/packages/ruby.scm (ruby-gherkin3): Rename to ruby-gherkin and update to
4.0.0.
(ruby-cucumber-core)[propagated-inputs]: Adjust accordingly.
master
Ben Woodcroft 2016-08-07 09:39:07 +10:00
parent 29f49403a9
commit 44514637ca
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 9 additions and 9 deletions

View File

@ -2973,26 +2973,26 @@ Ruby classes.")
(home-page "https://ms-ati.github.io/docile/") (home-page "https://ms-ati.github.io/docile/")
(license license:expat))) (license license:expat)))
(define-public ruby-gherkin3 (define-public ruby-gherkin
(package (package
(name "ruby-gherkin3") (name "ruby-gherkin")
(version "3.1.1") (version "4.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "gherkin3" version)) (uri (rubygems-uri "gherkin" version))
(sha256 (sha256
(base32 (base32
"0xsyxhqa1gwcxzvsdy4didaiq5vam8ma3fbwbw2w60via4k6r1z9")))) "1ripjv97hg746xszx9isal8z8vrlb98asc2rdxl291b3hr6pj0pr"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
`(("bundler" ,bundler))) `(("bundler" ,bundler)))
(arguments (arguments
'(#:tests? #f)) ; needs simplecov, among others '(#:tests? #f)) ; needs simplecov, among others
(synopsis "Gherkin parser for Ruby") (synopsis "Gherkin parser for Ruby")
(description "Gherkin 3 is a parser and compiler for the Gherkin language. (description "Gherkin is a parser and compiler for the Gherkin language.
It is intended to replace Gherkin 2 and be used by all Cucumber It is intended be used by all Cucumber implementations to parse '.feature'
implementations to parse '.feature' files.") files.")
(home-page "https://github.com/cucumber/gherkin3") (home-page "https://github.com/cucumber/gherkin3")
(license license:expat))) (license license:expat)))
@ -3009,7 +3009,7 @@ implementations to parse '.feature' files.")
"0qj2fsqvp94nggnikbnrfvnmzr1pl6ifmdsxj69kdw1kkab30jjr")))) "0qj2fsqvp94nggnikbnrfvnmzr1pl6ifmdsxj69kdw1kkab30jjr"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
`(("ruby-gherkin3" ,ruby-gherkin3))) `(("ruby-gherkin" ,ruby-gherkin)))
(native-inputs (native-inputs
`(("bundler" ,bundler))) `(("bundler" ,bundler)))
(arguments (arguments