cirro-ruby-client 2.6.6 → 2.6.7

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: a6cb630fc2d389ee8e06ae3c6570e931289dad404b5ad66c74d9a7adc523a0f9
4
- data.tar.gz: f202a36fdb8b87de31d9c14be3aa5249f8ea877bad5696b7c7f6bb5b05f22daf
3
+ metadata.gz: 1df691df2b39a21fdab0255c3e702f7ccdfb9c312e4aab0440252fa635449268
4
+ data.tar.gz: a1f996c704c86ed5965f2391446249a61ca4d0ee849c9caaf85e180f090c5822
5
5
  SHA512:
6
- metadata.gz: 77530dc614305cc7f8e9e4180820c7589833b7c48654a1782e5d7c9680481379a31525a2c144b9cf4df0985b7453d3040ef1206fc3a6162773f46e0178496660
7
- data.tar.gz: f1d0ea7b57e8925005215f01bfee93659fc19d4d32675bffbe6f8b44aa88321e34743a2c8c371015ff3caf773fcbda7e7b06a1427c2914bb540c230e6cf2cc71
6
+ metadata.gz: 51f446789d7e85a4439990e79bb5593d1e68a560c6500b9ca63ce1bbffce64bb40c1c7e61f414af09b6b9b610b95c5fa9b6f48c9799904240810790abd2a639b
7
+ data.tar.gz: 0344fcaad582917889929b2220930af15acee9c17cef9cccb58996036155372290ef19c334b3f48dc48c56b3d38d9c6060d9931a7d4660ffbe17b4e23a651317
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.6.6)
4
+ cirro-ruby-client (2.6.7)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.1.3.2)
15
- activesupport (= 7.1.3.2)
16
- activesupport (7.1.3.2)
14
+ activemodel (7.1.3.4)
15
+ activesupport (= 7.1.3.4)
16
+ activesupport (7.1.3.4)
17
17
  base64
18
18
  bigdecimal
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -23,20 +23,19 @@ GEM
23
23
  minitest (>= 5.1)
24
24
  mutex_m
25
25
  tzinfo (~> 2.0)
26
- addressable (2.8.6)
27
- public_suffix (>= 2.0.2, < 6.0)
26
+ addressable (2.8.7)
27
+ public_suffix (>= 2.0.2, < 7.0)
28
28
  ast (2.4.2)
29
29
  base64 (0.2.0)
30
- bigdecimal (3.1.6)
30
+ bigdecimal (3.1.8)
31
31
  coderay (1.1.3)
32
- concurrent-ruby (1.2.3)
32
+ concurrent-ruby (1.3.3)
33
33
  connection_pool (2.4.1)
34
34
  crack (1.0.0)
35
35
  bigdecimal
36
36
  rexml
37
37
  diff-lcs (1.5.1)
38
- drb (2.2.0)
39
- ruby2_keywords
38
+ drb (2.2.1)
40
39
  faker (3.2.3)
41
40
  i18n (>= 1.8.11, < 2)
42
41
  faraday (1.1.0)
@@ -45,7 +44,7 @@ GEM
45
44
  faraday_middleware (1.2.0)
46
45
  faraday (~> 1.0)
47
46
  hashdiff (1.1.0)
48
- i18n (1.14.1)
47
+ i18n (1.14.5)
49
48
  concurrent-ruby (~> 1.0)
50
49
  json (2.7.1)
51
50
  json_api_client (1.22.0)
@@ -55,12 +54,12 @@ GEM
55
54
  faraday (>= 0.15.2, < 2.0)
56
55
  faraday_middleware (>= 0.9.0, < 2.0)
57
56
  rack (>= 0.2)
58
- jwt (2.8.0)
57
+ jwt (2.8.2)
59
58
  base64
60
59
  language_server-protocol (3.17.0.3)
61
60
  method_source (1.0.0)
62
- minitest (5.22.2)
63
- multipart-post (2.4.0)
61
+ minitest (5.24.1)
62
+ multipart-post (2.4.1)
64
63
  mutex_m (0.2.0)
65
64
  parallel (1.24.0)
66
65
  parser (3.3.0.5)
@@ -69,9 +68,9 @@ GEM
69
68
  pry (0.14.2)
70
69
  coderay (~> 1.1)
71
70
  method_source (~> 1.0)
72
- public_suffix (5.0.4)
71
+ public_suffix (6.0.1)
73
72
  racc (1.7.3)
74
- rack (3.0.9.1)
73
+ rack (3.1.7)
75
74
  rainbow (3.1.1)
76
75
  rake (12.3.3)
77
76
  regexp_parser (2.9.0)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.6.6'
4
+ VERSION = '2.6.7'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -21,7 +21,7 @@ module CirroIOV2
21
21
  faraday_error.response.then do |response|
22
22
  return response.inspect if ENV.fetch('DEBUG_CIRRO_RUBY_CLIENT', false)
23
23
 
24
- faraday_error.response[:body].presence || faraday_error.try[:message]
24
+ faraday_error.response[:body].presence || faraday_error.try(:message)
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirro-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.6
4
+ version: 2.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cirro Dev Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2024-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport