cirro-ruby-client 2.5.16 → 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: 90892f65f82789266ded3446803c3776df5c0c234bd08e14c893f79ad04cddef
4
- data.tar.gz: 3fca02b101a7d0fca735fd44e115e378858b0c2e47f648f2519151e4fc5a7799
3
+ metadata.gz: 93e1ca8595f2f1ff48cc01d83faa7be967f4797cf33dc4f6c6ad203797cee42a
4
+ data.tar.gz: 4d51c8839890602de955cbca846c15fabc90ad0d99d13917ff42d213b8833d1a
5
5
  SHA512:
6
- metadata.gz: dadda08806b2e1dc7be8b7c30da243a02b7d5b2a0631efb0ef0494325e39bd094d20aa21f7f14f3a35ce6a8dbb2e227c68260efabf07ec76cfc13132e6e7fba2
7
- data.tar.gz: ce37f5916010aa535cd41afd31ee58d89303d7a245ccea4ba245ec7949bb9f977203cfb8511735891409117e7c5011b62ea488390a5d49fdd503d2bb6c374653
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.16)
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.16'
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
@@ -73,6 +73,7 @@ module CirroIOV2
73
73
  :notification_payload,
74
74
  :invitation_notification_topic,
75
75
  :epam_options,
76
+ :archive_at,
76
77
  keyword_init: true) do
77
78
  self::NESTED_RESPONSES = { tasks: :GigTaskListResponse, invitation_notification_topic: :InvitationNotificationTopicResponse }.freeze
78
79
  include Base
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.16
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