relaton-etsi 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: 637634d27039848b4e93c7aadfe70cf2b220d2e222a2a9feba7b5a9760e933f1
4
- data.tar.gz: 20dd06bbbff7b1af33ff03523ac418a91b2f276588d998061bdc2536a8f42075
3
+ metadata.gz: 83ff53d11a3552ae1912b417996db91727e92e8e3603db51e8cb7e952e1201b2
4
+ data.tar.gz: 325c2b01e11be54efaacb079750b09f28dc9111beb496fbacae85516943177b2
5
5
  SHA512:
6
- metadata.gz: 2fdae3a2a629012007d6d05a0245e3569e6e3a5eb2c45547ca89e018d348e68dd5bd3fa29c703b06a8e2ca30f4c296455676862c4e55c9d4395b706ba9023844
7
- data.tar.gz: 818a000c7d5d7755859f45685eb33ab59611de7b50c2edc712c947f850d9ba448cf2433e4a93fc7017c79de055da4a312a00a1aa6c3c28db2693f8a31093596b
6
+ metadata.gz: 2cfa40bd4c74fb3f5ed33e89f8b334a02e27ceeddbdc6885f603b59cef183b7dd2d90ae768b11e2340bb4a02ec0ab25728f55df1471df260e7c19ff1c6b7f6dd
7
+ data.tar.gz: 3245710e0f9cdb786477c02b164b8e953ef2b9fedda33fa70604d464e26ad91c221c200290cf6ad2b07f504e47d66f3043c25e131b156c874f897c1123749399
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ namespace :spec do
17
17
  require "net/http"
18
18
  require "uri"
19
19
 
20
- url = "https://raw.githubusercontent.com/relaton/relaton-data-etsi/data-v2/index-v1.zip"
20
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-etsi/v2/index-v1.zip"
21
21
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
22
22
 
23
23
  puts "Downloading \#{url} ..."
@@ -4,7 +4,7 @@ module Relaton
4
4
  module Etsi
5
5
  # Methods for search IANA standards.
6
6
  module Bibliography
7
- SOURCE = "https://raw.githubusercontent.com/relaton/relaton-data-etsi/refs/heads/data-v2/"
7
+ SOURCE = "https://raw.githubusercontent.com/relaton/relaton-data-etsi/refs/heads/v2/"
8
8
 
9
9
  # @param text [String]
10
10
  # @return [Relaton::Etsi::ItemData, nil]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Relaton
4
4
  module Etsi
5
- VERSION = "2.1.0"
5
+ VERSION = "2.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-etsi
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize