cirro-ruby-client 2.5.16 → 2.5.17

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: af73a08b3f4f34e06c352bc87a47d7b0dfa0e9bf463247dd51aea9d98ff21c7c
4
+ data.tar.gz: 800a36269038dbd59c553ce3a21f5183c433676e3589fa73fc4667918e36426a
5
5
  SHA512:
6
- metadata.gz: dadda08806b2e1dc7be8b7c30da243a02b7d5b2a0631efb0ef0494325e39bd094d20aa21f7f14f3a35ce6a8dbb2e227c68260efabf07ec76cfc13132e6e7fba2
7
- data.tar.gz: ce37f5916010aa535cd41afd31ee58d89303d7a245ccea4ba245ec7949bb9f977203cfb8511735891409117e7c5011b62ea488390a5d49fdd503d2bb6c374653
6
+ metadata.gz: a0968338da2cbf0868567ecd43e82352b734636bde05dc2db40d738c66d1d44d83157f19e3be139711607d4fe52f5165e3c9e467e9925fec97b487d27c58e1ed
7
+ data.tar.gz: 727bb5ef38e61a81075b2fbb3208e141785e733bb2a5b78c3093628fdd520d6200f5bc379f019577eccdaa87ed25184de2380bd3960e52a24193702f2e6e4f5a
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.5.17)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -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.5.17'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -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,7 +1,7 @@
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.5.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cirro Dev Team