mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add ruby-sawyer.
* gnu/packages/ruby.scm (ruby-sawyer): New variable.
This commit is contained in:
parent
7a5035162b
commit
03a0f98a8d
1 changed files with 21 additions and 0 deletions
|
@ -6118,6 +6118,27 @@ (define-public ruby-ffi-rzmq
|
|||
(home-page "https://github.com/chuckremes/ffi-rzmq")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-sawyer
|
||||
(package
|
||||
(name "ruby-sawyer")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "sawyer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz"))))
|
||||
(build-system ruby-build-system)
|
||||
(propagated-inputs
|
||||
`(("ruby-addressable" ,ruby-addressable)
|
||||
("ruby-faraday" ,ruby-faraday)))
|
||||
(synopsis "Experimental hypermedia agent for Ruby")
|
||||
(description "Sawyer is an experimental hypermedia agent for Ruby built on
|
||||
top of Faraday.")
|
||||
(home-page "https://github.com/lostisland/sawyer")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-gherkin
|
||||
(package
|
||||
(name "ruby-gherkin")
|
||||
|
|
Loading…
Reference in a new issue