cqm-reports 2.0.1 → 2.0.2
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 +4 -4
- data/lib/qrda-import/base-importers/section_importer.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6228daa8936471afa4778b72abe3b7ce83066a0fc0804b64e3e3dede42a3631
|
|
4
|
+
data.tar.gz: cb20fdf21f0c7342f870e6d748796fd983ef91d8c6af2f75e0662d20ff6f7a34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d540806edf5dbc6835d318f8a551f54b46f24095b6d197780e8fb26cdf3c187a37b9d98255e54490e131561509a58af48d34ec7d0c9aadd2de170a0e45094196
|
|
7
|
+
data.tar.gz: a641ed18d6867cfb0b98e430f989e79677cf99c8db6ab74303f4bf90d50c3d7ec480a82212f91f52079010d28869bc4f60969e3d9a236d31d821888081773d67
|
|
@@ -139,7 +139,8 @@ module QRDA
|
|
|
139
139
|
# Expected units are H (hours) and D (days)
|
|
140
140
|
if unit && unit.upcase == 'D'
|
|
141
141
|
low = low * 24 if low
|
|
142
|
-
high = high *
|
|
142
|
+
high = high * 24 if high
|
|
143
|
+
unit = 'h'
|
|
143
144
|
end
|
|
144
145
|
{ low: low, high: high, unit: unit, institution_specified: institution_specified }
|
|
145
146
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cqm-reports
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The MITRE Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cqm-models
|