relaton-iec 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: b3748628a557efd3e7676f38fabb661c4d4c57f2083d7b70dd68829d72eb456b
4
- data.tar.gz: 48ae09c4bc78be843cfd492e01c41e36cfa75247e90873aed376e47e6ca46412
3
+ metadata.gz: b7ec248ce4ccbda30b47e48cc530425476eb5b0b5d3e908614717d2c0f6cbb1b
4
+ data.tar.gz: 85f6a7b53e79549f1b5e4aba8521db64fd415336a6ef95c344244bdb4b1015af
5
5
  SHA512:
6
- metadata.gz: f2b035d0f7f47a63b6be78f9bde44988d93643d258d465a1d24a3fa06089427422f370901e93c15ca8afafead3ed52bbdc4b81d4d02504ba22e53df6798df2dd
7
- data.tar.gz: 35cd7785aeda31254ee476482b323dd9aa58a7e3e49d5ac7970392ee375f45dfa9cba329c76c550467454071193d6b015574908ce246750fce9c82e2c558ea89
6
+ metadata.gz: c2453f2e4e3b1f912f738bf2abb32efc34eb261f9c9507215fe47822c6948d5cc3486cc721f9b2fb09164b497c61fd73aefd1344bc2334d08b4ec02efc89252f
7
+ data.tar.gz: 478e1f5a249c5811957bdd6f5af09cd13f94ba4482e9549ce5a83f0c247d9a9f891a305a845377a3dc6112d3a8e2a1ed5226617c66a45722e73c6c5b29c8e8c9
@@ -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-iec/data-v2/index-v1.zip"
14
+ url = "https://raw.githubusercontent.com/relaton/relaton-data-iec/v2/index-v1.zip"
15
15
  dest = File.join(__dir__, "spec", "fixtures", "index-v1.zip")
16
16
 
17
17
  puts "Downloading \#{url} ..."
@@ -4,7 +4,7 @@ module Relaton
4
4
  module Iec
5
5
  # Hit.
6
6
  class Hit < Core::Hit
7
- GHURL = "https://raw.githubusercontent.com/relaton/relaton-data-iec/refs/heads/data-v2/"
7
+ GHURL = "https://raw.githubusercontent.com/relaton/relaton-data-iec/refs/heads/v2/"
8
8
 
9
9
  attr_writer :item
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Iec
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-iec
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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable