rock_rms 7.2.0 → 7.4.0

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: 7323c8bb120fb5c963d9f25264a5e58b629d5ddcd36df074239bbe8304b39e18
4
- data.tar.gz: d009691577f05b76c79d0dd4c2b2f929275d21074b0970f6eba4bb9450b3bc6b
3
+ metadata.gz: 00fcdb991bdd10e04f598ef06b949b21f8886f28319fa13158bea0a67b317049
4
+ data.tar.gz: c59ae3091b292e2b63e951425aa6efd5b1fb01066333e1466882530b6f2e6b92
5
5
  SHA512:
6
- metadata.gz: 207a643d07eb9c82aa4b55ee8fc7db0c6ce3864045d567e3e8a89c15f5fb0544b72bcffa02f39ee65e5c40ce2800ed565b17c2a1250dec8c73da7171f8d2ced9
7
- data.tar.gz: a6742080ba41a263ee368e3d54249c7fdc765f7dcac6571a8e16406f8eb636f699cffb8396ebb9c6730840ddc9dde21b119999510e970c2640127d75e728c2e6
6
+ metadata.gz: e09f0676e739eb78ec78730c4c1b45849f7197366d72f6da2f1ccf2835d80d17e7ecd21804bca2ab06e42cb1904a0edb5d62cae87a3f0d5ad9bdf8882e8f2610
7
+ data.tar.gz: e2e838149dc00208e9e59de386f7019ff1fb64a35b36f9ba5ba7e17813126ec49197b50602bcd5090f93fac0b62c97a145ac8a1d09a18849e6b087634a06583e
@@ -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,
@@ -28,6 +30,9 @@ module RockRMS
28
30
  'Status' => status
29
31
  }
30
32
 
33
+ options['ControlAmount'] = control_amount if control_amount
34
+ options['ControlItemCount'] = control_count if control_count
35
+
31
36
  post(batches_path, options)
32
37
  end
33
38
 
@@ -1,3 +1,3 @@
1
1
  module RockRMS
2
- VERSION = '7.2.0'.freeze
2
+ VERSION = '7.4.0'.freeze
3
3
  end
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.4.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