[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34217] [PATCH 05/11] gnu: Add ruby-cucumber-expressions.
From: |
Christopher Baines |
Subject: |
[bug#34217] [PATCH 05/11] gnu: Add ruby-cucumber-expressions. |
Date: |
Sun, 27 Jan 2019 11:49:50 +0000 |
* gnu/packages/ruby.scm (ruby-cucumber-expressions): New variable.
---
gnu/packages/ruby.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 510f0d6bbc..fe06ee455e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3754,6 +3754,31 @@ and trust on your team.")
(home-page "https://cucumber.io/")
(license license:expat)))
+(define-public ruby-cucumber-expressions
+ (package
+ (name "ruby-cucumber-expressions")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "cucumber-expressions" version))
+ (sha256
+ (base32
+ "0zwmv6hznyz9vk81f5dhwcr9jhxx2vmbk8yyazayvllvhy0fkpdw"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:test-target "spec"))
+ (native-inputs
+ `(("bundler" ,bundler)
+ ("ruby-rspec" ,ruby-rspec)
+ ("ruby-simplecov" ,ruby-simplecov)))
+ (synopsis "Simpler alternative to Regular Expressions")
+ (description "Cucumber Expressions offer similar functionality to Regular
+Expressions, with a syntax that is easier to read and write. Cucumber
+Expressions are extensible with parameter types.")
+ (home-page "https://github.com/cucumber/cucumber-expressions-ruby")
+ (license license:expat)))
+
(define-public ruby-cucumber-wire
(package
(name "ruby-cucumber-wire")
--
2.20.1
- [bug#34217] [PATCH 10/11] gnu: ruby-gherkin: Update to 5.1.0., (continued)
- [bug#34217] [PATCH 10/11] gnu: ruby-gherkin: Update to 5.1.0., Christopher Baines, 2019/01/27
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., Christopher Baines, 2019/01/27
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., swedebugia, 2019/01/29
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., Ricardo Wurmus, 2019/01/30
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., swedebugia, 2019/01/30
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., swedebugia, 2019/01/30
- [bug#34217] [PATCH 11/11] gnu: Add ruby-cucumber and ruby-aruba., swedebugia, 2019/01/31
[bug#34217] [PATCH 07/11] gnu: Add ruby-backports., Christopher Baines, 2019/01/27
[bug#34217] [PATCH 03/11] gnu: Add ruby-ruby-progressbar., Christopher Baines, 2019/01/27
[bug#34217] [PATCH 05/11] gnu: Add ruby-cucumber-expressions.,
Christopher Baines <=
[bug#34217] [PATCH 04/11] gnu: Add ruby-fuubar., Christopher Baines, 2019/01/27
[bug#34217] [PATCH 02/11] gnu: Add ruby-contracts., Christopher Baines, 2019/01/27
[bug#34217] [PATCH 00/11] Add ruby-cucumber along with dependencies and a couple of updates., swedebugia, 2019/01/28