ieee-idams 0.2.7 → 0.2.9

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: 032ce0710ae36756ffc4a0c78da50217101452733f8cec660205cb846346752e
4
- data.tar.gz: e8f0f058baccc68b0a036b37e14b078fc77130d16f48a4fd908f4269ce08b5ef
3
+ metadata.gz: 01f00f2f3abec2fa584539aaef0c18c996b452b09b01e58ef0c62a7ad7532c73
4
+ data.tar.gz: 8a3d08f058dc4abd6cd3b39521ad8ab0b1813053b0b15dbfe00b5a372f9675da
5
5
  SHA512:
6
- metadata.gz: 0eeaff6d93b14ca373a816d68d06a599309c08f5d73a7216a71ad296460bb5f0ce7bbc82b1bfd4f183287ea18359a8ed03a4e0076c6cc7f0bfdfc9b927bb6324
7
- data.tar.gz: c633771da26ddcf6f56f79cbbd7e72c1fddf7dd0227b36284e2fec9f9695f6effc524c39afecf981d11cbbfca23202250479a94c06e4a346a169174041a644fb
6
+ metadata.gz: 84d9e7989f0237fbb8c201cd641a1465a22ac3035d37757a9b58310c19c892f74aafc0dabfb8412e98f63ab72471457991a9f6821841d46ab6e2d8509daa704b
7
+ data.tar.gz: c7f4c00195985b602299b1e8d395410c6e0dca1710e00485aa2c87752059b465d76f2152d76369f2bc79c23ff154350f4b9200e8d9d54cf11a201219153477a3
@@ -91,7 +91,7 @@ module Ieee
91
91
 
92
92
  # ISBN information
93
93
  # @return [Isbn] ISBN details
94
- attribute :isbn, Isbn
94
+ attribute :isbn, Isbn, collection: true
95
95
 
96
96
  # ISBN information
97
97
  # @return [PubSponsor] sponsor details
@@ -4,7 +4,7 @@ module Ieee
4
4
  module Idams
5
5
  # Represents a set of standard modifiers
6
6
  class StandardModifierSet < Lutaml::Model::Serializable
7
- attribute :standard_modifier, :string, collection: true
7
+ attribute :standard_modifier, :string
8
8
 
9
9
  xml do
10
10
  root "standardmodifierset"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ieee
4
4
  module Idams
5
- VERSION = "0.2.7"
5
+ VERSION = "0.2.9"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ieee-idams
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-21 00:00:00.000000000 Z
11
+ date: 2024-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model