cirro-ruby-client 2.5.15 → 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: 2cc62345227ec6ccf6ca9605218e0874ee7a792405b2f4d568c1a35a667021a4
4
- data.tar.gz: 9a22fd7c5b935c8dc0f46777ede5a4969d8946949ec7022e5fd678d03e52dd66
3
+ metadata.gz: af73a08b3f4f34e06c352bc87a47d7b0dfa0e9bf463247dd51aea9d98ff21c7c
4
+ data.tar.gz: 800a36269038dbd59c553ce3a21f5183c433676e3589fa73fc4667918e36426a
5
5
  SHA512:
6
- metadata.gz: 52728367915b0906264914765a9f775f5989dab9b4cccf1b4bd0ac3845af4faaff77f4428cc3589c4100dc20778cf57f6262f5d7b83d3d4a3db43b2bc15a0335
7
- data.tar.gz: 958acf195665a7c68a3518d826b05bc9cc5aac32b49526241231c4fd83c3cfc764167d42d536c354187bf2ab4672183489d4b1a478905726cd7c4bc1e6e69a3d
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.15)
4
+ cirro-ruby-client (2.5.17)
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.8)
15
- activesupport (= 7.0.8)
16
- activesupport (7.0.8)
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)
@@ -46,6 +56,7 @@ GEM
46
56
  method_source (1.0.0)
47
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)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.5.15'
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
@@ -99,7 +100,6 @@ module CirroIOV2
99
100
  :quantity,
100
101
  :multiplier,
101
102
  :delivery_date,
102
- :currency,
103
103
  :cost_center_key,
104
104
  :cost_center_data,
105
105
  keyword_init: true) do
@@ -115,7 +115,6 @@ module CirroIOV2
115
115
  :reference_id,
116
116
  :reference_type,
117
117
  :user_id,
118
- :currency,
119
118
  :cost_center_key,
120
119
  :cost_center_data,
121
120
  keyword_init: true) do
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.15
4
+ version: 2.5.17
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-09-20 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