Revisions of rubygem-nori
Dominique Leuenberger (dimstar_suse)
accepted
request 501534
from
Johannes Kastl (ojkastl_buildservice)
(revision 11)
initialized devel package after accepting 501534
Stephan Kulow (coolo)
accepted
request 255812
from
Stephan Kulow (coolo)
(revision 8)
adapt to new rubygem packaging
Stephan Kulow (coolo)
committed
(revision 7)
update
Stephan Kulow (coolo)
committed
(revision 6)
- updated to version 2.3.0 +* Change: `Nori#find` now ignores namespace prefixes in Hash keys it is searching through. +* Fix: Limited Nokogiri to < 1.6, because v1.6 dropped support for Ruby 1.8.
Stephan Kulow (coolo)
committed
(revision 5)
- updated to version 2.2.0 * Feature: [#42](https://github.com/savonrb/nori/pull/42) adds the `:delete_namespace_attributes` option to remove namespace attributes like `xmlns:*` or `xsi:*`. # 2.1.0 (2013-04-21) * Feature: Added `Nori.hash_key` and `Nori#find` to work with Hash keys generated by Nori. Original issue: [savonrb/savon#393](https://github.com/savonrb/savon/pull/393) # 2.0.4 (2013-02-26) * Fix: [#37](https://github.com/savonrb/nori/issues/37) special characters problem on Ruby 1.9.3-p392.
Stephan Kulow (coolo)
committed
(revision 4)
- updated to version 2.0.3 * Fix for remote code execution bug. For more in-depth information, read about the recent [Rails hotfix](https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/61bkgvnSGTQ). Please make sure to upgrade now!
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.
Stephan Kulow (coolo)
committed
(revision 2)
gem2rpm
Flavio Castelli (flavio_castelli)
accepted
request 79319
from
Flavio Castelli (flavio_castelli)
(revision 1)
Package required by SUSE Studio rails3 branch
Displaying all 11 revisions