orcid_client 0.15.0 → 0.17.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/CHANGELOG.md +30 -6
- data/Gemfile.lock +14 -10
- data/lib/orcid_client/version.rb +1 -1
- data/lib/orcid_client/work_type.rb +4 -0
- data/orcid_client.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd2311e6647493cc88735c5b46b5b2410dc0f98ea8130eb979233bcb72bfc9d0
|
|
4
|
+
data.tar.gz: 6c3970ba4e6c3174855453351f12d16e426e87b459e6d5e428139c6870ac6b06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a341ecd7a800f959b7a2bbff51757bad723ddaf6f5161ec1e5ce5e1b0260720fd799c3b2f2892d7f355b8e8f1e57ca8870357885dbc0ff7f23af5d8328c29a5b
|
|
7
|
+
data.tar.gz: 7c179810b62e7e56052e40e2144253b58ee4e7b547d5f67f58ff6088fcccfab2d996a16a63c333fd9a38b22cf5e54a7248cb217304591ebf437a16ade32e5a1e
|
data/.github/workflows/ci.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased](https://github.com/datacite/orcid_client/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.
|
|
5
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.17.0...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Forgot to update the gem version. [\#42](https://github.com/datacite/orcid_client/pull/42) ([svogt0511](https://github.com/svogt0511))
|
|
10
|
+
|
|
11
|
+
## [0.17.0](https://github.com/datacite/orcid_client/tree/0.17.0) (2026-02-20)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.16.0...0.17.0)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- Metadata 4.7 updates for orcid\_client [\#41](https://github.com/datacite/orcid_client/pull/41) ([svogt0511](https://github.com/svogt0511))
|
|
18
|
+
|
|
19
|
+
## [0.16.0](https://github.com/datacite/orcid_client/tree/0.16.0) (2024-11-21)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.15.0...0.16.0)
|
|
22
|
+
|
|
23
|
+
**Merged pull requests:**
|
|
24
|
+
|
|
25
|
+
- Bolognese update [\#39](https://github.com/datacite/orcid_client/pull/39) ([ashwinisukale](https://github.com/ashwinisukale))
|
|
26
|
+
|
|
27
|
+
## [0.15.0](https://github.com/datacite/orcid_client/tree/0.15.0) (2024-11-20)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/0.14.0...0.15.0)
|
|
6
30
|
|
|
7
31
|
**Merged pull requests:**
|
|
8
32
|
|
|
@@ -160,19 +184,19 @@
|
|
|
160
184
|
|
|
161
185
|
## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
|
|
162
186
|
|
|
163
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
|
187
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.3)
|
|
164
188
|
|
|
165
189
|
**Merged pull requests:**
|
|
166
190
|
|
|
167
191
|
- Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
|
|
168
192
|
|
|
169
|
-
## [v.0.4.
|
|
193
|
+
## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
|
|
170
194
|
|
|
171
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.
|
|
195
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.2)
|
|
172
196
|
|
|
173
|
-
## [v.0.4.
|
|
197
|
+
## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
|
|
174
198
|
|
|
175
|
-
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.
|
|
199
|
+
[Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.1)
|
|
176
200
|
|
|
177
201
|
## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
|
|
178
202
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
orcid_client (0.
|
|
4
|
+
orcid_client (0.17.1)
|
|
5
5
|
activesupport (>= 7, < 8)
|
|
6
|
-
bolognese (~> 2.
|
|
6
|
+
bolognese (~> 2.5.1)
|
|
7
7
|
builder (~> 3.2, >= 3.2.2)
|
|
8
8
|
dotenv (~> 2.1, >= 2.1.1)
|
|
9
9
|
maremma (>= 5.0)
|
|
@@ -13,26 +13,29 @@ PATH
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
15
15
|
specs:
|
|
16
|
-
activesupport (7.
|
|
16
|
+
activesupport (7.2.3)
|
|
17
17
|
base64
|
|
18
|
+
benchmark (>= 0.3)
|
|
18
19
|
bigdecimal
|
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
20
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
20
21
|
connection_pool (>= 2.2.5)
|
|
21
22
|
drb
|
|
22
23
|
i18n (>= 1.6, < 2)
|
|
24
|
+
logger (>= 1.4.2)
|
|
23
25
|
minitest (>= 5.1)
|
|
24
|
-
|
|
25
|
-
tzinfo (~> 2.0)
|
|
26
|
+
securerandom (>= 0.3)
|
|
27
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
26
28
|
addressable (2.8.1)
|
|
27
29
|
public_suffix (>= 2.0.2, < 6.0)
|
|
28
30
|
amazing_print (1.4.0)
|
|
29
31
|
base64 (0.2.0)
|
|
32
|
+
benchmark (0.5.0)
|
|
30
33
|
benchmark_methods (0.7)
|
|
31
34
|
bibtex-ruby (6.0.0)
|
|
32
35
|
latex-decode (~> 0.0)
|
|
33
36
|
bigdecimal (3.1.7)
|
|
34
|
-
bolognese (2.
|
|
35
|
-
activesupport (
|
|
37
|
+
bolognese (2.5.1)
|
|
38
|
+
activesupport (= 7.2.3)
|
|
36
39
|
benchmark_methods (~> 0.7)
|
|
37
40
|
bibtex-ruby (>= 5.1.0)
|
|
38
41
|
builder (~> 3.2, >= 3.2.2)
|
|
@@ -62,7 +65,7 @@ GEM
|
|
|
62
65
|
citeproc (~> 1.0, >= 1.0.9)
|
|
63
66
|
csl (~> 1.6)
|
|
64
67
|
colorize (0.8.1)
|
|
65
|
-
concurrent-ruby (1.
|
|
68
|
+
concurrent-ruby (1.3.6)
|
|
66
69
|
connection_pool (2.4.1)
|
|
67
70
|
crack (0.4.5)
|
|
68
71
|
rexml
|
|
@@ -128,6 +131,7 @@ GEM
|
|
|
128
131
|
optimist (~> 3)
|
|
129
132
|
latex-decode (0.4.0)
|
|
130
133
|
link_header (0.0.8)
|
|
134
|
+
logger (1.7.0)
|
|
131
135
|
loofah (2.19.0)
|
|
132
136
|
crass (~> 1.0.2)
|
|
133
137
|
nokogiri (>= 1.5.9)
|
|
@@ -149,7 +153,6 @@ GEM
|
|
|
149
153
|
minitest (5.22.3)
|
|
150
154
|
multi_json (1.15.0)
|
|
151
155
|
multipart-post (2.2.3)
|
|
152
|
-
mutex_m (0.2.0)
|
|
153
156
|
namae (1.0.2)
|
|
154
157
|
nokogiri (1.16.4-arm64-darwin)
|
|
155
158
|
racc (~> 1.4)
|
|
@@ -208,6 +211,7 @@ GEM
|
|
|
208
211
|
rspec-support (3.12.0)
|
|
209
212
|
ruby2_keywords (0.0.5)
|
|
210
213
|
scanf (1.0.0)
|
|
214
|
+
securerandom (0.4.1)
|
|
211
215
|
simplecov (0.21.2)
|
|
212
216
|
docile (~> 1.1)
|
|
213
217
|
simplecov-html (~> 0.11)
|
data/lib/orcid_client/version.rb
CHANGED
|
@@ -20,7 +20,9 @@ module OrcidClient
|
|
|
20
20
|
'Model' => 'other',
|
|
21
21
|
'OutputManagementPlan' => 'data-management-plan',
|
|
22
22
|
'PeerReview' => 'review',
|
|
23
|
+
'Poster' => 'conference-poster',
|
|
23
24
|
'Preprint' => 'preprint',
|
|
25
|
+
'Presentation' => 'conference-presentation',
|
|
24
26
|
'PhysicalObject' => 'physical-object',
|
|
25
27
|
'Report' => 'report',
|
|
26
28
|
'Service' => 'other',
|
|
@@ -59,6 +61,8 @@ module OrcidClient
|
|
|
59
61
|
'conference-paper'
|
|
60
62
|
when /^(poster|Conference poster)$/i
|
|
61
63
|
'conference-poster'
|
|
64
|
+
when /^(presentation|Conference presentation)$/i
|
|
65
|
+
'conference-presentation'
|
|
62
66
|
when /^(working paper|workingpaper)$/i
|
|
63
67
|
'working-paper'
|
|
64
68
|
when /^(preprint)$/i
|
data/orcid_client.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
|
|
21
21
|
# Declary dependencies here, rather than in the Gemfile
|
|
22
22
|
s.add_dependency 'activesupport', '>= 7', '< 8'
|
|
23
|
-
s.add_dependency 'bolognese', '~> 2.
|
|
23
|
+
s.add_dependency 'bolognese', '~> 2.5.1'
|
|
24
24
|
s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
|
|
25
25
|
s.add_dependency 'dotenv', '~> 2.1', '>= 2.1.1'
|
|
26
26
|
s.add_dependency 'maremma', '>= 5.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orcid_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Fenner
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
39
|
+
version: 2.5.1
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
46
|
+
version: 2.5.1
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: builder
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -485,7 +485,7 @@ homepage: https://github.com/datacite/orcid_client
|
|
|
485
485
|
licenses:
|
|
486
486
|
- MIT
|
|
487
487
|
metadata: {}
|
|
488
|
-
post_install_message:
|
|
488
|
+
post_install_message:
|
|
489
489
|
rdoc_options: []
|
|
490
490
|
require_paths:
|
|
491
491
|
- lib
|
|
@@ -501,7 +501,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
501
501
|
version: '0'
|
|
502
502
|
requirements: []
|
|
503
503
|
rubygems_version: 3.3.26
|
|
504
|
-
signing_key:
|
|
504
|
+
signing_key:
|
|
505
505
|
specification_version: 4
|
|
506
506
|
summary: Ruby client library for the ORCID API
|
|
507
507
|
test_files: []
|