setsuzoku 0.12.55 → 0.12.56
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/Gemfile.lock +4 -4
- data/lib/setsuzoku/service/web_service/api_strategy.rb +1 -1
- data/lib/setsuzoku/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2c77487d2492717b45ce979383f28ce7f981cdcb6686438ee3fa95648e6900a
|
|
4
|
+
data.tar.gz: fee54d6cc4ccd975874d4319453962589a7066c82cbca30abb03fd6fd09a9894
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a355ced8681dcbe0a5ea9db83ccab04a7551f9cc63fe95b15c57d9ea311075accb3637d89b9b8a4c3504d5dd74ba0a08cc9e9fea8a2bc5c346f20c6629a6fa6
|
|
7
|
+
data.tar.gz: fcbda4c7bbff627afecef61bf01177f1f78e8d4a53d7cc3c9ec630f1d7e43c80c1cb2d232ca0ec672cb068551170f2e97d8ba79a467ff09fcb75c3dd88ef6ab8
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
setsuzoku (0.12.
|
|
4
|
+
setsuzoku (0.12.56)
|
|
5
5
|
activesupport (~> 5.0)
|
|
6
6
|
faraday (~> 0.11)
|
|
7
7
|
nokogiri (~> 1.10)
|
|
@@ -10,7 +10,7 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (5.2.4.
|
|
13
|
+
activesupport (5.2.4.4)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
15
|
i18n (>= 0.7, < 2)
|
|
16
16
|
minitest (~> 5.1)
|
|
@@ -27,7 +27,7 @@ GEM
|
|
|
27
27
|
i18n (1.8.5)
|
|
28
28
|
concurrent-ruby (~> 1.0)
|
|
29
29
|
mini_portile2 (2.4.0)
|
|
30
|
-
minitest (5.14.
|
|
30
|
+
minitest (5.14.2)
|
|
31
31
|
multipart-post (2.1.1)
|
|
32
32
|
nokogiri (1.10.10)
|
|
33
33
|
mini_portile2 (~> 2.4.0)
|
|
@@ -49,7 +49,7 @@ GEM
|
|
|
49
49
|
safe_yaml (1.0.5)
|
|
50
50
|
sorbet (0.5.5675)
|
|
51
51
|
sorbet-static (= 0.5.5675)
|
|
52
|
-
sorbet-runtime (0.5.
|
|
52
|
+
sorbet-runtime (0.5.5924)
|
|
53
53
|
sorbet-static (0.5.5675-universal-darwin-14)
|
|
54
54
|
thread_safe (0.3.6)
|
|
55
55
|
tzinfo (1.2.7)
|
|
@@ -116,7 +116,7 @@ module Setsuzoku
|
|
|
116
116
|
def convert_xml_to_hash(xml)
|
|
117
117
|
begin
|
|
118
118
|
result = Nokogiri::XML(xml)
|
|
119
|
-
|
|
119
|
+
{ result.root.name.underscore.to_sym => xml_node_to_hash(result.root) }
|
|
120
120
|
rescue Exception => e
|
|
121
121
|
{}
|
|
122
122
|
end
|
data/lib/setsuzoku/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: setsuzoku
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.56
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Stadtler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|