Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby2.5-rubygem-nori | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.6.0 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Wed Aug 2 10:58:05 2023 |
Group: Development/Languages/Ruby | Build host: obs-arm-10 |
Size: 65793 | Source RPM: rubygem-nori-2.6.0-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/savonrb/nori | |
Summary: XML to Hash translator |
XML to Hash translator.
MIT
* Fri May 08 2015 coolo@suse.com - updated to version 2.6.0 see installed CHANGELOG.md [#] 2.6.0 (2015-05-06) * Feature: [#69](https://github.com/savonrb/nori/pull/69) Add option to convert empty tags to a value other than nil. * Thu Apr 02 2015 coolo@suse.com - updated to version 2.5.0 * Mon Oct 13 2014 coolo@suse.com - adapt to new rubygem packaging * Sun May 18 2014 coolo@suse.com - updated to version 2.4.0 * Change: Dropped support for ruby 1.8, rubinius and ree * Feature: Added `:convert_attributes` feature similar to `:convert_tags_to` * Feature: Added `:convert_dashes_to_underscore` option * Tue Jul 30 2013 coolo@suse.com - 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. * Mon May 13 2013 coolo@suse.com - 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. * Sat Feb 09 2013 coolo@suse.com - 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! * Fri Dec 14 2012 coolo@suse.com - 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. * Fri Jul 22 2011 fcastelli@novell.com - Fix provides statement. * Fri Jul 22 2011 fcastelli@novell.com - Add provides rubygem-nori-1. It's required to build rubygem-savon.
/usr/lib64/ruby/gems/2.5.0/build_info /usr/lib64/ruby/gems/2.5.0/cache/nori-2.6.0.gem /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0 /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/.gitignore /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/.rspec /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/.travis.yml /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/CHANGELOG.md /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/Gemfile /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/LICENSE /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/README.md /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/Rakefile /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/benchmark /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/benchmark/benchmark.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/benchmark/soap_response.xml /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/core_ext /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/core_ext.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/core_ext/hash.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/core_ext/object.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/core_ext/string.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/parser /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/parser/nokogiri.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/parser/rexml.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/string_io_file.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/string_with_attributes.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/version.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/lib/nori/xml_utility_node.rb /usr/lib64/ruby/gems/2.5.0/gems/nori-2.6.0/nori.gemspec /usr/lib64/ruby/gems/2.5.0/specifications/nori-2.6.0.gemspec /usr/share/doc/packages/ruby2.5-rubygem-nori /usr/share/doc/packages/ruby2.5-rubygem-nori/CHANGELOG.md /usr/share/doc/packages/ruby2.5-rubygem-nori/LICENSE /usr/share/doc/packages/ruby2.5-rubygem-nori/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024