cirro-ruby-client 2.5.14 → 2.5.15

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: 868245706e02e651fa051316ae152a8453a4e79f208766c25fecdb5fc5631264
4
- data.tar.gz: 97e8826feb75ded1297dfe07450a87c422c73db6c2e0125a59a8afa8484fc0ad
3
+ metadata.gz: 2cc62345227ec6ccf6ca9605218e0874ee7a792405b2f4d568c1a35a667021a4
4
+ data.tar.gz: 9a22fd7c5b935c8dc0f46777ede5a4969d8946949ec7022e5fd678d03e52dd66
5
5
  SHA512:
6
- metadata.gz: 63435ad60ac25619a88b26805ca13bb1a8ded1abe3438183b2c80a85c6d034adb39b38dc84893a3bdf21dc6e22ff24b5c6909a3e1d095a995b468ff3f00f9d75
7
- data.tar.gz: 726e85f95df11e3b22cb1359fecb1f63cb0f1cfb4813482e72630ea9765005331c310a272ada9c72a09815a074f109807ec8fe44b7dd7d152a013421f731dda5
6
+ metadata.gz: 52728367915b0906264914765a9f775f5989dab9b4cccf1b4bd0ac3845af4faaff77f4428cc3589c4100dc20778cf57f6262f5d7b83d3d4a3db43b2bc15a0335
7
+ data.tar.gz: 958acf195665a7c68a3518d826b05bc9cc5aac32b49526241231c4fd83c3cfc764167d42d536c354187bf2ab4672183489d4b1a478905726cd7c4bc1e6e69a3d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.5.14)
4
+ cirro-ruby-client (2.5.15)
5
5
  activesupport
6
6
  faraday (< 1.2.0)
7
7
  faraday_middleware
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.0.4.3)
15
- activesupport (= 7.0.4.3)
16
- activesupport (7.0.4.3)
14
+ activemodel (7.0.8)
15
+ activesupport (= 7.0.8)
16
+ activesupport (7.0.8)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
@@ -35,16 +35,16 @@ GEM
35
35
  hashdiff (1.0.1)
36
36
  i18n (1.10.0)
37
37
  concurrent-ruby (~> 1.0)
38
- json_api_client (1.21.0)
38
+ json_api_client (1.21.1)
39
39
  activemodel (>= 3.2.0)
40
40
  activesupport (>= 3.2.0)
41
41
  addressable (~> 2.2)
42
42
  faraday (>= 0.15.2, < 2.0)
43
43
  faraday_middleware (>= 0.9.0, < 2.0)
44
44
  rack (>= 0.2)
45
- jwt (2.7.0)
45
+ jwt (2.7.1)
46
46
  method_source (1.0.0)
47
- minitest (5.18.0)
47
+ minitest (5.20.0)
48
48
  multipart-post (2.3.0)
49
49
  parallel (1.19.2)
50
50
  parser (2.7.2.0)
@@ -53,7 +53,7 @@ GEM
53
53
  coderay (~> 1.1)
54
54
  method_source (~> 1.0)
55
55
  public_suffix (4.0.6)
56
- rack (3.0.7)
56
+ rack (3.0.8)
57
57
  rainbow (3.0.0)
58
58
  rake (12.3.3)
59
59
  regexp_parser (1.8.1)
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.5.14'
4
+ VERSION = '2.5.15'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -99,6 +99,7 @@ module CirroIOV2
99
99
  :quantity,
100
100
  :multiplier,
101
101
  :delivery_date,
102
+ :currency,
102
103
  :cost_center_key,
103
104
  :cost_center_data,
104
105
  keyword_init: true) do
@@ -114,6 +115,7 @@ module CirroIOV2
114
115
  :reference_id,
115
116
  :reference_type,
116
117
  :user_id,
118
+ :currency,
117
119
  :cost_center_key,
118
120
  :cost_center_data,
119
121
  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.14
4
+ version: 2.5.15
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-06-06 00:00:00.000000000 Z
11
+ date: 2023-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport