cirro-ruby-client 2.6.7 → 2.7.0

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: 1df691df2b39a21fdab0255c3e702f7ccdfb9c312e4aab0440252fa635449268
4
- data.tar.gz: a1f996c704c86ed5965f2391446249a61ca4d0ee849c9caaf85e180f090c5822
3
+ metadata.gz: 6b9b27e2a60eee495d0f0006e499b2a6555148d0acf4cb1e012db0ef4599e41e
4
+ data.tar.gz: 35e8c21d854e385551c20edc302b27c7610daf3304e93af32708ee001ffea085
5
5
  SHA512:
6
- metadata.gz: 51f446789d7e85a4439990e79bb5593d1e68a560c6500b9ca63ce1bbffce64bb40c1c7e61f414af09b6b9b610b95c5fa9b6f48c9799904240810790abd2a639b
7
- data.tar.gz: 0344fcaad582917889929b2220930af15acee9c17cef9cccb58996036155372290ef19c334b3f48dc48c56b3d38d9c6060d9931a7d4660ffbe17b4e23a651317
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.7)
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
@@ -38,21 +38,44 @@ GEM
38
38
  drb (2.2.1)
39
39
  faker (3.2.3)
40
40
  i18n (>= 1.8.11, < 2)
41
- faraday (1.1.0)
42
- multipart-post (>= 1.2, < 3)
43
- 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)
44
67
  faraday_middleware (1.2.0)
45
68
  faraday (~> 1.0)
46
69
  hashdiff (1.1.0)
47
70
  i18n (1.14.5)
48
71
  concurrent-ruby (~> 1.0)
49
72
  json (2.7.1)
50
- json_api_client (1.22.0)
51
- activemodel (>= 3.2.0)
52
- activesupport (>= 3.2.0)
73
+ json_api_client (1.23.0)
74
+ activemodel (>= 6.0.0)
75
+ activesupport (>= 6.0.0)
53
76
  addressable (~> 2.2)
54
- faraday (>= 0.15.2, < 2.0)
55
- faraday_middleware (>= 0.9.0, < 2.0)
77
+ faraday (>= 1.10, < 3.0)
78
+ faraday-gzip (>= 1.0, < 3.0)
56
79
  rack (>= 0.2)
57
80
  jwt (2.8.2)
58
81
  base64
@@ -118,6 +141,7 @@ GEM
118
141
  addressable (>= 2.8.0)
119
142
  crack (>= 0.3.2)
120
143
  hashdiff (>= 0.4.0, < 2.0.0)
144
+ zlib (3.1.1)
121
145
 
122
146
  PLATFORMS
123
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.7'
4
+ VERSION = '2.7.0'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
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.7
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-31 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