relaton-jis 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: 1a2abb23ea701fb33099e16b02eae904d3de747395444ed8286ccfd6f9078cb3
4
- data.tar.gz: 7d161343c30d77222dde2f64b07ff71ecb9584a6cdbd9dd978dad41a323c40da
3
+ metadata.gz: 3094ab34b43df868ea27ea7c175ba3a0cebf1638765d563d8d139597741282d0
4
+ data.tar.gz: 22d571c2d2d0f24208cbfca9d5c7188beb60f8654e4017b2f1c0dbe8b6ed0f6e
5
5
  SHA512:
6
- metadata.gz: f86fad4a0b3e2eb96d06d0311313fd02a2ea277aa0f09e93551dd1f7f688ff34366249d52d3e45689b740fb579738d7d55edc6e8a5196fafbc39660862ee5a3d
7
- data.tar.gz: 103cff93037c28424ed9e665488d1f0accfe0fa79e9e37e5374d7ee8424a4a70fd638f72257e8d35b279c17585071d5523fd42e2bc4887fb60443a9cd19d81df
6
+ metadata.gz: '029080fa991e350016133f9bde6a085adc717f561cb0273bfba1e7787fd94c1048c57accf934abb0862113ce117b62af6511a8835acf3d106da443241b08f1c6'
7
+ data.tar.gz: 81126e2b12e69b3e0efcccfa656942af633a00fab4a497058cffb2e3259f24a1eae1d1671d4db0cd53171c646c9927914b38a3803ebfe2b6f36edcfcefa3ef7c
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-jis/data-v2/index-v1.zip"
20
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-jis/v2/index-v1.zip"
21
21
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
22
22
 
23
23
  puts "Downloading \#{url} ..."
@@ -5,7 +5,7 @@ require_relative "hit"
5
5
  module Relaton
6
6
  module Jis
7
7
  class HitCollection < Core::HitCollection
8
- GH_URL = "https://raw.githubusercontent.com/relaton/relaton-data-jis/data-v2/"
8
+ GH_URL = "https://raw.githubusercontent.com/relaton/relaton-data-jis/v2/"
9
9
 
10
10
  #
11
11
  # Initialize hit collection
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Relaton
4
4
  module Jis
5
- VERSION = "2.1.0"
5
+ VERSION = "2.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-jis
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mechanize