orcid_client 0.17.1 → 0.18.1
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 +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/CHANGELOG.md +23 -7
- data/Gemfile.lock +337 -186
- data/lib/orcid_client/version.rb +1 -1
- data/orcid_client.gemspec +15 -15
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Audiovisual.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Book.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/BookChapter.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection_Collection_of_Datasets.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection_Report.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ComputationalNotebook.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ConferencePaper.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ConferenceProceeding.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/DataPaper.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Dataset.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Dissertation.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Event.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Film.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Image.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Instrument_.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/InteractiveResource.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Journal.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/JournalArticle.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Model.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Other.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/OutputManagementPlan.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/PeerReview.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/PhysicalObject.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Preprint.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Report.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Service.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Software.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Sound.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Standard.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/StudyRegistration.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Article.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Book.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Conference_Abstract.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Conference_full_text.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Dissertation.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Project_report.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_chapter.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_dataset.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_poster.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_preprint.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_working_paper.yml +174 -0
- data/spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Workflow.yml +174 -0
- metadata +109 -59
metadata
CHANGED
|
@@ -1,131 +1,124 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orcid_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Fenner
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
10
|
+
date: 2026-05-28 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activesupport
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- - "
|
|
16
|
+
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
20
|
-
- - "
|
|
18
|
+
version: '8.1'
|
|
19
|
+
- - ">="
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
21
|
+
version: 8.1.2
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
25
|
requirements:
|
|
27
|
-
- - "
|
|
26
|
+
- - "~>"
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
30
|
-
- - "
|
|
28
|
+
version: '8.1'
|
|
29
|
+
- - ">="
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
31
|
+
version: 8.1.2
|
|
33
32
|
- !ruby/object:Gem::Dependency
|
|
34
33
|
name: bolognese
|
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
|
36
35
|
requirements:
|
|
37
36
|
- - "~>"
|
|
38
37
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 2.
|
|
38
|
+
version: '2.7'
|
|
40
39
|
type: :runtime
|
|
41
40
|
prerelease: false
|
|
42
41
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
42
|
requirements:
|
|
44
43
|
- - "~>"
|
|
45
44
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 2.
|
|
45
|
+
version: '2.7'
|
|
47
46
|
- !ruby/object:Gem::Dependency
|
|
48
47
|
name: builder
|
|
49
48
|
requirement: !ruby/object:Gem::Requirement
|
|
50
49
|
requirements:
|
|
51
50
|
- - "~>"
|
|
52
51
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '3.
|
|
54
|
-
- - ">="
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version: 3.2.2
|
|
52
|
+
version: '3.3'
|
|
57
53
|
type: :runtime
|
|
58
54
|
prerelease: false
|
|
59
55
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
56
|
requirements:
|
|
61
57
|
- - "~>"
|
|
62
58
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: '3.
|
|
64
|
-
- - ">="
|
|
65
|
-
- !ruby/object:Gem::Version
|
|
66
|
-
version: 3.2.2
|
|
59
|
+
version: '3.3'
|
|
67
60
|
- !ruby/object:Gem::Dependency
|
|
68
61
|
name: dotenv
|
|
69
62
|
requirement: !ruby/object:Gem::Requirement
|
|
70
63
|
requirements:
|
|
71
64
|
- - "~>"
|
|
72
65
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '2
|
|
74
|
-
- - ">="
|
|
75
|
-
- !ruby/object:Gem::Version
|
|
76
|
-
version: 2.1.1
|
|
66
|
+
version: '3.2'
|
|
77
67
|
type: :runtime
|
|
78
68
|
prerelease: false
|
|
79
69
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
70
|
requirements:
|
|
81
71
|
- - "~>"
|
|
82
72
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: '2
|
|
84
|
-
- - ">="
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
version: 2.1.1
|
|
73
|
+
version: '3.2'
|
|
87
74
|
- !ruby/object:Gem::Dependency
|
|
88
75
|
name: maremma
|
|
89
76
|
requirement: !ruby/object:Gem::Requirement
|
|
90
77
|
requirements:
|
|
91
|
-
- - "
|
|
78
|
+
- - "~>"
|
|
92
79
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: '
|
|
80
|
+
version: '6.0'
|
|
94
81
|
type: :runtime
|
|
95
82
|
prerelease: false
|
|
96
83
|
version_requirements: !ruby/object:Gem::Requirement
|
|
97
84
|
requirements:
|
|
98
|
-
- - "
|
|
85
|
+
- - "~>"
|
|
99
86
|
- !ruby/object:Gem::Version
|
|
100
|
-
version: '
|
|
87
|
+
version: '6.0'
|
|
101
88
|
- !ruby/object:Gem::Dependency
|
|
102
89
|
name: namae
|
|
103
90
|
requirement: !ruby/object:Gem::Requirement
|
|
104
91
|
requirements:
|
|
105
92
|
- - "~>"
|
|
106
93
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: 1.
|
|
94
|
+
version: '1.2'
|
|
108
95
|
type: :runtime
|
|
109
96
|
prerelease: false
|
|
110
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
111
98
|
requirements:
|
|
112
99
|
- - "~>"
|
|
113
100
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: 1.
|
|
101
|
+
version: '1.2'
|
|
115
102
|
- !ruby/object:Gem::Dependency
|
|
116
103
|
name: nokogiri
|
|
117
104
|
requirement: !ruby/object:Gem::Requirement
|
|
118
105
|
requirements:
|
|
119
106
|
- - ">="
|
|
120
107
|
- !ruby/object:Gem::Version
|
|
121
|
-
version: 1.
|
|
108
|
+
version: '1.19'
|
|
109
|
+
- - ">="
|
|
110
|
+
- !ruby/object:Gem::Version
|
|
111
|
+
version: 1.19.1
|
|
122
112
|
type: :runtime
|
|
123
113
|
prerelease: false
|
|
124
114
|
version_requirements: !ruby/object:Gem::Requirement
|
|
125
115
|
requirements:
|
|
126
116
|
- - ">="
|
|
127
117
|
- !ruby/object:Gem::Version
|
|
128
|
-
version: 1.
|
|
118
|
+
version: '1.19'
|
|
119
|
+
- - ">="
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: 1.19.1
|
|
129
122
|
- !ruby/object:Gem::Dependency
|
|
130
123
|
name: bundler
|
|
131
124
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -146,90 +139,102 @@ dependencies:
|
|
|
146
139
|
requirements:
|
|
147
140
|
- - "~>"
|
|
148
141
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: '
|
|
142
|
+
version: '2.2'
|
|
150
143
|
type: :development
|
|
151
144
|
prerelease: false
|
|
152
145
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
146
|
requirements:
|
|
154
147
|
- - "~>"
|
|
155
148
|
- !ruby/object:Gem::Version
|
|
156
|
-
version: '
|
|
149
|
+
version: '2.2'
|
|
157
150
|
- !ruby/object:Gem::Dependency
|
|
158
151
|
name: rake
|
|
159
152
|
requirement: !ruby/object:Gem::Requirement
|
|
160
153
|
requirements:
|
|
154
|
+
- - "~>"
|
|
155
|
+
- !ruby/object:Gem::Version
|
|
156
|
+
version: '13.3'
|
|
161
157
|
- - ">="
|
|
162
158
|
- !ruby/object:Gem::Version
|
|
163
|
-
version:
|
|
159
|
+
version: 13.3.1
|
|
164
160
|
type: :development
|
|
165
161
|
prerelease: false
|
|
166
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
167
163
|
requirements:
|
|
164
|
+
- - "~>"
|
|
165
|
+
- !ruby/object:Gem::Version
|
|
166
|
+
version: '13.3'
|
|
168
167
|
- - ">="
|
|
169
168
|
- !ruby/object:Gem::Version
|
|
170
|
-
version:
|
|
169
|
+
version: 13.3.1
|
|
171
170
|
- !ruby/object:Gem::Dependency
|
|
172
171
|
name: rspec
|
|
173
172
|
requirement: !ruby/object:Gem::Requirement
|
|
174
173
|
requirements:
|
|
175
174
|
- - "~>"
|
|
176
175
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: '3.
|
|
176
|
+
version: '3.13'
|
|
177
|
+
- - ">="
|
|
178
|
+
- !ruby/object:Gem::Version
|
|
179
|
+
version: 3.13.2
|
|
178
180
|
type: :development
|
|
179
181
|
prerelease: false
|
|
180
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
183
|
requirements:
|
|
182
184
|
- - "~>"
|
|
183
185
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '3.
|
|
186
|
+
version: '3.13'
|
|
187
|
+
- - ">="
|
|
188
|
+
- !ruby/object:Gem::Version
|
|
189
|
+
version: 3.13.2
|
|
185
190
|
- !ruby/object:Gem::Dependency
|
|
186
191
|
name: simplecov
|
|
187
192
|
requirement: !ruby/object:Gem::Requirement
|
|
188
193
|
requirements:
|
|
189
|
-
- - "
|
|
194
|
+
- - "~>"
|
|
190
195
|
- !ruby/object:Gem::Version
|
|
191
|
-
version:
|
|
196
|
+
version: 0.22.0
|
|
192
197
|
type: :development
|
|
193
198
|
prerelease: false
|
|
194
199
|
version_requirements: !ruby/object:Gem::Requirement
|
|
195
200
|
requirements:
|
|
196
|
-
- - "
|
|
201
|
+
- - "~>"
|
|
197
202
|
- !ruby/object:Gem::Version
|
|
198
|
-
version:
|
|
203
|
+
version: 0.22.0
|
|
199
204
|
- !ruby/object:Gem::Dependency
|
|
200
205
|
name: vcr
|
|
201
206
|
requirement: !ruby/object:Gem::Requirement
|
|
202
207
|
requirements:
|
|
203
|
-
- - "
|
|
208
|
+
- - "~>"
|
|
204
209
|
- !ruby/object:Gem::Version
|
|
205
|
-
version: '
|
|
210
|
+
version: '6.4'
|
|
206
211
|
type: :development
|
|
207
212
|
prerelease: false
|
|
208
213
|
version_requirements: !ruby/object:Gem::Requirement
|
|
209
214
|
requirements:
|
|
210
|
-
- - "
|
|
215
|
+
- - "~>"
|
|
211
216
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: '
|
|
217
|
+
version: '6.4'
|
|
213
218
|
- !ruby/object:Gem::Dependency
|
|
214
219
|
name: webmock
|
|
215
220
|
requirement: !ruby/object:Gem::Requirement
|
|
216
221
|
requirements:
|
|
217
222
|
- - "~>"
|
|
218
223
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: '3.
|
|
224
|
+
version: '3.26'
|
|
220
225
|
- - ">="
|
|
221
226
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 3.
|
|
227
|
+
version: 3.26.1
|
|
223
228
|
type: :development
|
|
224
229
|
prerelease: false
|
|
225
230
|
version_requirements: !ruby/object:Gem::Requirement
|
|
226
231
|
requirements:
|
|
227
232
|
- - "~>"
|
|
228
233
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: '3.
|
|
234
|
+
version: '3.26'
|
|
230
235
|
- - ">="
|
|
231
236
|
- !ruby/object:Gem::Version
|
|
232
|
-
version: 3.
|
|
237
|
+
version: 3.26.1
|
|
233
238
|
description: Ruby client library for the ORCID API.
|
|
234
239
|
email: mfenner@datacite.org
|
|
235
240
|
executables: []
|
|
@@ -476,6 +481,50 @@ files:
|
|
|
476
481
|
- spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_data.yml
|
|
477
482
|
- spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_from_DataCite_staging_system.yml
|
|
478
483
|
- spec/fixtures/vcr_cassettes/OrcidClient_Work/schema/validates_work_type_data-set.yml
|
|
484
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Audiovisual.yml
|
|
485
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Book.yml
|
|
486
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/BookChapter.yml
|
|
487
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection.yml
|
|
488
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection_Collection_of_Datasets.yml
|
|
489
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Collection_Report.yml
|
|
490
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ComputationalNotebook.yml
|
|
491
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ConferencePaper.yml
|
|
492
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/ConferenceProceeding.yml
|
|
493
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/DataPaper.yml
|
|
494
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Dataset.yml
|
|
495
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Dissertation.yml
|
|
496
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Event.yml
|
|
497
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Film.yml
|
|
498
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Image.yml
|
|
499
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Instrument_.yml
|
|
500
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/InteractiveResource.yml
|
|
501
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Journal.yml
|
|
502
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/JournalArticle.yml
|
|
503
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Model.yml
|
|
504
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Other.yml
|
|
505
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/OutputManagementPlan.yml
|
|
506
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/PeerReview.yml
|
|
507
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/PhysicalObject.yml
|
|
508
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Preprint.yml
|
|
509
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Report.yml
|
|
510
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Service.yml
|
|
511
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Software.yml
|
|
512
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Sound.yml
|
|
513
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Standard.yml
|
|
514
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/StudyRegistration.yml
|
|
515
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text.yml
|
|
516
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Article.yml
|
|
517
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Book.yml
|
|
518
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Conference_Abstract.yml
|
|
519
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Conference_full_text.yml
|
|
520
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Dissertation.yml
|
|
521
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_Project_report.yml
|
|
522
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_chapter.yml
|
|
523
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_dataset.yml
|
|
524
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_poster.yml
|
|
525
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_preprint.yml
|
|
526
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Text_working_paper.yml
|
|
527
|
+
- spec/fixtures/vcr_cassettes/OrcidClient_Work/work_type/Workflow.yml
|
|
479
528
|
- spec/fixtures/work.xml
|
|
480
529
|
- spec/notification_spec.rb
|
|
481
530
|
- spec/spec_helper.rb
|
|
@@ -485,7 +534,6 @@ homepage: https://github.com/datacite/orcid_client
|
|
|
485
534
|
licenses:
|
|
486
535
|
- MIT
|
|
487
536
|
metadata: {}
|
|
488
|
-
post_install_message:
|
|
489
537
|
rdoc_options: []
|
|
490
538
|
require_paths:
|
|
491
539
|
- lib
|
|
@@ -493,15 +541,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
493
541
|
requirements:
|
|
494
542
|
- - ">="
|
|
495
543
|
- !ruby/object:Gem::Version
|
|
496
|
-
version: '
|
|
544
|
+
version: '3.2'
|
|
545
|
+
- - "<"
|
|
546
|
+
- !ruby/object:Gem::Version
|
|
547
|
+
version: '4.1'
|
|
497
548
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
498
549
|
requirements:
|
|
499
550
|
- - ">="
|
|
500
551
|
- !ruby/object:Gem::Version
|
|
501
552
|
version: '0'
|
|
502
553
|
requirements: []
|
|
503
|
-
rubygems_version:
|
|
504
|
-
signing_key:
|
|
554
|
+
rubygems_version: 4.0.3
|
|
505
555
|
specification_version: 4
|
|
506
556
|
summary: Ruby client library for the ORCID API
|
|
507
557
|
test_files: []
|