me
/
guix
Archived
1
0
Fork 0

gnu: ruby-faraday: Propagate ruby-faraday-net-http.

* gnu/packages/ruby.scm (ruby-faraday-net-http)
[propagated-inputs]: Add ruby-faraday-net-http.
[native-inputs]: Delete ruby-faraday-net-http.
master
Maxim Cournoyer 2023-01-08 22:14:43 -05:00
parent 6dd38a7527
commit 28ffbbfe58
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -12198,13 +12198,14 @@ over many adapters.")
(arguments (list #:test-target "spec"))
(native-inputs
(list ruby-coveralls
ruby-faraday-net-http
ruby-pry
ruby-rack
ruby-rspec
ruby-simplecov
ruby-webmock))
(propagated-inputs (list ruby-ruby2-keywords))
;; Propagate faraday-net-http as this is the default adapter used, and
;; many Ruby projects assumes it is available.
(propagated-inputs (list ruby-ruby2-keywords ruby-faraday-net-http))
(synopsis "Ruby HTTP/REST API client library")
(description "Faraday is a HTTP/REST API client library which provides a
common interface over different adapters.")