relaton-iho 2.1.0 → 2.1.2

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: c4c0a5532427fce5722ca205645532bc1279ec3804818dc128480646b2a9e73e
4
+ data.tar.gz: dfcef1920f45671c3b1f5ecf552e89a071ec6ba14d93ad488c9691092c37cc88
5
5
  SHA512:
6
- metadata.gz: f5369e5fcf09ec8b78e8f7a080e6996c925ba9f521e371ddde7f915b5823e1491069006c7a61a8e86e794ceb44d75f64b100c8476a0c26f114845be78513a4b2
7
- data.tar.gz: b76e65c399900c37cc8d3dcb4d99f4ffed1964f371ce5b9f213246f21f62df0eca96d6828aee25be02f6b17eafa7d0232313791c1176c632f355f400a8513bc0
6
+ metadata.gz: 36e90b31f8f347bb31ad17f912a859e2978454c32d29a560ac0c7fa698da42db3994ffcb2c724f0fdc91bab70d54eeb833522c11db911097a45fdc0e09464414
7
+ data.tar.gz: 311c0bfc925b1e3ccb77eec23c7c477fc0be51dd5b5a2d9141ccde51987cc10c17f19e3e363a9c5a553c7fd9f0261281a7a279133ab1483ff5ffd1b6abe9b1ff
@@ -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
@@ -47,7 +47,7 @@ module Relaton
47
47
  #
48
48
  def remove_index_file
49
49
  require_relative "../iho"
50
- Relaton::Index.find_or_create(:iho, url: true, file: "#{INDEXFILE}.yaml}").remove_file
50
+ Relaton::Index.find_or_create(:iho, url: true, file: "#{INDEXFILE}.yaml").remove_file
51
51
  end
52
52
  end
53
53
  end
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Iho
3
- VERSION = "2.1.0".freeze
3
+ VERSION = "2.1.2".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.2
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-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -98,11 +98,6 @@ files:
98
98
  - README.adoc
99
99
  - Rakefile
100
100
  - bin/rspec
101
- - grammars/basicdoc.rng
102
- - grammars/biblio-standoc.rng
103
- - grammars/biblio.rng
104
- - grammars/relaton-iho-compile.rng
105
- - grammars/relaton-iho.rng
106
101
  - lib/relaton/iho.rb
107
102
  - lib/relaton/iho/bibdata.rb
108
103
  - lib/relaton/iho/bibitem.rb