relaton-bipm 2.1.1 → 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: 42080c1c3ebb7eab76de1fc1b18bb91da064ac175581633c34b0c8daa2361282
4
- data.tar.gz: 340d032da2900d7873da399c2711587b38ccd99307a0a401b1a4b3ba8201db5a
3
+ metadata.gz: 8d8eca627e12a80a7966aad99e65d4caf37ce98734aa2eab293eca3424f68a7d
4
+ data.tar.gz: 9b53ecb0350b75ff380441eb3246925b1cb922a2485ab1755bf82e361283032f
5
5
  SHA512:
6
- metadata.gz: 9292924b806016e99034be78d609420b96be057745499ef4f7c006682325fdb4ef38a80369398bc6c882379b703fd7debeb4ad4b26a6daad12a1be5893d70aec
7
- data.tar.gz: 5c7908cdb8d6943da712d3a1a43c91310efed866530504434b7377f18e50f6f871798e95efb16b04a5c88bd2f6ada1c8aab3c30836c546d1a6b3ed5e4d4206be
6
+ metadata.gz: 85ca640c25e45b19fd49fa9591bb0fadb2821c9ac1c39bed1d14a4ad82b77da178a3626d344292c1618d97a261bd50cef5538492be57aa453a96cffe001f65e7
7
+ data.tar.gz: 7da9c4ddc205735ba2b2343d47415c661538d94fd1f3373c3d5dd15e01d6dca9f3d6637ffb5856392764aecd6cd8f85019835c522e4199d21a98323fde5ae49e
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ namespace :spec do
11
11
  require "net/http"
12
12
  require "uri"
13
13
 
14
- url = "https://raw.githubusercontent.com/relaton/relaton-data-bipm/data-v2/index-v1.zip"
14
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-bipm/v2/index-v1.zip"
15
15
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
16
16
 
17
17
  puts "Downloading \#{url} ..."
@@ -3,7 +3,7 @@ require_relative "id_parser"
3
3
 
4
4
  module Relaton::Bipm
5
5
  class Bibliography
6
- GH_ENDPOINT = "https://raw.githubusercontent.com/relaton/relaton-data-bipm/refs/heads/data-v2/".freeze
6
+ GH_ENDPOINT = "https://raw.githubusercontent.com/relaton/relaton-data-bipm/refs/heads/v2/".freeze
7
7
 
8
8
  class << self
9
9
  # @param text [String]
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Bipm
3
- VERSION = "2.1.1".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-bipm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
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-05 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: faraday