setsuzoku 0.12.55 → 0.12.56

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: 209da60858d8c596cf08c87043d7f7d5c3df56686d2b298b78496a69ad70ea38
4
- data.tar.gz: db4c1a44a273c91fd43e25756cae1e73111c09ffa686480b40087ebd7c3ab9c7
3
+ metadata.gz: c2c77487d2492717b45ce979383f28ce7f981cdcb6686438ee3fa95648e6900a
4
+ data.tar.gz: fee54d6cc4ccd975874d4319453962589a7066c82cbca30abb03fd6fd09a9894
5
5
  SHA512:
6
- metadata.gz: 699b117d7db9aa921af3597b2b1950c40e268c8222dd234027f526daa79bccb534a14318d080691c6aa412338905eb93448cfc971269f2cdeb67b5aace0db7a5
7
- data.tar.gz: f29475d982716292aeb358e5d2a7ac11e2afe7da6e5292b96ffacf5d8e26d00b9ae7508d03c19893ad4409c9c45341a4653f3b7254660ea5617d40584ad78d5d
6
+ metadata.gz: 5a355ced8681dcbe0a5ea9db83ccab04a7551f9cc63fe95b15c57d9ea311075accb3637d89b9b8a4c3504d5dd74ba0a08cc9e9fea8a2bc5c346f20c6629a6fa6
7
+ data.tar.gz: fcbda4c7bbff627afecef61bf01177f1f78e8d4a53d7cc3c9ec630f1d7e43c80c1cb2d232ca0ec672cb068551170f2e97d8ba79a467ff09fcb75c3dd88ef6ab8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- setsuzoku (0.12.55)
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.3)
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.1)
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.5916)
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
- return { result.root.name.underscore.to_sym => xml_node_to_hash(result.root)}
119
+ { result.root.name.underscore.to_sym => xml_node_to_hash(result.root) }
120
120
  rescue Exception => e
121
121
  {}
122
122
  end
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Setsuzoku
5
- VERSION = '0.12.55'
5
+ VERSION = '0.12.56'
6
6
  end
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.55
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-23 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler