cirro-ruby-client 2.5.15 → 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: 2cc62345227ec6ccf6ca9605218e0874ee7a792405b2f4d568c1a35a667021a4
4
- data.tar.gz: 9a22fd7c5b935c8dc0f46777ede5a4969d8946949ec7022e5fd678d03e52dd66
3
+ metadata.gz: 90892f65f82789266ded3446803c3776df5c0c234bd08e14c893f79ad04cddef
4
+ data.tar.gz: 3fca02b101a7d0fca735fd44e115e378858b0c2e47f648f2519151e4fc5a7799
5
5
  SHA512:
6
- metadata.gz: 52728367915b0906264914765a9f775f5989dab9b4cccf1b4bd0ac3845af4faaff77f4428cc3589c4100dc20778cf57f6262f5d7b83d3d4a3db43b2bc15a0335
7
- data.tar.gz: 958acf195665a7c68a3518d826b05bc9cc5aac32b49526241231c4fd83c3cfc764167d42d536c354187bf2ab4672183489d4b1a478905726cd7c4bc1e6e69a3d
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.15)
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.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.16'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -99,7 +99,6 @@ module CirroIOV2
99
99
  :quantity,
100
100
  :multiplier,
101
101
  :delivery_date,
102
- :currency,
103
102
  :cost_center_key,
104
103
  :cost_center_data,
105
104
  keyword_init: true) do
@@ -115,7 +114,6 @@ module CirroIOV2
115
114
  :reference_id,
116
115
  :reference_type,
117
116
  :user_id,
118
- :currency,
119
117
  :cost_center_key,
120
118
  :cost_center_data,
121
119
  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.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-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