ieee-idams 0.2.12 → 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: b8a3e0444aed66862d7522d763ef9184b3b2735a70718700b5e5919522bee23a
4
- data.tar.gz: fe316ad18d58afb538fb87ca0f97714247b0884c2c2795791afbb7ece148d03e
3
+ metadata.gz: 3fc6c2e9191188cb4e6bfe11fc00f6dcc3bb374b6d29c675d556c58769a4c28d
4
+ data.tar.gz: de779616b5afdceb5a772ac5f9be58a5db34877330aceb47ad38824c9a068e43
5
5
  SHA512:
6
- metadata.gz: 8cbdb8e8de8c641f1052d8858e29ece28e3aa97df0b2853246136414d0e22ce8e61a047e4deb90508398110edaf86ab410e2588a941edf26e348b6826f53b071
7
- data.tar.gz: e400588b58846476329297c3e20a4bc9ae46a9f1fa384c149bfa91b4148a3aa2fae10e9c85a823c3da5a8c94559acc59392eb1f6e4583fe76b4bed11d32e7ac9
6
+ metadata.gz: f176888d5291ebcf3e0610a47fbf354a27bdf842aa7d99b4e3baa81f39184bac841c67ed1a950bff8c7becd221168f956c4c608d05f010e792830138690999dd
7
+ data.tar.gz: 02e8c3de1ec61d2b6426d6e082e872cd4458b663639c93ca7cec1b5a58fcfdaec778a5f2bd1897b675b33fde1e987d4327ae9986cc9ca4cfcd586a620bb1c052
@@ -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.12"
5
+ VERSION = "0.2.13"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ieee-idams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -14,16 +14,16 @@ dependencies:
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