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:
		
							parent
							
								
									59884b71e3
								
							
						
					
					
						commit
						f1ae7c6218
					
				
					 1 changed files with 60 additions and 59 deletions
				
			
		| 
						 | 
					@ -2511,9 +2511,10 @@ multibyte strings, internationalization, time zones, and testing.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public ruby-nokogumbo
 | 
					(define-public ruby-nokogumbo
 | 
				
			||||||
 | 
					  (let ((commit "fb51ff299a1c34346837580b6d1d9a60fadf5dbd"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "ruby-nokogumbo")
 | 
					      (name "ruby-nokogumbo")
 | 
				
			||||||
    (version "1.4.6")
 | 
					      (version (string-append "1.4.7-1." (string-take commit 8)))
 | 
				
			||||||
      (source (origin
 | 
					      (source (origin
 | 
				
			||||||
                ;; We use the git reference, because there's no Rakefile in the
 | 
					                ;; We use the git reference, because there's no Rakefile in the
 | 
				
			||||||
                ;; published gem and the tarball on Github is outdated.
 | 
					                ;; 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
 | 
					       "Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and
 | 
				
			||||||
access the result as a Nokogiri parsed document.")
 | 
					access the result as a Nokogiri parsed document.")
 | 
				
			||||||
      (home-page "https://github.com/rubys/nokogumbo/")
 | 
					      (home-page "https://github.com/rubys/nokogumbo/")
 | 
				
			||||||
    (license license:asl2.0)))
 | 
					      (license license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public ruby-sanitize
 | 
					(define-public ruby-sanitize
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue