ieee-idams 0.2.11 → 0.2.13

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: b415563c12d7265e360018ddbea2fc22dd81464d713c5dc867c4b06284dec042
4
- data.tar.gz: f242ea03fd6ded7baef7472f1654ce94187d485128335147ccfaadd4cf1c7e9b
3
+ metadata.gz: 3fc6c2e9191188cb4e6bfe11fc00f6dcc3bb374b6d29c675d556c58769a4c28d
4
+ data.tar.gz: de779616b5afdceb5a772ac5f9be58a5db34877330aceb47ad38824c9a068e43
5
5
  SHA512:
6
- metadata.gz: bc79f84b2d2e766b72444b1f07551fe56493169168bd55756e1984ec3938f6afd39d68290cb46cbb974b9e40613427183ae39d3674ceb5d406a700da5a4a27ec
7
- data.tar.gz: 47c859d3448584e57e91ba982d02419b067bd867150ce7b383a2856d804a9141fae6d31ee44c672f61c65b702a8dedd3ed98f2b268f61a61b52708d5b867b35d
6
+ metadata.gz: f176888d5291ebcf3e0610a47fbf354a27bdf842aa7d99b4e3baa81f39184bac841c67ed1a950bff8c7becd221168f956c4c608d05f010e792830138690999dd
7
+ data.tar.gz: 02e8c3de1ec61d2b6426d6e082e872cd4458b663639c93ca7cec1b5a58fcfdaec778a5f2bd1897b675b33fde1e987d4327ae9986cc9ca4cfcd586a620bb1c052
@@ -141,7 +141,7 @@ module Ieee
141
141
 
142
142
  map_element "holdstatus", to: :holdstatus
143
143
  map_element "articlecopyright", to: :articlecopyright
144
- map_element "abstract", to: :abstract, cdata: true
144
+ map_element "abstract", to: :abstract
145
145
  map_element "articlestdscope", to: :articlestdscope, cdata: true
146
146
  map_element "articlestdpurpose", to: :articlestdpurpose, cdata: true
147
147
  map_element "authorgroup", to: :authorgroup
@@ -13,8 +13,8 @@ module Ieee
13
13
  xml do
14
14
  root "artpagenums"
15
15
 
16
- map_attribute "endpage", to: :endpage
17
- map_attribute "startpage", to: :startpage
16
+ map_attribute "endpage", to: :endpage, value_map: { to: { empty: :empty } }
17
+ map_attribute "startpage", to: :startpage, value_map: { to: { empty: :empty } }
18
18
  map_content to: :formatted
19
19
  end
20
20
  end
@@ -26,9 +26,9 @@ module Ieee
26
26
 
27
27
  xml do
28
28
  root "standard_relationship"
29
- map_attribute "prodnum", to: :prodnum
30
- map_attribute "relationship_date", to: :relationship_date
31
- map_attribute "type", to: :type
29
+ map_attribute "prodnum", to: :prodnum, value_map: { to: { empty: :empty } }
30
+ map_attribute "relationship_date", to: :relationship_date, value_map: { to: { empty: :empty } }
31
+ map_attribute "type", to: :type, value_map: { to: { empty: :empty } }
32
32
  map_content to: :date_string
33
33
  end
34
34
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ieee
4
4
  module Idams
5
- VERSION = "0.2.11"
5
+ VERSION = "0.2.13"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ieee-idams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '0.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '0.7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: nokogiri
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ metadata:
188
188
  homepage_uri: https://github.com/relaton/ieee-idams
189
189
  source_code_uri: https://github.com/relaton/ieee-idams
190
190
  changelog_uri: https://github.com/relaton/ieee-idams
191
- post_install_message:
191
+ post_install_message:
192
192
  rdoc_options: []
193
193
  require_paths:
194
194
  - lib
@@ -203,8 +203,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  - !ruby/object:Gem::Version
204
204
  version: '0'
205
205
  requirements: []
206
- rubygems_version: 3.3.27
207
- signing_key:
206
+ rubygems_version: 3.5.22
207
+ signing_key:
208
208
  specification_version: 4
209
209
  summary: Library of Congress MODS / MADS parser
210
210
  test_files: []