mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: ruby-bandwidth-iris: Fix indentation.
* gnu/packages/ruby.scm (ruby-bandwidth-iris): Fix indentation.
This commit is contained in:
parent
92970e7c34
commit
3a0c066096
1 changed files with 10 additions and 10 deletions
|
@ -13887,24 +13887,24 @@ (define-public ruby-bandwidth-iris
|
|||
(name "ruby-bandwidth-iris")
|
||||
(version "5.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "ruby-bandwidth-iris" version))
|
||||
(sha256
|
||||
(base32 "1hmrxs0dif6fw5npyzcshk4nq9qr2kbmnx7mdjr5v1nhzlfr0678"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "ruby-bandwidth-iris" version))
|
||||
(sha256
|
||||
(base32 "1hmrxs0dif6fw5npyzcshk4nq9qr2kbmnx7mdjr5v1nhzlfr0678"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
;; XXX: Tests don't require helper for some reason, so all fail.
|
||||
`(#:tests? #f))
|
||||
(native-inputs
|
||||
(list ruby-rspec
|
||||
ruby-yard))
|
||||
ruby-yard))
|
||||
(propagated-inputs
|
||||
(list ruby-activesupport
|
||||
ruby-builder
|
||||
ruby-faraday
|
||||
ruby-faraday-middleware
|
||||
ruby-nori))
|
||||
ruby-builder
|
||||
ruby-faraday
|
||||
ruby-faraday-middleware
|
||||
ruby-nori))
|
||||
(home-page "https://github.com/Bandwidth/ruby-bandwidth-iris")
|
||||
(synopsis "Gem for integrating to Bandwidth's Iris API")
|
||||
(description "Bandwidth IRIS is a Ruby SDK for Bandwidth Phone Number
|
||||
|
|
Loading…
Reference in a new issue