relaton-iana 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: 4c74f55e879ba63e1c5131568d467c34c4e4b4efdd0b307d8a1e35d8c35c9f1c
4
- data.tar.gz: 9e3ef9b3d93bd500d10cb330f4fea6cfba8073304f14ac9d45f10c4bd8397599
3
+ metadata.gz: f5e107812dec2873f95d48597bf8619b681e78988c027721bbca8ac6cce3fbb1
4
+ data.tar.gz: 53bfbfb899453e1d6adcaec4504300798841125abfcbfc6f574bbf00433f515d
5
5
  SHA512:
6
- metadata.gz: 1ca300253c81004cdf1b7886181e104f33e6c533bfcdb5667136537d6d1c3e5b35a193b6a4bd4db689b85d77d42ceaf0a4935a25aa2aceb8ec3438e80802cae4
7
- data.tar.gz: 0b16e939c675af3636dfdf0a25b5a4a254238b3692371003b8e28c1cfa034918a94e052f4bdfcbcb1defcc547cad5910465efc1fc61634c09121981e2972e2fe
6
+ metadata.gz: 3c252f50dbee0a8546648f11f4bb5dfece79e2f6f8132a98f98996943985e0a436c3b86455ed8cbbcf5eac7eba62f373ab384b41cf3ca0bccca48e1ddf265d4a
7
+ data.tar.gz: 5dd70466aade48942412978d1117cb6042692ea3b0245642e16e638462fdbdb9b115d3fd94e374adee0f50c17685ff8a213dfa4a73cd63b0a65b140f63b5327d
@@ -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
 
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-iana/data-v2/index-v1.zip"
20
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-iana/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 Iana
5
5
  # Methods for search IANA standards.
6
6
  module Bibliography
7
- SOURCE = "https://raw.githubusercontent.com/relaton/relaton-data-iana/refs/heads/data-v2/"
7
+ SOURCE = "https://raw.githubusercontent.com/relaton/relaton-data-iana/refs/heads/v2/"
8
8
 
9
9
  # @param text [String]
10
10
  # @return [Relaton::Iana::ItemData, nil]
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Iana
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-iana
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday