faraday-decode_xml 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/faraday/decode_xml/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5e8f93f1f209d40769df5d7e4640fb0404f93bd5bad1fb3328adb881cc39287
|
4
|
+
data.tar.gz: ba7f2175421923848d07b7e771b8b7b43b65143fb7d469e76eef1b11fba924e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aa64a17b8375e53d56bfb7aa473ce299b3242a4a41244a4d482f30b38d79f4610de66488a95b2d821c593797dc14460814d42dd0c45cb286212b353b5d135b3
|
7
|
+
data.tar.gz: 26f732f6529bd5df02c58f71f841a97532f13ff97b9e15d9c3b65478463aaa3946e197593ac719ae8d0333c59778aaf747d6daea0337a9fca15960e4daf3d30e
|
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.
|
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: '
|
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: 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.
|
174
|
-
documentation_uri: http://www.rubydoc.info/gems/faraday-decode_xml/0.1.
|
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
|