SHA256
1
0
forked from pool/rubygem-nori

11 Commits

Author SHA256 Message Date
642698cc00 Accepting request 501534 from devel:languages:ruby:extensions
dependency for vagrant 1.9.5

OBS-URL: https://build.opensuse.org/request/show/501534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-nori?expand=0&rev=1
2017-07-28 07:47:00 +00:00
Stephan Kulow
c224a9ccb0 Accepting request 305862 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/305862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=10
2015-05-08 08:59:58 +00:00
Stephan Kulow
2710af4011 Accepting request 294100 from home:coolo:branches:devel:languages:ruby:extensions
update

OBS-URL: https://build.opensuse.org/request/show/294100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=9
2015-04-04 20:44:36 +00:00
Stephan Kulow
b756aab596 Accepting request 255812 from home:coolo:branches:devel:languages:ruby:extensions
adapt to new rubygem packaging

OBS-URL: https://build.opensuse.org/request/show/255812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=8
2014-10-13 14:45:53 +00:00
Stephan Kulow
963e8ca488 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=7
2014-05-19 06:11:44 +00:00
Stephan Kulow
b97ba8eee9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=6
2013-07-30 21:00:27 +00:00
Stephan Kulow
b638ae2342 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=5
2013-05-13 11:08:11 +00:00
Stephan Kulow
02427b5aaa - 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!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=4
2013-02-09 09:18:27 +00:00
Stephan Kulow
6dc3d6520a - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=3
2012-12-14 06:00:24 +00:00
Stephan Kulow
dc7df3fd44 gem2rpm
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=2
2012-07-29 15:22:58 +00:00
6d459e3eab Accepting request 79319 from home:darix:rails31:ext
Package required by SUSE Studio rails3 branch

OBS-URL: https://build.opensuse.org/request/show/79319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-nori?expand=0&rev=1
2011-08-19 12:37:17 +00:00