faraday-decode_xml 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f3cdd8b85bd65538e376adc19b33cc4bc050d06e8433a5591db529ca7400031
4
- data.tar.gz: d6103409bf9c1c364529cd4e9eb9c52e9e9328433f78b5f343c4d642043ed94a
3
+ metadata.gz: c5e8f93f1f209d40769df5d7e4640fb0404f93bd5bad1fb3328adb881cc39287
4
+ data.tar.gz: ba7f2175421923848d07b7e771b8b7b43b65143fb7d469e76eef1b11fba924e3
5
5
  SHA512:
6
- metadata.gz: 97cf6349802faa8f89bf2d305efc396bf0be3778e3b02fd75f70404d536d59bc5ed7f9a0b0c7eb448d3a6c0ccab5e7e1def944ec1004ffd2c25d17d1f7febb68
7
- data.tar.gz: bcef664a14c72703d4c6c0dd6207193069b8a5adb9b90f25b310545e5fe86d25b7199f486d6adf0aad9aa252397fc692287b2f9b473e63c0d6a6e3feec90100f
6
+ metadata.gz: 1aa64a17b8375e53d56bfb7aa473ce299b3242a4a41244a4d482f30b38d79f4610de66488a95b2d821c593797dc14460814d42dd0c45cb286212b353b5d135b3
7
+ data.tar.gz: 26f732f6529bd5df02c58f71f841a97532f13ff97b9e15d9c3b65478463aaa3946e197593ac719ae8d0333c59778aaf747d6daea0337a9fca15960e4daf3d30e
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module DecodeXML
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-decode_xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spencer Oberstadt
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
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: '2.0'
26
+ version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: multi_xml
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -170,8 +170,8 @@ licenses:
170
170
  - MIT
171
171
  metadata:
172
172
  bug_tracker_uri: https://github.com/soberstadt/faraday-decode_xml/issues
173
- changelog_uri: https://github.com/soberstadt/faraday-decode_xml/blob/v0.1.0/CHANGELOG.md
174
- documentation_uri: http://www.rubydoc.info/gems/faraday-decode_xml/0.1.0
173
+ changelog_uri: https://github.com/soberstadt/faraday-decode_xml/blob/v0.1.1/CHANGELOG.md
174
+ documentation_uri: http://www.rubydoc.info/gems/faraday-decode_xml/0.1.1
175
175
  homepage_uri: https://github.com/soberstadt/faraday-decode_xml
176
176
  rubygems_mfa_required: 'true'
177
177
  source_code_uri: https://github.com/soberstadt/faraday-decode_xml