nori

Edit Package rubygem-nori
http://github.com/rubiii/nori

XML to Hash translator

Refresh
Refresh
Source Files
Filename Size Changed
nori-2.0.0.gem 0000020480 20 KB
rubygem-nori.changes 0000001485 1.45 KB
rubygem-nori.spec 0000002291 2.24 KB
Revision 3 (latest revision is 11)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
- updated to version 2.0.0
 Please make sure to read the updated README for how to use the new version.
 
 * Change: Nori now defaults to use the Nokogiri parser.
 
 * Refactoring: Changed the `Nori` module to a class. This might cause problems if you
   included the `Nori` module somewhere in your application. This use case was removed
   for overall simplicity.
 
 * Refactoring: Changed the interface to remove any global state. The global configuration
   is gone and replaced with simple options to be passed to `Nori.new`.
 
     ``` ruby
     parser = Nori.new(strip_namespaces: true)
     parser.parse(xml)
     ```
 
 * Refactoring: Removed the `Nori::Parser` module methods. After refactoring the rest,
   there was only a single method left for this module and that was moved to `Nori`.
 
 * Fix: [#16](https://github.com/savonrb/nori/issues/16) strip XML passed to Nori.
Comments 0
openSUSE Build Service is sponsored by