@@ -12753,3 +12753,27 @@ published rates from open-exchange-rates. Compatible with the money gem.")
(description "Routing tree web toolkit")
(home-page "http://roda.jeremyevans.net")
(license license:expat)))
+
+(define-public ruby-nori
+ (package
+ (name "ruby-nori")
+ (version "2.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "nori" version))
+ (sha256
+ (base32
+ "066wc774a2zp4vrq3k7k8p0fhv30ymqmxma1jj7yg5735zls8agn"))))
+ (build-system ruby-build-system)
+ (arguments
+ ;; Tests require too old version of rspec
+ `(#:tests? #f))
+ (native-inputs
+ `(("ruby-rspec" ,ruby-rspec)
+ ("ruby-rake" ,ruby-rake)
+ ("ruby-nokogiri" ,ruby-nokogiri)))
+ (synopsis "XML to Hash translator")
+ (description "XML to Hash translator")
+ (home-page "https://github.com/savonrb/nori")
+ (license license:expat)))