relaton-nist 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: 44c06fc2b378b7ac0ad228f82dbfe6d962d5cd22fb27fa8c6f19cfcde20589f7
4
- data.tar.gz: 96e9c89fdf092af8933e65dc02b98f4d19d70593de2b12a18a18740d85b47d27
3
+ metadata.gz: a8ace15d7eadcadc014b48d587eacdd6fc15a776e774e0ea70c9de2f706bed0e
4
+ data.tar.gz: '08e1a24d7ca3782165e4d0d7130cbce98a77ef26b41cafb81f0d183c1947844c'
5
5
  SHA512:
6
- metadata.gz: ca9c2ecb226ceec065fd82db6ce7d4584a0c11176364235102a97c5e3673fb156b60f68631afb5655c91bd313a1d370fe2377ec8c5c6498f06b46e57a478f459
7
- data.tar.gz: 76bcdb75f303654bbb08bb9cc70c1859795d4ea41d73ee1db0b6f854a595b4871d2038ce169146c8112c08f6fad4631d33b80445b024ae56ff71dd1d7100107c
6
+ metadata.gz: 9e500f1c4a9c56f755937709a4c137963226314dc72d4dcf6ef817fa91d949e09cc8fb595c394d0cde8937fde6ee53540dc949bf433559341310d111cabda2a0
7
+ data.tar.gz: 4466add7be3db28416eded9fc18ffdfd39c3bdc0236e529a99f48e01b1ca5220be0082429e1e4b840e7913d3d53eb125e25b3b1836c78fcb7454b4cbe06aba3f
@@ -4,7 +4,7 @@ name: rake
4
4
 
5
5
  on:
6
6
  push:
7
- branches: [ master, main ]
7
+ branches: [ master, main, lutaml-integration ]
8
8
  tags: [ v* ]
9
9
  pull_request:
10
10
  workflow_dispatch:
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ namespace :spec do
11
11
  require "net/http"
12
12
  require "uri"
13
13
 
14
- url = "https://raw.githubusercontent.com/relaton/relaton-data-nist/data-v2/index-v1.zip"
14
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-nist/v2/index-v1.zip"
15
15
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
16
16
 
17
17
  puts "Downloading #{url} ..."
@@ -10,7 +10,7 @@ module Relaton
10
10
  class HitCollection < Core::HitCollection
11
11
  include Core::DateParser
12
12
 
13
- GHNISTDATA = "https://raw.githubusercontent.com/relaton/relaton-data-nist/data-v2/"
13
+ GHNISTDATA = "https://raw.githubusercontent.com/relaton/relaton-data-nist/v2/"
14
14
 
15
15
  attr_reader :reference
16
16
  attr_accessor :array
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Nist
3
- VERSION = "2.1.0".freeze
3
+ VERSION = "2.1.1".freeze
4
4
  end
5
5
  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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-04 00:00:00.000000000 Z
11
+ date: 2026-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64