savon_fixes 0.0.2 → 0.0.3.pre.rc.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 888babf4e141a22f9c8ba15dbb4a5d1c73e17c86f99ca1a6b0f91a45b2a7436c
4
- data.tar.gz: 3fa7dc891e9ee8988e053081082e8b98c144eca616cd4ffeb19ed1c88ffdb152
3
+ metadata.gz: 6307a0ca5a6ae970d9439a87f3736fdc88cadcefb5601c0b4c55cfa040f5fea4
4
+ data.tar.gz: c18e3b53b992708aee5e2b77ed673e734747378e71a1d6a1edc399afde206d23
5
5
  SHA512:
6
- metadata.gz: abcde0499b8f7b631ede1bae4f3a663a6a83b2b2b5eb72735abc687ead7689545ff4a50a09b86b2dbfc811fe32346e5f4f2ad811bbfdfd388035430279f899f0
7
- data.tar.gz: 2dd079edb7ccc316ebce1e2fb866377c40357e6e21a76c358102f25a994be27e168630e59912c5f33653793732bbb002897da8cf5bbf17c31416868c5957500a
6
+ metadata.gz: 1c69dc1cd9b9edcebc009db9399896f5c4ceaca0aaf7da5f7a6817c7059d184f19f5aaf7233453e0d1d1abfd398db4ea00a2d9357984c30861f7aaba4ff15cc8
7
+ data.tar.gz: c498ebc4e2024aaa12c2a3a934234e3a044208234c6c08a470acbc4591952e54328e09b82db27d8c9c9c78cc42b96c30418186fbd790e358f4ee2b0afc909bfa
data/README.md CHANGED
@@ -16,12 +16,29 @@ Add in your `Gemfile`
16
16
  gem 'savon_fixes'
17
17
  ```
18
18
 
19
+ Wherever you require `savon`, add:
20
+
21
+ ```ruby
22
+ require 'savon_fixes'
23
+ ```
24
+
25
+ So that should end up looking like:
26
+
27
+ ```ruby
28
+ require 'savon'
29
+ require 'savon_fixes'
30
+ ```
31
+
19
32
  # PRs incorporated and bugs fixed
20
33
 
21
34
  Currently there is only one fix incorporated. There are many issues filed against this problem as the stalebot shuts them all down.
22
35
 
23
- - Bugs related to namespacing [#916](https://github.com/savonrb/savon/issues/916), [#899](https://github.com/savonrb/savon/issues/899), [#820](https://github.com/savonrb/savon/issues/820), [#895](https://github.com/savonrb/savon/issues/895) and [#862](https://github.com/savonrb/savon/issues/862) which were all fixed by [#917](https://github.com/savonrb/savon/pull/917)
36
+ - Bugs related to namespacing [#916](https://github.com/savonrb/savon/issues/916), [#899](https://github.com/savonrb/savon/issues/899), [#820](https://github.com/savonrb/savon/issues/820), [#895](https://github.com/savonrb/savon/issues/895), [#862](https://github.com/savonrb/savon/issues/862) and [#830](https://github.com/savonrb/savon/issues/830) which were all fixed by [#917](https://github.com/savonrb/savon/pull/917)
24
37
 
25
38
  # Contributing
26
39
 
27
40
  Please create PR and follow the monkey patching approach already taken. Also please ensure there is a working test for your fix and that all the tests continue to pass.
41
+
42
+ # Maintainers
43
+
44
+ Once all tests are passing, update `lib/savon_fixes/version.rb` to a new version, commit to `master` and the gem will be pushed to rubygems.
@@ -1,3 +1,4 @@
1
+ require 'savon'
1
2
  require 'savon_fixes/savon/qualified_message'
2
3
 
3
4
  module SavonFixes
@@ -1,3 +1,3 @@
1
1
  module SavonFixes
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3-rc.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: savon_fixes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3.pre.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Oberhuber
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-24 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon
@@ -151,9 +151,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
- - - ">="
154
+ - - ">"
155
155
  - !ruby/object:Gem::Version
156
- version: '0'
156
+ version: 1.3.1
157
157
  requirements: []
158
158
  rubygems_version: 3.0.3
159
159
  signing_key: