summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-08-07 09:39:07 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-08-10 15:36:33 +1000
commit44514637ca848c29568c51d7aea0d4cbf056b0e1 (patch)
tree52114243b8dc8d7fad1f23c9aa23f606bea58de6 /gnu/packages/ruby.scm
parent29f49403a9b34899a5eeeffac3cca50217955c4f (diff)
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.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 376120685ab..bff0d3c88d9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2973,26 +2973,26 @@ Ruby classes.")
2973 (home-page "https://ms-ati.github.io/docile/") 2973 (home-page "https://ms-ati.github.io/docile/")
2974 (license license:expat))) 2974 (license license:expat)))
2975 2975
2976(define-public ruby-gherkin3 2976(define-public ruby-gherkin
2977 (package 2977 (package
2978 (name "ruby-gherkin3") 2978 (name "ruby-gherkin")
2979 (version "3.1.1") 2979 (version "4.0.0")
2980 (source 2980 (source
2981 (origin 2981 (origin
2982 (method url-fetch) 2982 (method url-fetch)
2983 (uri (rubygems-uri "gherkin3" version)) 2983 (uri (rubygems-uri "gherkin" version))
2984 (sha256 2984 (sha256
2985 (base32 2985 (base32
2986 "0xsyxhqa1gwcxzvsdy4didaiq5vam8ma3fbwbw2w60via4k6r1z9")))) 2986 "1ripjv97hg746xszx9isal8z8vrlb98asc2rdxl291b3hr6pj0pr"))))
2987 (build-system ruby-build-system) 2987 (build-system ruby-build-system)
2988 (native-inputs 2988 (native-inputs
2989 `(("bundler" ,bundler))) 2989 `(("bundler" ,bundler)))
2990 (arguments 2990 (arguments
2991 '(#:tests? #f)) ; needs simplecov, among others 2991 '(#:tests? #f)) ; needs simplecov, among others
2992 (synopsis "Gherkin parser for Ruby") 2992 (synopsis "Gherkin parser for Ruby")
2993 (description "Gherkin 3 is a parser and compiler for the Gherkin language. 2993 (description "Gherkin is a parser and compiler for the Gherkin language.
2994It is intended to replace Gherkin 2 and be used by all Cucumber 2994It is intended be used by all Cucumber implementations to parse '.feature'
2995implementations to parse '.feature' files.") 2995files.")
2996 (home-page "https://github.com/cucumber/gherkin3") 2996 (home-page "https://github.com/cucumber/gherkin3")
2997 (license license:expat))) 2997 (license license:expat)))
2998 2998
@@ -3009,7 +3009,7 @@ implementations to parse '.feature' files.")
3009 "0qj2fsqvp94nggnikbnrfvnmzr1pl6ifmdsxj69kdw1kkab30jjr")))) 3009 "0qj2fsqvp94nggnikbnrfvnmzr1pl6ifmdsxj69kdw1kkab30jjr"))))
3010 (build-system ruby-build-system) 3010 (build-system ruby-build-system)
3011 (propagated-inputs 3011 (propagated-inputs
3012 `(("ruby-gherkin3" ,ruby-gherkin3))) 3012 `(("ruby-gherkin" ,ruby-gherkin)))
3013 (native-inputs 3013 (native-inputs
3014 `(("bundler" ,bundler))) 3014 `(("bundler" ,bundler)))
3015 (arguments 3015 (arguments