ieee-idams 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff847527e8adda475495e40f2f7152257d3684063b30cc0e41595856840a260e
4
- data.tar.gz: 9cc43f1dc641bec279c0b5f56cd962b23d85be4651cc0b36221d4f3fd93a80bf
3
+ metadata.gz: 032ce0710ae36756ffc4a0c78da50217101452733f8cec660205cb846346752e
4
+ data.tar.gz: e8f0f058baccc68b0a036b37e14b078fc77130d16f48a4fd908f4269ce08b5ef
5
5
  SHA512:
6
- metadata.gz: 01e83f160ca63bfc142f23ff0fce3c405e35493824ed2b310832e100f83339edd9fb5524c3e80b0a4127b8474ec7568fd6a731b76714c89a7eed68b61e8a3d1f
7
- data.tar.gz: f873460146d9aadca68aab1c7bea5d204bfeff36f7ee5eb9b972e81a75a45ae07bca45340c458c5571742d3471522561fe205c2680773c564f4247a3977cfe6b
6
+ metadata.gz: 0eeaff6d93b14ca373a816d68d06a599309c08f5d73a7216a71ad296460bb5f0ce7bbc82b1bfd4f183287ea18359a8ed03a4e0076c6cc7f0bfdfc9b927bb6324
7
+ data.tar.gz: c633771da26ddcf6f56f79cbbd7e72c1fddf7dd0227b36284e2fec9f9695f6effc524c39afecf981d11cbbfca23202250479a94c06e4a346a169174041a644fb
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ieee
4
4
  module Idams
5
- VERSION = "0.2.6"
5
+ VERSION = "0.2.7"
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.7
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-model