cirro-ruby-client 2.6.6 → 2.7.0

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: a6cb630fc2d389ee8e06ae3c6570e931289dad404b5ad66c74d9a7adc523a0f9
4
- data.tar.gz: f202a36fdb8b87de31d9c14be3aa5249f8ea877bad5696b7c7f6bb5b05f22daf
3
+ metadata.gz: 6b9b27e2a60eee495d0f0006e499b2a6555148d0acf4cb1e012db0ef4599e41e
4
+ data.tar.gz: 35e8c21d854e385551c20edc302b27c7610daf3304e93af32708ee001ffea085
5
5
  SHA512:
6
- metadata.gz: 77530dc614305cc7f8e9e4180820c7589833b7c48654a1782e5d7c9680481379a31525a2c144b9cf4df0985b7453d3040ef1206fc3a6162773f46e0178496660
7
- data.tar.gz: f1d0ea7b57e8925005215f01bfee93659fc19d4d32675bffbe6f8b44aa88321e34743a2c8c371015ff3caf773fcbda7e7b06a1427c2914bb540c230e6cf2cc71
6
+ metadata.gz: 7b892513d3e39dcd75bd5827237feb9a6d45c587d504b0c0ced0f878c813d2e242860010b250ae84b38c5d7f8c6045ed09a1995d6a8d375bed3cd4e7f1072e0a
7
+ data.tar.gz: c812c8a2a9aa9d1830150778341341c5ca76b940c7023e017ac9be32b2810f68f874b744136d271992ddbb9edbf02c40d524fe291fe53065bf514888c67847ac
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.6.6)
4
+ cirro-ruby-client (2.7.0)
5
5
  activesupport
6
- faraday (< 1.2.0)
6
+ faraday (< 1.11.0)
7
7
  faraday_middleware
8
8
  json_api_client (>= 1.10.0)
9
9
  jwt
@@ -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,44 +23,66 @@ 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
- faraday (1.1.0)
43
- multipart-post (>= 1.2, < 3)
44
- ruby2_keywords
41
+ faraday (1.10.3)
42
+ faraday-em_http (~> 1.0)
43
+ faraday-em_synchrony (~> 1.0)
44
+ faraday-excon (~> 1.1)
45
+ faraday-httpclient (~> 1.0)
46
+ faraday-multipart (~> 1.0)
47
+ faraday-net_http (~> 1.0)
48
+ faraday-net_http_persistent (~> 1.0)
49
+ faraday-patron (~> 1.0)
50
+ faraday-rack (~> 1.0)
51
+ faraday-retry (~> 1.0)
52
+ ruby2_keywords (>= 0.0.4)
53
+ faraday-em_http (1.0.0)
54
+ faraday-em_synchrony (1.0.0)
55
+ faraday-excon (1.1.0)
56
+ faraday-gzip (2.0.1)
57
+ faraday (>= 1.0)
58
+ zlib (~> 3.0)
59
+ faraday-httpclient (1.0.1)
60
+ faraday-multipart (1.0.4)
61
+ multipart-post (~> 2)
62
+ faraday-net_http (1.0.2)
63
+ faraday-net_http_persistent (1.2.0)
64
+ faraday-patron (1.0.0)
65
+ faraday-rack (1.0.0)
66
+ faraday-retry (1.0.3)
45
67
  faraday_middleware (1.2.0)
46
68
  faraday (~> 1.0)
47
69
  hashdiff (1.1.0)
48
- i18n (1.14.1)
70
+ i18n (1.14.5)
49
71
  concurrent-ruby (~> 1.0)
50
72
  json (2.7.1)
51
- json_api_client (1.22.0)
52
- activemodel (>= 3.2.0)
53
- activesupport (>= 3.2.0)
73
+ json_api_client (1.23.0)
74
+ activemodel (>= 6.0.0)
75
+ activesupport (>= 6.0.0)
54
76
  addressable (~> 2.2)
55
- faraday (>= 0.15.2, < 2.0)
56
- faraday_middleware (>= 0.9.0, < 2.0)
77
+ faraday (>= 1.10, < 3.0)
78
+ faraday-gzip (>= 1.0, < 3.0)
57
79
  rack (>= 0.2)
58
- jwt (2.8.0)
80
+ jwt (2.8.2)
59
81
  base64
60
82
  language_server-protocol (3.17.0.3)
61
83
  method_source (1.0.0)
62
- minitest (5.22.2)
63
- multipart-post (2.4.0)
84
+ minitest (5.24.1)
85
+ multipart-post (2.4.1)
64
86
  mutex_m (0.2.0)
65
87
  parallel (1.24.0)
66
88
  parser (3.3.0.5)
@@ -69,9 +91,9 @@ GEM
69
91
  pry (0.14.2)
70
92
  coderay (~> 1.1)
71
93
  method_source (~> 1.0)
72
- public_suffix (5.0.4)
94
+ public_suffix (6.0.1)
73
95
  racc (1.7.3)
74
- rack (3.0.9.1)
96
+ rack (3.1.7)
75
97
  rainbow (3.1.1)
76
98
  rake (12.3.3)
77
99
  regexp_parser (2.9.0)
@@ -119,6 +141,7 @@ GEM
119
141
  addressable (>= 2.8.0)
120
142
  crack (>= 0.3.2)
121
143
  hashdiff (>= 0.4.0, < 2.0.0)
144
+ zlib (3.1.1)
122
145
 
123
146
  PLATFORMS
124
147
  ruby
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
 
28
28
  spec.add_runtime_dependency 'activesupport'
29
29
  spec.add_runtime_dependency 'jwt'
30
- spec.add_runtime_dependency 'faraday', '< 1.2.0'
30
+ spec.add_runtime_dependency 'faraday', '< 1.11.0'
31
31
  spec.add_runtime_dependency 'faraday_middleware'
32
32
  spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
33
33
  end
@@ -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.7.0'
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.7.0
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-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "<"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.2.0
47
+ version: 1.11.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "<"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.2.0
54
+ version: 1.11.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: faraday_middleware
57
57
  requirement: !ruby/object:Gem::Requirement