Revisions of rubygem-savon

Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1182405 from Dan Čermák's avatar Dan Čermák (defolos) (revision 26)
🤖: Automatic update to 2.15.0
Dan Čermák's avatar Dan Čermák (dancermak) accepted request 1126187 from Dan Čermák's avatar Dan Čermák (defolos) (revision 25)
🤖: Automatic update to 2.14.0
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 15)
update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 255967 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
adapt to new rubygem packaging
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 13)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 12)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 11)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 9)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
- updated to version 2.2.0
 * Feature: [#416](https://github.com/savonrb/savon/pull/416) The global `namespace_identifier`
   option can now be set to `nil` to not add a namespace identifier to the message tag.
 
 * Feature: [#408](https://github.com/savonrb/savon/pull/408) Added `Savon::Client#service_name`
   to return the name of the SOAP service.
 
 * Improvement: When mistyping an option name, Savon used to raise a simple `NoMethodError`.
   This is because regardless of whether you're using the Hash or block syntax to pass global
   or local options, both are just method calls on some options object.
 
     ```
     NoMethodError: undefined method 'wsdk' for #<Savon::GlobalOptions:0x007fed95a55228>
     ```
 
   As of this change, Savon now catches those errors and raise a `Savon::UnknownOptionError`
   with a slightly more helpful error message instead.
 
     ```
     Savon::UnknownOptionError:
        Unknown global option: :wsdk
     ```
 
 * Improvement: [#385](https://github.com/savonrb/savon/issues/385) Instead of raising an
   `ArgumentError` when Wasabi can't find any operations in the WSDL. Savon now raises a
   `Savon::UnknownOperationError`. This might happen when Wasabi fails to parse the WSDL
   because of imports for example.
 
 * Fix: [#430](https://github.com/savonrb/savon/pull/430) allows you to rescue and ignore
   `Savon::Error` errors in production while still having mocks trigger test failures.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
- updated to version 1.2.0
 * Fix: [#312](https://github.com/rubiii/savon/pull/312) recursively determines the proper namespaces
   for SOAP body Hashes with nested Arrays of Hashes.
 
 * Improvement: [#318](https://github.com/rubiii/savon/pull/318) isolates building the request to
   improve threadsafety.
 
 * Refactoring: Use the `Wasabi::Document` with resolver instead of the custom `Savon::Wasabi::Document`.
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by