relaton-calconnect 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: 67e7ef0d03aee629fefa14e00cd047e595dfa2fdf108a65498597a7d3f304728
4
- data.tar.gz: 0c4339378b9e115fabd5ba7ac886079f77b05ca11ed5b6bf24a387b8bb1f94d4
3
+ metadata.gz: '0645855bad704efa0a6ab4dafc414c3835b3815815144d8dcf1cc3f2a44d8abf'
4
+ data.tar.gz: b76c2f1cce88c496b2888041017c4a5c2b1977e22a1945c46e67ed3684dc1d8b
5
5
  SHA512:
6
- metadata.gz: 54db14fc4d30c8e9b326702ee504b5d6808fadefbcb6865f67568af02d24f742e5c7e687a42e8c0eebeb66186946b9d58d87c4f20f260bedcd30971575b70ddf
7
- data.tar.gz: 110aa774e87a5c8b225bde02303894162f2e895d884e2ed5926ee31bee5f6f098a62594d98e05b943a107c04dd69024cd982d137204758ea7b39be88b27ed993
6
+ metadata.gz: 326da7cd637da6b0ed4e891b955a0c3975ae6489246d2648ac3fe5a2f1889ab87d36e7535a43845a29770bfc6adc6eaa3bca2a848fac8b5ceb633d762951f00b
7
+ data.tar.gz: 51db972bff8e2038d5aa95476b41d201e27c7a94e7a3e5dff205fe71885507c09eef4fd672e09be19f8888faaff3b7fcf747e570fe6560239c851839548dccb1
@@ -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
@@ -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-calconnect/data-v2/index-v1.zip"
14
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-calconnect/v2/index-v1.zip"
15
15
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
16
16
 
17
17
  puts "Downloading \#{url} ..."
@@ -9,7 +9,7 @@ module Relaton::Calconnect
9
9
  # DATADIR = File.expand_path ".relaton/calconnect", Dir.home
10
10
  # DATAFILE = File.expand_path "bibliography.yml", DATADIR
11
11
  # ETAGFILE = File.expand_path "etag.txt", DATADIR
12
- GHURL = "https://raw.githubusercontent.com/relaton/relaton-data-calconnect/refs/heads/data-v2/".freeze
12
+ GHURL = "https://raw.githubusercontent.com/relaton/relaton-data-calconnect/refs/heads/v2/".freeze
13
13
 
14
14
  # @param ref [Strig]
15
15
  # @param year [String]
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Calconnect
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-calconnect
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: faraday