gnu: ruby-nokogumbo: Update to 1.4.7-1.

* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 1.4.7-1.
This commit is contained in:
Ben Woodcroft 2016-05-21 23:31:56 +10:00
parent 59884b71e3
commit f1ae7c6218
1 changed files with 60 additions and 59 deletions

View File

@ -2511,9 +2511,10 @@ multibyte strings, internationalization, time zones, and testing.")
(license license:expat)))
(define-public ruby-nokogumbo
(let ((commit "fb51ff299a1c34346837580b6d1d9a60fadf5dbd"))
(package
(name "ruby-nokogumbo")
(version "1.4.6")
(version (string-append "1.4.7-1." (string-take commit 8)))
(source (origin
;; We use the git reference, because there's no Rakefile in the
;; published gem and the tarball on Github is outdated.
@ -2571,7 +2572,7 @@ multibyte strings, internationalization, time zones, and testing.")
"Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and
access the result as a Nokogiri parsed document.")
(home-page "https://github.com/rubys/nokogumbo/")
(license license:asl2.0)))
(license license:asl2.0))))
(define-public ruby-sanitize
(package