relaton-iho 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: a104bbd46d4c16a491e1ee286734f2cf49cfcd2918a7be600a300e496f58dd99
4
- data.tar.gz: c66076c924c1ed5af548ea3cda7906152a59df7504e652cb82cb079a0226251b
3
+ metadata.gz: 769a8ebd6c928209e699b186ac472824fc0b50f40323eaec113d3e2e06088bc8
4
+ data.tar.gz: 9ac611550c5bbaea64c31fb153e39fa16a1ef7d376e05a8a70572d129dcd0784
5
5
  SHA512:
6
- metadata.gz: f5369e5fcf09ec8b78e8f7a080e6996c925ba9f521e371ddde7f915b5823e1491069006c7a61a8e86e794ceb44d75f64b100c8476a0c26f114845be78513a4b2
7
- data.tar.gz: b76e65c399900c37cc8d3dcb4d99f4ffed1964f371ce5b9f213246f21f62df0eca96d6828aee25be02f6b17eafa7d0232313791c1176c632f355f400a8513bc0
6
+ metadata.gz: 404e35f9413afde1f27121c96926ed7e6b9756380acf21a9d7e922bb9e9ed90037bb6c76d2ff9d46a81e97558197cd8080a37818e4b8ac0990d8b2e5fbee9fa7
7
+ data.tar.gz: 335852adcf7471b126c6c17ef14a8d8a17657d4576d97392e4733c298c81a64656cf535b55790d8067cf82f94b9c140a0eb06d5e0fb0bc99721d276b6defe960
@@ -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
@@ -13,7 +13,7 @@ namespace :spec do
13
13
  require_relative "lib/relaton/iho"
14
14
 
15
15
  filename = "#{Relaton::Iho::INDEXFILE}.zip"
16
- url = "https://raw.githubusercontent.com/relaton/relaton-data-iho/data-v2/\#{filename}"
16
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-iho/v2/\#{filename}"
17
17
  dest = File.join(__dir__, "spec", "fixtures", filename)
18
18
 
19
19
  puts "Downloading \#{url} ..."
@@ -3,7 +3,7 @@ require "net/http"
3
3
  module Relaton
4
4
  module Iho
5
5
  module Bibliography
6
- ENDPOINT = "https://raw.githubusercontent.com/relaton/relaton-data-iho/refs/heads/data-v2/".freeze
6
+ ENDPOINT = "https://raw.githubusercontent.com/relaton/relaton-data-iho/refs/heads/v2/".freeze
7
7
 
8
8
  class << self
9
9
  #
@@ -14,9 +14,7 @@ module Relaton
14
14
 
15
15
  key_value { map_element "commentperiod", to: :commentperiod }
16
16
 
17
- def schema_version
18
- Relaton.schema_versions["relaton-model-iho"]
19
- end
17
+ def schema_version = Relaton.schema_versions["relaton-model-iho"]
20
18
  end
21
19
  end
22
20
  end
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Iho
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-iho
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: bin
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