mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ruby-gherkin: Update to 5.1.0.
Don't upgrade all the way to version 6, as version 5 is needed for Cucumber 3. * gnu/packages/ruby.scm (ruby-gherkin): Update to 5.1.0. [description]: Use @file{ }.
This commit is contained in:
parent
5cd047e807
commit
aada5f6f3b
1 changed files with 5 additions and 5 deletions
|
@ -3794,14 +3794,14 @@ (define-public ruby-docile
|
||||||
(define-public ruby-gherkin
|
(define-public ruby-gherkin
|
||||||
(package
|
(package
|
||||||
(name "ruby-gherkin")
|
(name "ruby-gherkin")
|
||||||
(version "4.1.3")
|
(version "5.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "gherkin" version))
|
(uri (rubygems-uri "gherkin" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d18r8mf2qyd9jbq9xxvca8adyysdzvwdy8v9c2s5hrd6p02kg79"))))
|
"1cgcdchwwdm10rsk44frjwqd4ihprhxjbm799nscqy2q1raqfj5s"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)))
|
`(("bundler" ,bundler)))
|
||||||
|
@ -3809,9 +3809,9 @@ (define-public ruby-gherkin
|
||||||
'(#:tests? #f)) ; needs simplecov, among others
|
'(#:tests? #f)) ; needs simplecov, among others
|
||||||
(synopsis "Gherkin parser for Ruby")
|
(synopsis "Gherkin parser for Ruby")
|
||||||
(description "Gherkin is a parser and compiler for the Gherkin language.
|
(description "Gherkin is a parser and compiler for the Gherkin language.
|
||||||
It is intended be used by all Cucumber implementations to parse '.feature'
|
It is intended be used by all Cucumber implementations to parse
|
||||||
files.")
|
@file{.feature} files.")
|
||||||
(home-page "https://github.com/cucumber/gherkin3")
|
(home-page "https://github.com/cucumber-attic/gherkin")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-cucumber-core
|
(define-public ruby-cucumber-core
|
||||||
|
|
Loading…
Reference in a new issue