relaton-nist 1.19.5 → 1.19.6
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/relaton_nist/hit_collection.rb +6 -6
- data/lib/relaton_nist/version.rb +1 -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: 6654ed357cf14e1ab2a0a9c1781dca9904ed18e4e9690fb12391442827c2e5b9
|
|
4
|
+
data.tar.gz: c56f38923aec8ff5093c52dda68b0cd7655c1290d9ddb3fe13fc380ee122d9a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdcef3ff2f3f9fd156e9b1f365a9bb4a89da8f64cfe03e6780ea8f4aefe57390662ddca0c2d5efef756006ea031543c720012e94c51bdbb96a6e9bdaa07967d4
|
|
7
|
+
data.tar.gz: fd2f4a3c15ea00891a31fd94c233ebcb772fdd9c9e41505a9f7bcec765b1c60ffd73034c9bb9f1866f86bbdad046ac72ec3da4b53280c6506194d1a4955b3f4f
|
|
@@ -291,15 +291,15 @@ module RelatonNist
|
|
|
291
291
|
|
|
292
292
|
ref = "#{refparts[:series]} #{refparts[:code]}"
|
|
293
293
|
d = Date.strptime year, "%Y" if year
|
|
294
|
-
statuses = %w[draft-public draft-prelim]
|
|
294
|
+
# statuses = %w[draft-public draft-prelim]
|
|
295
295
|
PubsExport.instance.data.select do |doc|
|
|
296
296
|
next unless match_year?(doc, d)
|
|
297
297
|
|
|
298
|
-
if @opts[:stage]&.include?("PD")
|
|
299
|
-
|
|
300
|
-
else
|
|
301
|
-
|
|
302
|
-
end
|
|
298
|
+
# if @opts[:stage]&.include?("PD")
|
|
299
|
+
# next unless statuses.include? doc["status"]
|
|
300
|
+
# else
|
|
301
|
+
# next unless doc["iteration"] == "final"
|
|
302
|
+
# end
|
|
303
303
|
doc["docidentifier"].include?(ref) || doc["docidentifier"].include?(full_ref)
|
|
304
304
|
end
|
|
305
305
|
end
|
data/lib/relaton_nist/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: relaton-nist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.19.
|
|
4
|
+
version: 1.19.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|