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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47c01d46202e813e27019c4beb5e5ccc4aa258a61dd4f6ea3b184009e6ae9e09
4
- data.tar.gz: 2dadbcee5b551aefb4f4cefe04620964d3455acb842f005944e2f30e195d94ba
3
+ metadata.gz: 6654ed357cf14e1ab2a0a9c1781dca9904ed18e4e9690fb12391442827c2e5b9
4
+ data.tar.gz: c56f38923aec8ff5093c52dda68b0cd7655c1290d9ddb3fe13fc380ee122d9a6
5
5
  SHA512:
6
- metadata.gz: 3e264c34cfea0e5ef97894265d0e6917081d05e7d317142475badb242036eeae4e4caafde6cd2f19c62ae12b99560cef88d92638f40d2e9592a37a704cef8aca
7
- data.tar.gz: 262e7bf0461fbd19f9da7346128166ab2d07fdc3e8f3cffff2ec20ec5fad2b6883a8f4f85624675e5e586a29b3a17cfe28eee426b63b23ce8b7c3fc3fb83a426
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
- next unless statuses.include? doc["status"]
300
- else
301
- next unless doc["status"] == "final"
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
@@ -1,3 +1,3 @@
1
1
  module RelatonNist
2
- VERSION = "1.19.5".freeze
2
+ VERSION = "1.19.6".freeze
3
3
  end
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.5
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-17 00:00:00.000000000 Z
11
+ date: 2024-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64