relaton-doi 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: c4b0745e1383cc4ccc0fcde653e2741d02d7293ad0dd3b18c43104ccf584be38
4
- data.tar.gz: '09d1d3d779b065e06cf00ba7eac2fdbf7b0bfba4fec91410866696d40609d7ec'
3
+ metadata.gz: 45cbebdc6eb8297d87639980cfe4b04bd4664605dd72a31c5f16684abe3d6aeb
4
+ data.tar.gz: 7a91de197590962abd143f6a21dc9272b9fa7e7739c025f016856332bdec045e
5
5
  SHA512:
6
- metadata.gz: c6e35be0c954b590885813cb26c5646ea9c7dc41b7aac0b3a32d6a37b085a48a325c09800b2649bda21390b2097b218cc52198dfa77f7b7b7799356514c8b201
7
- data.tar.gz: 22638765c10df17e62007511a8713287bf0c5a1cad773027b214d3e4ad9e7da5b5f88e9a3c70d91a655502081d5bc216f1c8dfa720bebd1da383246787130e05
6
+ metadata.gz: b11441ab2a84b958dbf57b76bc4dbf9bf729ad8d45e40edd3b7fa611904ee1438e1a7457c528ef5fb9b337148a145c5a69624f1f7441274fbdbfab00c7892990
7
+ data.tar.gz: 4abce09819c596c70435751f2d0b66eb07b23b6a00910ff8b18bcf6fb91aac6e51b7453c69f589f2bfe6e214f1c61af3e3b84a0d8e1a1dbc8d7ea7f28c938d19
@@ -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
  workflow_dispatch:
@@ -462,7 +462,10 @@ module Relaton
462
462
  return [] unless @src["standards-body"]
463
463
 
464
464
  name, acronym = @src["standards-body"].values_at("name", "acronym")
465
- org = create_org(name, acronym)
465
+ org = create_org(
466
+ CGI.unescapeHTML(name),
467
+ acronym && CGI.unescapeHTML(acronym),
468
+ )
466
469
  [contributor(org, "authorizer")]
467
470
  end
468
471
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Relaton
4
4
  module Doi
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-doi
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-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: relaton-bipm