cirro-ruby-client 2.5.14 → 2.5.16

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: 868245706e02e651fa051316ae152a8453a4e79f208766c25fecdb5fc5631264
4
- data.tar.gz: 97e8826feb75ded1297dfe07450a87c422c73db6c2e0125a59a8afa8484fc0ad
3
+ metadata.gz: 90892f65f82789266ded3446803c3776df5c0c234bd08e14c893f79ad04cddef
4
+ data.tar.gz: 3fca02b101a7d0fca735fd44e115e378858b0c2e47f648f2519151e4fc5a7799
5
5
  SHA512:
6
- metadata.gz: 63435ad60ac25619a88b26805ca13bb1a8ded1abe3438183b2c80a85c6d034adb39b38dc84893a3bdf21dc6e22ff24b5c6909a3e1d095a995b468ff3f00f9d75
7
- data.tar.gz: 726e85f95df11e3b22cb1359fecb1f63cb0f1cfb4813482e72630ea9765005331c310a272ada9c72a09815a074f109807ec8fe44b7dd7d152a013421f731dda5
6
+ metadata.gz: dadda08806b2e1dc7be8b7c30da243a02b7d5b2a0631efb0ef0494325e39bd094d20aa21f7f14f3a35ce6a8dbb2e227c68260efabf07ec76cfc13132e6e7fba2
7
+ data.tar.gz: ce37f5916010aa535cd41afd31ee58d89303d7a245ccea4ba245ec7949bb9f977203cfb8511735891409117e7c5011b62ea488390a5d49fdd503d2bb6c374653
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.5.14)
4
+ cirro-ruby-client (2.5.16)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -11,20 +11,30 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.0.4.3)
15
- activesupport (= 7.0.4.3)
16
- activesupport (7.0.4.3)
14
+ activemodel (7.1.0)
15
+ activesupport (= 7.1.0)
16
+ activesupport (7.1.0)
17
+ base64
18
+ bigdecimal
17
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ connection_pool (>= 2.2.5)
21
+ drb
18
22
  i18n (>= 1.6, < 2)
19
23
  minitest (>= 5.1)
24
+ mutex_m
20
25
  tzinfo (~> 2.0)
21
26
  addressable (2.8.0)
22
27
  public_suffix (>= 2.0.2, < 5.0)
23
28
  ast (2.4.1)
29
+ base64 (0.1.1)
30
+ bigdecimal (3.1.4)
24
31
  coderay (1.1.3)
25
32
  concurrent-ruby (1.1.10)
33
+ connection_pool (2.4.1)
26
34
  crack (0.4.4)
27
35
  diff-lcs (1.4.4)
36
+ drb (2.1.1)
37
+ ruby2_keywords
28
38
  faker (2.14.0)
29
39
  i18n (>= 1.6, < 2)
30
40
  faraday (1.1.0)
@@ -35,17 +45,18 @@ GEM
35
45
  hashdiff (1.0.1)
36
46
  i18n (1.10.0)
37
47
  concurrent-ruby (~> 1.0)
38
- json_api_client (1.21.0)
48
+ json_api_client (1.21.1)
39
49
  activemodel (>= 3.2.0)
40
50
  activesupport (>= 3.2.0)
41
51
  addressable (~> 2.2)
42
52
  faraday (>= 0.15.2, < 2.0)
43
53
  faraday_middleware (>= 0.9.0, < 2.0)
44
54
  rack (>= 0.2)
45
- jwt (2.7.0)
55
+ jwt (2.7.1)
46
56
  method_source (1.0.0)
47
- minitest (5.18.0)
57
+ minitest (5.20.0)
48
58
  multipart-post (2.3.0)
59
+ mutex_m (0.1.2)
49
60
  parallel (1.19.2)
50
61
  parser (2.7.2.0)
51
62
  ast (~> 2.4.1)
@@ -53,7 +64,7 @@ GEM
53
64
  coderay (~> 1.1)
54
65
  method_source (~> 1.0)
55
66
  public_suffix (4.0.6)
56
- rack (3.0.7)
67
+ rack (3.0.8)
57
68
  rainbow (3.0.0)
58
69
  rake (12.3.3)
59
70
  regexp_parser (1.8.1)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.5.14'
4
+ VERSION = '2.5.16'
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.5.14
4
+ version: 2.5.16
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: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport