wasabi 3.7.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -12
- data/README.md +7 -1
- data/lib/wasabi/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cb7ba7548da2251d1886b1187abb9b1239b0a975e8b681378435f2c3b953acb
|
|
4
|
+
data.tar.gz: 7d2f15a8c77f11f1141003e291d099d0196f09640f6af1d97798c16f68b40924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99e99287b5ad3206b11daf4edd7d475b59c2cb9c45495112d09a4419d74a022240d7f96b90821c00477ec4677267713101bcf292326a609e52795fbd9d09b471
|
|
7
|
+
data.tar.gz: 169c5f6b2ee393599b4d0e602c3db76f34b8355e93b85d6ac86154257f337ef624323492dfaaa68599c8f3bcaa4079ea409b80d3665efe6663a00a0243253d24
|
data/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
#
|
|
1
|
+
# CHANGELOG for Wasabi
|
|
2
|
+
|
|
3
|
+
## Unreleased
|
|
2
4
|
|
|
3
5
|
- _Your new line here. Mind the style of prefix used in the rest of the document._
|
|
6
|
+
|
|
7
|
+
## 3.8.0 (2022-10-01)
|
|
8
|
+
|
|
9
|
+
- Change: Update HTTPI to 3.0 to remove the socksify dependency. ([savonrb/httpi#225](https://github.com/savonrb/httpi/pull/225))
|
|
10
|
+
|
|
11
|
+
## 3.7.0 (2022-01-25)
|
|
12
|
+
|
|
4
13
|
- Breaking: BC BREAKING: Revert "Add support for rpc encoded wsdl" ([#103](https://github.com/savonrb/wasabi/pull/103))
|
|
5
|
-
- Fix: Support escaped endpoint
|
|
14
|
+
- Fix: Support escaped endpoint URLs ([#100](https://github.com/savonrb/wasabi/pull/100))
|
|
6
15
|
|
|
7
|
-
|
|
16
|
+
## 3.6.1 (2020-08-27)
|
|
8
17
|
|
|
9
18
|
- Fix: Repair unlinked Markdown in the CHANGELOG
|
|
10
19
|
- Add: Link to the CHANGELOG in the RubyGems.org metadata
|
|
11
20
|
- Add: Link to the Rubydocs.info documentation in the RubyGems.org metadata
|
|
12
21
|
|
|
13
|
-
|
|
22
|
+
## 3.6.0 (2020-08-27)
|
|
14
23
|
|
|
15
24
|
- Add: Support RPC-encoded WSDL ([#63](https://github.com/savonrb/wasabi/pull/63), [@fernandes][])
|
|
16
25
|
- 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][])
|
|
@@ -18,35 +27,35 @@
|
|
|
18
27
|
- Change: Reduced size of gem by focusing the files list ([#89](https://github.com/savonrb/wasabi/pull/89), [@utkarsh2102][])
|
|
19
28
|
- Remove: No longer tested on Rubinius
|
|
20
29
|
|
|
21
|
-
|
|
30
|
+
## 3.5.1 (2015-05-18)
|
|
22
31
|
|
|
23
32
|
NB: This version was never released to RubyGems.org.
|
|
24
33
|
|
|
25
34
|
* Fix: [#59](https://github.com/savonrb/wasabi/issue/59) Stop monkey patching the String class to provide #snakecase
|
|
26
35
|
|
|
27
|
-
|
|
36
|
+
## 3.5.0 (2015-03-31)
|
|
28
37
|
|
|
29
38
|
* Formally drop support for ruby 1.8.7
|
|
30
39
|
|
|
31
|
-
|
|
40
|
+
## 3.4.0 (2015-03-02)
|
|
32
41
|
|
|
33
42
|
* Fix: [#634](https://github.com/savonrb/savon/issues/634) Reverts PR #46, generates *most* operation names correctly.
|
|
34
43
|
|
|
35
|
-
|
|
44
|
+
## 3.3.1 (2014-09-25)
|
|
36
45
|
|
|
37
46
|
* Fix: [#48](https://github.com/savonrb/wasabi/issues/48) Remove dependency on mime-type gem
|
|
38
47
|
|
|
39
|
-
|
|
48
|
+
## 3.3.0 (2014-05-03)
|
|
40
49
|
* Feature: [#44](https://github.com/savonrb/wasabi/pull/44) adds a feature to specify the HTTPI adapter you'd like to use.
|
|
41
50
|
|
|
42
|
-
|
|
51
|
+
## 3.2.3 (2013-12-16)
|
|
43
52
|
* 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.
|
|
44
53
|
|
|
45
|
-
|
|
54
|
+
## 3.2.2 (2013-12-09)
|
|
46
55
|
|
|
47
56
|
* 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
|
|
48
57
|
|
|
49
|
-
|
|
58
|
+
## 3.2.1 (2013-12-05)
|
|
50
59
|
|
|
51
60
|
* 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.
|
|
52
61
|
|
data/README.md
CHANGED
|
@@ -9,12 +9,18 @@ A simple WSDL parser.
|
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
12
|
-
Wasabi is available through [
|
|
12
|
+
Wasabi is available through [RubyGems](http://rubygems.org/gems/wasabi) and can be installed via:
|
|
13
13
|
|
|
14
14
|
```
|
|
15
15
|
$ gem install wasabi
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
Probably, you are using this gem as a dependency of some other gem. But, if you want to control which version of Wasabi to pick, you can add a `gem` line to your `Gemfile`:
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
gem "wasabi"
|
|
22
|
+
```
|
|
23
|
+
|
|
18
24
|
|
|
19
25
|
## Getting started
|
|
20
26
|
|
data/lib/wasabi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wasabi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Harrington
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01
|
|
11
|
+
date: 2022-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpi
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '3.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '3.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: nokogiri
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -73,10 +73,10 @@ licenses:
|
|
|
73
73
|
- MIT
|
|
74
74
|
metadata:
|
|
75
75
|
changelog_uri: https://github.com/savonrb/wasabi/blob/master/CHANGELOG.md
|
|
76
|
-
documentation_uri: https://www.rubydoc.info/gems/wasabi/3.
|
|
76
|
+
documentation_uri: https://www.rubydoc.info/gems/wasabi/3.8.0
|
|
77
77
|
source_code_uri: https://github.com/savonrb/wasabi
|
|
78
78
|
bug_tracker_uri: https://github.com/savonrb/wasabi/issues
|
|
79
|
-
post_install_message:
|
|
79
|
+
post_install_message:
|
|
80
80
|
rdoc_options: []
|
|
81
81
|
require_paths:
|
|
82
82
|
- lib
|
|
@@ -91,8 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
|
-
rubygems_version: 3.
|
|
95
|
-
signing_key:
|
|
94
|
+
rubygems_version: 3.3.7
|
|
95
|
+
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: A simple WSDL parser
|
|
98
98
|
test_files: []
|