mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add ruby-gherkin-ruby.
* gnu/packages/ruby.scm (ruby-gherkin-ruby): New public variable.
This commit is contained in:
parent
6623a15123
commit
8f85018daa
1 changed files with 19 additions and 0 deletions
|
@ -5698,6 +5698,25 @@ (define-public ruby-gherkin
|
||||||
(home-page "https://github.com/cucumber-attic/gherkin")
|
(home-page "https://github.com/cucumber-attic/gherkin")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-gherkin-ruby
|
||||||
|
(package
|
||||||
|
(name "ruby-gherkin-ruby")
|
||||||
|
(version "0.3.2")
|
||||||
|
(home-page "http://github.com/codegram/gherkin-ruby")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "gherkin-ruby" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"18ay7yiibf4sl9n94k7mbi4k5zj2igl4j71qcmkswv69znyx0sn1"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(synopsis "Pure Ruby Gherkin parser")
|
||||||
|
(description
|
||||||
|
"Gherkin-ruby is a Gherkin parser written in pure Ruby and less than
|
||||||
|
200 lines of code.")
|
||||||
|
;; XXX: No license information anywhere but Readme.md.
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-aruba
|
(define-public ruby-aruba
|
||||||
(package
|
(package
|
||||||
(name "ruby-aruba")
|
(name "ruby-aruba")
|
||||||
|
|
Loading…
Reference in a new issue