rock_rms 7.2.0 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7323c8bb120fb5c963d9f25264a5e58b629d5ddcd36df074239bbe8304b39e18
4
- data.tar.gz: d009691577f05b76c79d0dd4c2b2f929275d21074b0970f6eba4bb9450b3bc6b
3
+ metadata.gz: 87962faade54c951292f412649222278b4d7e9d3cdea878968d4cf0225ca31d7
4
+ data.tar.gz: 2740371cefede487dd3a09ac1ebbcaf38c34283dbc87e79526ff97196814771f
5
5
  SHA512:
6
- metadata.gz: 207a643d07eb9c82aa4b55ee8fc7db0c6ce3864045d567e3e8a89c15f5fb0544b72bcffa02f39ee65e5c40ce2800ed565b17c2a1250dec8c73da7171f8d2ced9
7
- data.tar.gz: a6742080ba41a263ee368e3d54249c7fdc765f7dcac6571a8e16406f8eb636f699cffb8396ebb9c6730840ddc9dde21b119999510e970c2640127d75e728c2e6
6
+ metadata.gz: be74b67ddb5f61875f1be334c9d9091018ab8d491d86baf7fe7b8c9d24e0a736b2eea5c45310182ce6686e5417bc0157614327b5e205572d74157cf842441d78
7
+ data.tar.gz: 951407986077dd0e82781a69044344ed007dc2a6d81be329052fa9209d4f3decdb6b5864ebaa4bb7aeeffbc6cb1dfeca1e9e0e283ffac00175f787180237213c
@@ -17,7 +17,9 @@ module RockRMS
17
17
  end_time:,
18
18
  foreign_key: nil,
19
19
  campus_id: nil,
20
- status: 1
20
+ status: 1,
21
+ control_amount: nil,
22
+ control_count: nil
21
23
  )
22
24
  options = {
23
25
  'Name' => name,
@@ -25,7 +27,9 @@ module RockRMS
25
27
  'CampusId' => campus_id,
26
28
  'BatchEndDateTime' => end_time,
27
29
  'ForeignKey' => foreign_key,
28
- 'Status' => status
30
+ 'Status' => status,
31
+ 'ControlAmount' => control_amount,
32
+ 'ControlItemCount' => control_count
29
33
  }
30
34
 
31
35
  post(batches_path, options)
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '7.2.0'.freeze
2
+ VERSION = '7.3.0'.freeze
3
3
  end
@@ -75,7 +75,9 @@ RSpec.describe RockRMS::Client::Batch, type: :model do
75
75
  'BatchStartDateTime' => '1',
76
76
  'BatchEndDateTime' => '1',
77
77
  'ForeignKey' => 1,
78
- 'Status' => 1
78
+ 'Status' => 1,
79
+ 'ControlAmount' => nil,
80
+ 'ControlItemCount' => nil
79
81
  }
80
82
  ).and_call_original
81
83
  resource
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock_rms
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 7.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday