relaton-ietf 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: 40f1573f12d0f2dfedd0210b9f3236173a71ffbb9dc9131ca9104364e1756ed2
4
- data.tar.gz: 6315493dca67a75115d572a4b1f4768f7d888aa85955ba2c3ef88838084c50c3
3
+ metadata.gz: ca0c823ba49c0bf4b1f184a0172e38e525312171f55b1ee17a4bf611926d0477
4
+ data.tar.gz: bc80ad922e473bf98c412a8dddd35b150093b0b16f18bb7c47f00c7c28983321
5
5
  SHA512:
6
- metadata.gz: 8b26751fe163cc4f6a51111bee04408286532be84cac8bc48cb9ab1c0c6a19a9df83dae36fa705af66bed590c3455cc58b75f4e8a80e760bd2136487243796e1
7
- data.tar.gz: a4b13883749c08236f5f2b7fbcaa478895a83b5dab121fc04a33f66c7014e05cc003c188a96ba7c23527aeabf03113a72e14885a2900c6d4d609086ab7bdadd1
6
+ metadata.gz: 7394ae875b66647a0d24d6509f266a6396343a5083fb6737c4fb4212fc8fc892aeb55a87faedccdf2b6711641e14f4619dfa8bf05ccae94fd4d39a1ad0132d2b
7
+ data.tar.gz: 00a969e3ccfd8296de2417541c2a887e23767798645f8f1ea07321523ab626146e452759cbd6774c5e1a8aea188e3f2c8408f0fc119adb13c626a2f6ab9e5d04
@@ -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
@@ -12,9 +12,9 @@ namespace :spec do
12
12
  require "uri"
13
13
 
14
14
  indexes = {
15
- "rfc-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-rfcs/data-v2/index-v1.zip",
16
- "rss-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/data-v2/index-v1.zip",
17
- "ids-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-ids/data-v2/index-v1.zip",
15
+ "rfc-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-rfcs/v2/index-v1.zip",
16
+ "rss-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/v2/index-v1.zip",
17
+ "ids-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-ids/v2/index-v1.zip",
18
18
  }
19
19
 
20
20
  indexes.each do |filename, url|
@@ -6,9 +6,9 @@ module Relaton
6
6
  module Scraper
7
7
  extend Scraper
8
8
 
9
- IDS = "https://raw.githubusercontent.com/relaton/relaton-data-ids/refs/heads/data-v2/"
10
- RFC = "https://raw.githubusercontent.com/relaton/relaton-data-rfcs/refs/heads/data-v2/"
11
- RSS = "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/refs/heads/data-v2/"
9
+ IDS = "https://raw.githubusercontent.com/relaton/relaton-data-ids/refs/heads/v2/"
10
+ RFC = "https://raw.githubusercontent.com/relaton/relaton-data-rfcs/refs/heads/v2/"
11
+ RSS = "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/refs/heads/v2/"
12
12
 
13
13
  # @param text [String]
14
14
  # @return [RelatonIetf::IetfBibliographicItem]
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Ietf
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-ietf
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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64