ieee-idams 0.2.6 → 0.2.8

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: ff847527e8adda475495e40f2f7152257d3684063b30cc0e41595856840a260e
4
- data.tar.gz: 9cc43f1dc641bec279c0b5f56cd962b23d85be4651cc0b36221d4f3fd93a80bf
3
+ metadata.gz: 06d58a9aa3b3a3ccd9ab8a0461cb7233396850a29398ce6c0e89be557df54246
4
+ data.tar.gz: 7bc31dc47ef127f14e45080b804116b5c3472062c856c49a3545cffb5b2f9d2f
5
5
  SHA512:
6
- metadata.gz: 01e83f160ca63bfc142f23ff0fce3c405e35493824ed2b310832e100f83339edd9fb5524c3e80b0a4127b8474ec7568fd6a731b76714c89a7eed68b61e8a3d1f
7
- data.tar.gz: f873460146d9aadca68aab1c7bea5d204bfeff36f7ee5eb9b972e81a75a45ae07bca45340c458c5571742d3471522561fe205c2680773c564f4247a3977cfe6b
6
+ metadata.gz: f72179b7512dfcc2c84193b50af14263a41060f96f6fcc4b7275947a87487de9a09cfce396ace85409b8c3995d9a8b7c61db2cc847d97cebcc808fc7cae8fabd
7
+ data.tar.gz: 912f4a55250cd6281ccb88151aa5b35c854cf0d5abac42160fca0d59eac589c2e9df8525f0f9d6350360885232303796ce71e8f76f1ba18cff904c77a843f7a7
@@ -71,7 +71,7 @@ module Ieee
71
71
 
72
72
  # Abstract
73
73
  # @return [String] article abstract
74
- attribute :abstract, ArticleAbstract
74
+ attribute :abstract, ArticleAbstract, collection: true
75
75
 
76
76
  # Author information
77
77
  # @return [AuthorGroup] article authors
@@ -75,7 +75,7 @@ module Ieee
75
75
 
76
76
  # Standard relationship
77
77
  # @return [String] standard relationship
78
- attribute :standard_relationship, StandardRelationship
78
+ attribute :standard_relationship, StandardRelationship, collection: true
79
79
 
80
80
  # Standard modifier set
81
81
  # @return [StandardModifierSet] standard modifier details
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ieee
4
4
  module Idams
5
- VERSION = "0.2.6"
5
+ VERSION = "0.2.8"
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.6
4
+ version: 0.2.8
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-13 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