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 +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/Rakefile +3 -3
- data/lib/relaton/ietf/scraper.rb +3 -3
- data/lib/relaton/ietf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca0c823ba49c0bf4b1f184a0172e38e525312171f55b1ee17a4bf611926d0477
|
|
4
|
+
data.tar.gz: bc80ad922e473bf98c412a8dddd35b150093b0b16f18bb7c47f00c7c28983321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7394ae875b66647a0d24d6509f266a6396343a5083fb6737c4fb4212fc8fc892aeb55a87faedccdf2b6711641e14f4619dfa8bf05ccae94fd4d39a1ad0132d2b
|
|
7
|
+
data.tar.gz: 00a969e3ccfd8296de2417541c2a887e23767798645f8f1ea07321523ab626146e452759cbd6774c5e1a8aea188e3f2c8408f0fc119adb13c626a2f6ab9e5d04
|
data/.github/workflows/rake.yml
CHANGED
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/
|
|
16
|
-
"rss-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/
|
|
17
|
-
"ids-index-v1.zip" => "https://raw.githubusercontent.com/relaton/relaton-data-ids/
|
|
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|
|
data/lib/relaton/ietf/scraper.rb
CHANGED
|
@@ -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/
|
|
10
|
-
RFC = "https://raw.githubusercontent.com/relaton/relaton-data-rfcs/refs/heads/
|
|
11
|
-
RSS = "https://raw.githubusercontent.com/relaton/relaton-data-rfcsubseries/refs/heads/
|
|
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]
|
data/lib/relaton/ietf/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|