onc_certification_g10_test_kit 2.1.0 → 2.1.1

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: 645d73a288a5f76e9b94634ed2be17253ce34f0e0eb6df7df6b7410e7a1d9175
4
- data.tar.gz: f299ae93813a1b05ef838824bfbb4f7f7734e8695118e37f0eb7b3c08e28a2c1
3
+ metadata.gz: c8e09f8334d6b89490f8324bb4113d3f9c00dde3a5befcc44b9f233f19802021
4
+ data.tar.gz: 9f6b2895ddf919435dae4db062f8fd2c0ffbc3aa1587671fc9ed5a187c045da7
5
5
  SHA512:
6
- metadata.gz: 46773dc8eb92ee96afb593506a1b16b5f6af23c62f9ff7f988789d27a38b7a54bab21f69e03f336df1d9c8d3e4f3929b69028a9d99fffebdeb2eda12f66fbce7
7
- data.tar.gz: 87c04c10d334d9c469af26d8618cfa7ec83246b008f0f05fae632f8f2029a11f89e00dda164b2aedc318aab02055f4e928d8bb11545d84f9c32f2be70477116a
6
+ metadata.gz: de2108f6d85770f43ddad52fe7e0674cd26d259b3f09f10d2bd5b5118bfb01edae1c28a3da57ba0f3def5dbf996b70d508a77667751567ad2de0f251cd8814d6
7
+ data.tar.gz: 2f2fcaf3fcc66a2453ca6e88e8095b64301c94e5cff3308f1f90b88d7acc6f3d8f7906a34da356e24ed5ebb118c801b6ef61aafcb2eb834f2d53a91be3349e85
@@ -61,11 +61,15 @@ module ONCCertificationG10TestKit
61
61
  run do
62
62
  smart_app_launch_patient_id = patient_id.presence
63
63
  additional_patient_ids_list =
64
- additional_patient_ids
65
- .split(',')
66
- .map(&:strip)
67
- .map(&:presence)
68
- .compact
64
+ if additional_patient_ids.present?
65
+ additional_patient_ids
66
+ .split(',')
67
+ .map(&:strip)
68
+ .map(&:presence)
69
+ .compact
70
+ else
71
+ []
72
+ end
69
73
 
70
74
  all_patient_ids = ([smart_app_launch_patient_id] + additional_patient_ids_list).compact.uniq
71
75
 
@@ -1,3 +1,3 @@
1
1
  module ONCCertificationG10TestKit
2
- VERSION = '2.1.0'.freeze
2
+ VERSION = '2.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onc_certification_g10_test_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-12 00:00:00.000000000 Z
11
+ date: 2022-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bloomer