gnu: ruby-gem-hadar: Update to 1.9.1.

* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.9.1.
[propagated-inputs]: Remove ruby-sdoc, add ruby-yard.
[native-inputs]: Remove bundler.
This commit is contained in:
Ben Woodcroft 2017-06-02 22:06:39 -05:00
parent fc29d5e61b
commit 3fd577e3c5
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 3 additions and 5 deletions

View File

@ -2285,13 +2285,13 @@ documentation for Ruby code.")
(define-public ruby-gem-hadar (define-public ruby-gem-hadar
(package (package
(name "ruby-gem-hadar") (name "ruby-gem-hadar")
(version "1.3.1") (version "1.9.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "gem_hadar" version)) (uri (rubygems-uri "gem_hadar" version))
(sha256 (sha256
(base32 (base32
"1j8qri4m9wf8nbfv0kakrgsv2x8vg10914xgm6f69nw8zi3i39ws")))) "1zxvd9l95rbks7x3cxn396w0sn7nha5542bf97v8akkn4vm7nby9"))))
(build-system ruby-build-system) (build-system ruby-build-system)
;; This gem needs itself at development time. We disable rebuilding of the ;; This gem needs itself at development time. We disable rebuilding of the
;; gemspec to avoid this loop. ;; gemspec to avoid this loop.
@ -2305,9 +2305,7 @@ documentation for Ruby code.")
(propagated-inputs (propagated-inputs
`(("git" ,git) `(("git" ,git)
("ruby-tins" ,ruby-tins) ("ruby-tins" ,ruby-tins)
("ruby-sdoc" ,ruby-sdoc))) ("ruby-yard" ,ruby-yard)))
(native-inputs
`(("bundler" ,bundler)))
(synopsis "Library for the development of Ruby gems") (synopsis "Library for the development of Ruby gems")
(description (description
"This library contains some useful functionality to support the "This library contains some useful functionality to support the