File rubygem-wasabi.changes of Package rubygem-wasabi

-------------------------------------------------------------------
Tue Nov 14 18:43:26 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- 4.0.0:

- Formally drop support for unsupported rubies (2.6 and below)
- Parse Input/Output When Operation Style is Document ([#114](https://github.com/savonrb/wasabi/pull/114))



-------------------------------------------------------------------
Mon Oct 10 13:26:17 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 3.8.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Tue Feb 15 07:45:31 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 3.7.0
 see installed CHANGELOG.md

  # Unreleased
  
  - _Your new line here. Mind the style of prefix used in the rest of the document._
  - Breaking: BC BREAKING: Revert "Add support for rpc encoded wsdl" ([#103](https://github.com/savonrb/wasabi/pull/103))
  - Fix: Support escaped endpoint urls ([#100](https://github.com/savonrb/wasabi/pull/100))
  

-------------------------------------------------------------------
Fri Sep 25 15:07:28 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 3.6.1
 see installed CHANGELOG.md

  # 3.6.1 (2020-08-27)
  
  - Fix: Repair unlinked Markdown in the CHANGELOG
  - Add: Link to the CHANGELOG in the RubyGems.org metadata
  - Add: Link to the Rubydocs.info documentation in the RubyGems.org metadata
  
  # 3.6.0 (2020-08-27)
  
  - Add: Support RPC-encoded WSDL ([#63](https://github.com/savonrb/wasabi/pull/63), [@fernandes][])
  - Fix: Depend on [addressable](https://github.com/sporkmonger/addressable), for unescape to avoid a Ruby warning ([#81](https://github.com/savonrb/wasabi/pull/81) , [@chaymaeBZ][], [@bvicenzo][])
  - Fix: [#59](https://github.com/savonrb/wasabi/issue/59) Turn `String` monkeypatches into `Wasabi` class methods ([@tjarratt][]) (released this version)
  - Change: Reduced size of gem by focusing the files list ([#89](https://github.com/savonrb/wasabi/pull/89), [@utkarsh2102][])
  - Remove: No longer tested on Rubinius
  
  # 3.5.1 (2015-05-18)
  
  NB: This version was never released to RubyGems.org.
  
  * Fix: [#59](https://github.com/savonrb/wasabi/issue/59) Stop monkey patching the String class to provide #snakecase
  

-------------------------------------------------------------------
Thu Apr  2 04:37:59 UTC 2015 - coolo@suse.com

- updated to version 3.5.0

-------------------------------------------------------------------
Wed Mar  4 05:34:37 UTC 2015 - coolo@suse.com

- updated to version 3.4.0
  * Fix: [#634](https://github.com/savonrb/savon/issues/634) Reverts PR #46, generates *most* operation names correctly.

-------------------------------------------------------------------
Sun Feb  8 21:24:23 UTC 2015 - coolo@suse.com

- updated to version 3.3.1
 * Fix: [#48](https://github.com/savonrb/wasabi/issue/48) Remove dependency on mime-type gem

-------------------------------------------------------------------
Mon Oct 13 18:52:53 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sun May 18 09:04:46 UTC 2014 - coolo@suse.com

- updated to version 3.3.0
 * Feature: [#44](https://github.com/savonrb/wasabi/pull/44) adds a feature to specify the HTTPI adapter you'd like to use.

-------------------------------------------------------------------
Fri Dec 20 12:02:59 UTC 2013 - coolo@suse.com

- updated to version 3.2.3
 * Fix [#39](https://github.com/savonrb/wasabi/pull/39) fixes new regression in operation names. Huge thank you to #leoping for investigating this and issuing a pull request.

-------------------------------------------------------------------
Mon Dec  9 11:39:43 UTC 2013 - coolo@suse.com

- updated to version 3.2.2
 * Fix: [#32](https://github.com/savonrb/wasabi/issues/32) fixes a regression in operation names that was adversely affecting Savon: https://github.com/savonrb/savon/issues/520
 * Feature: Drops requirement for Nokogiri <= 1.6 for modern rubies. This was in place for ruby 1.8 but since support for that is going away, we shouldn't prevent users from using newer versions of Nokogiri.

-------------------------------------------------------------------
Tue Jul 30 18:46:56 UTC 2013 - coolo@suse.com

- updated to version 3.2.0
 * Feature: [#20](https://github.com/savonrb/wasabi/issues/20) Limited support for listing an
   operation's parameters. Please note that if your WSDL defines imports, this method might
   not return all types.
 
 * Improvement: [#7](https://github.com/savonrb/wasabi/issues/7) Major speed improvements.
 
 * Improvement: [#16](https://github.com/savonrb/wasabi/issues/16) Various improvements regarding
   element order and type information.
 
 * Fix: [#25](https://github.com/savonrb/wasabi/issues/25) Fixes a problem where Wasabi escaped
   an already escaped endpoint URL.
 
 * Fix: [#15](https://github.com/savonrb/wasabi/issues/15) Fixes a bug where the operation tag
   name was not correctly extracted from the WSDL document.

-------------------------------------------------------------------
Sun May  5 17:29:43 UTC 2013 - coolo@suse.com

- updated to version 3.1.0

-------------------------------------------------------------------
Sat Dec 22 21:40:22 UTC 2012 - coolo@suse.com

- updated to version 3.0.0
 * Updated to HTTPI 2.0 to play nicely with Savon 2.0.

-------------------------------------------------------------------
Sun Aug 26 05:39:22 UTC 2012 - coolo@suse.com

- updated to version 2.5.1
  * Fix: [#14](https://github.com/rubiii/wasabi/issues/14) fixes an issue where
    finding the correct SOAP input tag and namespace identifier fails when portTypes
    are imported, since imports are currently not supported.
  
    The bug was introduced in v2.2.0 by [583cf6](https://github.com/rubiii/wasabi/commit/583cf658f1953411a7a7a4c22923fa0a046c8d6d).
  
  * Refactoring: Removed `Object#blank?` core extension.

-------------------------------------------------------------------
Wed Aug 24 21:41:45 UTC 2011 - fcastelli@novell.com

- fix building

-------------------------------------------------------------------
Fri Jul 22 13:42:56 UTC 2011 - fcastelli@novell.com

- Fix provides statement.

-------------------------------------------------------------------
Fri Jul 22 10:25:59 UTC 2011 - fcastelli@novell.com

- Add provides rubygem-wasabi-2. It's required to build rubygem-savon.

-------------------------------------------------------------------
Thu Jul 21 13:33:33 UTC 2011 - fcastelli@novell.com

- Initial package (v2.0.0)

openSUSE Build Service is sponsored by