mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-typhoeus.
* gnu/packages/ruby.scm (ruby-typhoeus): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
45270b1862
commit
b47c85a50d
1 changed files with 24 additions and 0 deletions
|
@ -1484,6 +1484,30 @@ Grammar (PEG) parser generator Domain Specific Language (DSL).")
|
||||||
(home-page "https://github.com/cjheath/treetop")
|
(home-page "https://github.com/cjheath/treetop")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-typhoeus
|
||||||
|
(package
|
||||||
|
(name "ruby-typhoeus")
|
||||||
|
(version "1.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "typhoeus" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ; no included tests
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ruby-ethon" ,ruby-ethon)))
|
||||||
|
(synopsis "@code{libcurl} wrapper in Ruby")
|
||||||
|
(description
|
||||||
|
"Like a modern code version of the mythical beast with 100 serpent heads,
|
||||||
|
Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling
|
||||||
|
logic.")
|
||||||
|
(home-page "https://github.com/typhoeus/typhoeus")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-rubocop-performance
|
(define-public ruby-rubocop-performance
|
||||||
(package
|
(package
|
||||||
(name "ruby-rubocop-performance")
|
(name "ruby-rubocop-performance")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue