cirro-ruby-client 2.6.7 → 2.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +34 -10
- data/cirro-ruby-client.gemspec +1 -1
- data/lib/cirro_io/client/version.rb +1 -1
- data/lib/cirro_io_v2/responses/responses.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4df676a10d42219e5d81847cc842521cb21c42da22816fec3cca8ad79759691a
|
4
|
+
data.tar.gz: 8b8197f8755d8f7211d2f3ae686c32619500a7a56511448c0f9a2e79a1c89b2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05fd1c6d9037854059ed42a5f29d8da008602462eaade583164fdfd2350185e0862e51230d52a30ab6aac2e900469023d75adc773fdafd0630265fd1e1ed88b2
|
7
|
+
data.tar.gz: b83835c328574a4c59225383cc485e57cc7a7f3bb71eae206e75460c140e49dba7388aadd96f18d7193781a0ee0e5e04e0c4926cb05b6af6dd4cfc91946f0165
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cirro-ruby-client (2.
|
4
|
+
cirro-ruby-client (2.7.1)
|
5
5
|
activesupport
|
6
|
-
faraday (< 1.
|
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.
|
42
|
-
|
43
|
-
|
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.
|
51
|
-
activemodel (>=
|
52
|
-
activesupport (>=
|
73
|
+
json_api_client (1.23.0)
|
74
|
+
activemodel (>= 6.0.0)
|
75
|
+
activesupport (>= 6.0.0)
|
53
76
|
addressable (~> 2.2)
|
54
|
-
faraday (>=
|
55
|
-
|
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
|
data/cirro-ruby-client.gemspec
CHANGED
@@ -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.
|
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
|
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.
|
4
|
+
version: 2.7.1
|
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-
|
11
|
+
date: 2024-08-13 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.
|
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.
|
54
|
+
version: 1.11.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: faraday_middleware
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|