setsuzoku 0.12.57 → 0.12.58

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: 354bcd90c475c2613cf86f61b262da5d4437e882ef35cec8f275c19dd3aa2a00
4
- data.tar.gz: 864a061588fa66caab9cf5d811bd1e437a9f3a6f58e7869c2d93f94971f68554
3
+ metadata.gz: db38bddfbe165a55b8cabea8957cf34d6114378f818d624ba5e2c6e60684eaf9
4
+ data.tar.gz: e03a3f747df144a8fc32b48a6015d7835f3b40a8374026345386faa6594b18b0
5
5
  SHA512:
6
- metadata.gz: 8577f822f98a0185f68d994043f5021ad375672279a93c9e148918e4a8ada56b1bfae756f2d15b4639ea5aab58223349cd31f0ce6386e5cca2b0997b56c34bbb
7
- data.tar.gz: 9f4924eb243e5c7c801325d793f6875efc2e50100c95cc271dc49edefae07793366484e7e805f432fa3a0a2461d1a3018a08bce2585c365da7fcb4e7bc79e9fc
6
+ metadata.gz: 653c90ca66961e8a5acfc4e172f126df2e72d4be7ecf279ba0f9a708f6a2b2f8b30b57a65fae583318a4bfbfa3dc167ce57d1da43be6069902a7bef6e81556ce
7
+ data.tar.gz: 850f3fc734debc5a1b7c2bf80be4f74e46c542556b9ed3bd0f917877c064b1533be9c340d43969172e02d95b8edd4442635723b4124932db4f3ca477577dac1a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- setsuzoku (0.12.57)
4
+ setsuzoku (0.12.58)
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)
@@ -86,7 +86,7 @@ module Setsuzoku
86
86
  raw_response = self.perform_external_call(request: request, action_details: action_details, **options)
87
87
  formatted_response = self.parse_response(response: raw_response, response_type: action_details[:actions][request.action][:response_type])
88
88
  success = true
89
- rescue Exception => e
89
+ rescue ::Exception => e
90
90
  exception = e
91
91
  self.external_api_handler.call_external_api_exception(
92
92
  plugin: self.plugin,
@@ -119,7 +119,7 @@ module Setsuzoku
119
119
  key = result.root.name.underscore.to_sym
120
120
  val = xml_node_to_hash(result.root)
121
121
  { key => val }
122
- rescue Exception => e
122
+ rescue ::Exception => e
123
123
  {}
124
124
  end
125
125
  end
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Setsuzoku
5
- VERSION = '0.12.57'
5
+ VERSION = '0.12.58'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: setsuzoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.57
4
+ version: 0.12.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Stadtler