cirro-ruby-client 2.5.17 → 2.6.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: af73a08b3f4f34e06c352bc87a47d7b0dfa0e9bf463247dd51aea9d98ff21c7c
4
- data.tar.gz: 800a36269038dbd59c553ce3a21f5183c433676e3589fa73fc4667918e36426a
3
+ metadata.gz: 93e1ca8595f2f1ff48cc01d83faa7be967f4797cf33dc4f6c6ad203797cee42a
4
+ data.tar.gz: 4d51c8839890602de955cbca846c15fabc90ad0d99d13917ff42d213b8833d1a
5
5
  SHA512:
6
- metadata.gz: a0968338da2cbf0868567ecd43e82352b734636bde05dc2db40d738c66d1d44d83157f19e3be139711607d4fe52f5165e3c9e467e9925fec97b487d27c58e1ed
7
- data.tar.gz: 727bb5ef38e61a81075b2fbb3208e141785e733bb2a5b78c3093628fdd520d6200f5bc379f019577eccdaa87ed25184de2380bd3960e52a24193702f2e6e4f5a
6
+ metadata.gz: 2adc621e4ef3438f5b6b8d44abc5d6f8dae9f38b71d4e6222931d8c7dd9cf7940a33d82e83712198a624a04d8f1f7f674a4c00ebc691a8a14e00d48492d0cf0f
7
+ data.tar.gz: 6a060fd02e69e0bfbc3fd7be45305a9748b22f8af21e2142928d18a20a8e2aa41e40788e4d043a2e62f181d76ac1c245721144fd208383bc8592c41d39c53c9a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.5.17)
4
+ cirro-ruby-client (2.6.0)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -11,11 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.1.0)
15
- activesupport (= 7.1.0)
16
- activesupport (7.1.0)
17
- base64
18
- bigdecimal
14
+ activemodel (7.0.6)
15
+ activesupport (= 7.0.6)
16
+ activesupport (7.0.6)
19
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
18
  connection_pool (>= 2.2.5)
21
19
  drb
@@ -54,7 +52,7 @@ GEM
54
52
  rack (>= 0.2)
55
53
  jwt (2.7.1)
56
54
  method_source (1.0.0)
57
- minitest (5.20.0)
55
+ minitest (5.19.0)
58
56
  multipart-post (2.3.0)
59
57
  mutex_m (0.1.2)
60
58
  parallel (1.19.2)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.5.17'
4
+ VERSION = '2.6.0'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -33,7 +33,7 @@ module CirroIOV2
33
33
  attr_reader :options
34
34
 
35
35
  DEFAULT_OPTIONS = {
36
- site: 'https://api.cirro.io',
36
+ site: 'https://cirro.io/api',
37
37
  api_version: 'v2',
38
38
  auth_type: :jwt,
39
39
  }.freeze
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.17
4
+ version: 2.6.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: 2023-10-13 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport