orcid_client 0.10.1 → 0.12.0

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: 8aa1aefd77c910af141bbf2de385b0dd4eab49618df57d73fdf94dff9a973d5a
4
- data.tar.gz: edd19411462da921164eadefe38faf0ccf5f418a87284782bc44e5045f0842b3
3
+ metadata.gz: 7673ae542db9be69e1918c248d3cc22bd266aada403f4edd41ee95f9666faf94
4
+ data.tar.gz: 21b5303906938b1d9c6178d24c95e58cb30017a46dfbade53104c1faa76ebc50
5
5
  SHA512:
6
- metadata.gz: 9aaceadb0b4c444be8eafa5c56474f4a450b7fce83377813c1c2947b380813efb011368c38240a67fdae118547925d6c96bcc16f032a536565afafb2144e82c3
7
- data.tar.gz: 9b188e830540313afcf22deb3f777fcc2c975a018b2f43bcf082c89cd16a02edd5f56f4cb3d44d677612cbf6dcc6d7281c7b6f0528d749f9eec6a3dc4c492771
6
+ metadata.gz: fd31d7aa83c744e8c507be4a588509986ba2304ecbfacef01d071356f92ef886c30e9a046e6b130c44fbb67e5010a118284231e48ad82b6be72009c3d3906bd9
7
+ data.tar.gz: e26a0ecee6b25c1190636cd92015f4dcaa00840696564d6117263b10e3b4a75c78de4566089ef8abfc76b7ffa484620286eefc286d770f7e891c96109b490bc1
@@ -9,7 +9,7 @@ jobs:
9
9
  strategy:
10
10
  fail-fast: false
11
11
  matrix:
12
- ruby: ["2.6", "2.7", "3.0", "3.1"]
12
+ ruby: ["3.0", "3.1", "3.2", "3.3"]
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v3
@@ -14,10 +14,10 @@ jobs:
14
14
  SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
15
15
  steps:
16
16
  - uses: actions/checkout@v2
17
- - name: Set up Ruby 2.6
17
+ - name: Set up Ruby 3.1.4
18
18
  uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: "2.6"
20
+ ruby-version: "3.1.4"
21
21
 
22
22
  - name: Build
23
23
  run: |
data/.gitignore CHANGED
@@ -40,3 +40,4 @@ coverage/
40
40
  .env.*
41
41
  !.env.example
42
42
  !.env.travis
43
+ .ruby-version
data/CHANGELOG.md CHANGED
@@ -2,7 +2,27 @@
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.10.0...HEAD)
5
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.11.0...HEAD)
6
+
7
+ **Closed issues:**
8
+
9
+ - Add Rails 7.x support [\#30](https://github.com/datacite/orcid_client/issues/30)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - upgrade to support activesupport 7 [\#31](https://github.com/datacite/orcid_client/pull/31) ([wendelfabianchinsamy](https://github.com/wendelfabianchinsamy))
14
+
15
+ ## [0.11.0](https://github.com/datacite/orcid_client/tree/0.11.0) (2024-04-05)
16
+
17
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.10.1...0.11.0)
18
+
19
+ **Merged pull requests:**
20
+
21
+ - Upgrade activesupport [\#29](https://github.com/datacite/orcid_client/pull/29) ([richardhallett](https://github.com/richardhallett))
22
+
23
+ ## [0.10.1](https://github.com/datacite/orcid_client/tree/0.10.1) (2024-01-10)
24
+
25
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/0.10.0...0.10.1)
6
26
 
7
27
  **Merged pull requests:**
8
28
 
@@ -109,19 +129,19 @@
109
129
 
110
130
  ## [v.0.4.3](https://github.com/datacite/orcid_client/tree/v.0.4.3) (2018-12-12)
111
131
 
112
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.3)
132
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.3)
113
133
 
114
134
  **Merged pull requests:**
115
135
 
116
136
  - Chore update Bolognese [\#3](https://github.com/datacite/orcid_client/pull/3) ([kjgarza](https://github.com/kjgarza))
117
137
 
118
- ## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
138
+ ## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
119
139
 
120
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.2...v.0.4.1)
140
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4.1...v.0.4.2)
121
141
 
122
- ## [v.0.4.2](https://github.com/datacite/orcid_client/tree/v.0.4.2) (2018-04-11)
142
+ ## [v.0.4.1](https://github.com/datacite/orcid_client/tree/v.0.4.1) (2018-04-11)
123
143
 
124
- [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.2)
144
+ [Full Changelog](https://github.com/datacite/orcid_client/compare/v.0.4...v.0.4.1)
125
145
 
126
146
  ## [v.0.4](https://github.com/datacite/orcid_client/tree/v.0.4) (2018-04-11)
127
147
 
data/Gemfile.lock CHANGED
@@ -1,30 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orcid_client (0.10.1)
5
- activesupport (>= 4.2.5, < 6)
6
- bolognese (~> 2.1.0)
4
+ orcid_client (0.12.0)
5
+ activesupport (>= 7, < 8)
6
+ bolognese (~> 2.2)
7
7
  builder (~> 3.2, >= 3.2.2)
8
8
  dotenv (~> 2.1, >= 2.1.1)
9
- maremma (>= 4.4)
9
+ maremma (>= 5.0)
10
10
  namae (~> 1.0.1)
11
- nokogiri (>= 1.13.9)
11
+ nokogiri (>= 1.16.4)
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (5.2.8.1)
16
+ activesupport (7.1.3.2)
17
+ base64
18
+ bigdecimal
17
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
20
+ connection_pool (>= 2.2.5)
21
+ drb
22
+ i18n (>= 1.6, < 2)
23
+ minitest (>= 5.1)
24
+ mutex_m
25
+ tzinfo (~> 2.0)
21
26
  addressable (2.8.1)
22
27
  public_suffix (>= 2.0.2, < 6.0)
23
28
  amazing_print (1.4.0)
29
+ base64 (0.2.0)
24
30
  benchmark_methods (0.7)
25
31
  bibtex-ruby (6.0.0)
26
32
  latex-decode (~> 0.0)
27
- bolognese (2.1.0)
33
+ bigdecimal (3.1.7)
34
+ bolognese (2.2.0)
28
35
  activesupport (>= 4.2.5)
29
36
  benchmark_methods (~> 0.7)
30
37
  bibtex-ruby (>= 5.1.0)
@@ -39,9 +46,9 @@ GEM
39
46
  json-ld-preloaded (~> 3.1, >= 3.1.3)
40
47
  jsonlint (~> 0.3.0)
41
48
  loofah (~> 2.0, >= 2.0.3)
42
- maremma (>= 4.9.4, < 5)
49
+ maremma (~> 5.0)
43
50
  namae (~> 1.0)
44
- nokogiri (>= 1.13.2, < 1.14)
51
+ nokogiri (~> 1.16, >= 1.16.2)
45
52
  oj (~> 3.10)
46
53
  oj_mimic_json (~> 1.0, >= 1.0.1)
47
54
  postrank-uri (~> 1.0, >= 1.0.18)
@@ -55,7 +62,8 @@ GEM
55
62
  citeproc (~> 1.0, >= 1.0.9)
56
63
  csl (~> 1.6)
57
64
  colorize (0.8.1)
58
- concurrent-ruby (1.1.10)
65
+ concurrent-ruby (1.2.3)
66
+ connection_pool (2.4.1)
59
67
  crack (0.4.5)
60
68
  rexml
61
69
  crass (1.0.6)
@@ -67,6 +75,7 @@ GEM
67
75
  diff-lcs (1.5.0)
68
76
  docile (1.4.0)
69
77
  dotenv (2.8.1)
78
+ drb (2.2.1)
70
79
  ebnf (2.3.1)
71
80
  amazing_print (~> 1.4)
72
81
  htmlentities (~> 4.3)
@@ -100,7 +109,7 @@ GEM
100
109
  tilt
101
110
  hashdiff (1.0.1)
102
111
  htmlentities (4.3.4)
103
- i18n (1.12.0)
112
+ i18n (1.14.4)
104
113
  concurrent-ruby (~> 1.0)
105
114
  iso8601 (0.9.1)
106
115
  json-canonicalization (0.3.0)
@@ -122,7 +131,7 @@ GEM
122
131
  loofah (2.19.0)
123
132
  crass (~> 1.0.2)
124
133
  nokogiri (>= 1.5.9)
125
- maremma (4.9.9)
134
+ maremma (5.0.0)
126
135
  activesupport (>= 4.2.5)
127
136
  addressable (>= 2.3.6)
128
137
  builder (~> 3.2, >= 3.2.2)
@@ -133,15 +142,18 @@ GEM
133
142
  faraday-follow_redirects (~> 0.3.0)
134
143
  faraday-gzip (~> 0.1.0)
135
144
  faraday-multipart (~> 1.0.4)
136
- nokogiri (>= 1.13.1, < 1.14.0)
145
+ nokogiri (~> 1.16, >= 1.16.2)
137
146
  oj (>= 2.8.3)
138
147
  oj_mimic_json (~> 1.0, >= 1.0.1)
139
148
  matrix (0.4.2)
140
- minitest (5.16.3)
149
+ minitest (5.22.3)
141
150
  multi_json (1.15.0)
142
151
  multipart-post (2.2.3)
152
+ mutex_m (0.2.0)
143
153
  namae (1.0.2)
144
- nokogiri (1.13.9-x86_64-linux)
154
+ nokogiri (1.16.4-arm64-darwin)
155
+ racc (~> 1.4)
156
+ nokogiri (1.16.4-x86_64-linux)
145
157
  racc (~> 1.4)
146
158
  oj (3.13.23)
147
159
  oj_mimic_json (1.0.1)
@@ -207,10 +219,9 @@ GEM
207
219
  rdf (~> 3.2)
208
220
  temple (0.9.1)
209
221
  thor (1.2.1)
210
- thread_safe (0.3.6)
211
222
  tilt (2.0.11)
212
- tzinfo (1.2.10)
213
- thread_safe (~> 0.1)
223
+ tzinfo (2.0.6)
224
+ concurrent-ruby (~> 1.0)
214
225
  unicode-types (1.8.0)
215
226
  unicode_utils (1.4.0)
216
227
  vcr (6.1.0)
@@ -221,6 +232,7 @@ GEM
221
232
  zlib (2.1.1)
222
233
 
223
234
  PLATFORMS
235
+ arm64-darwin-23
224
236
  x86_64-linux
225
237
 
226
238
  DEPENDENCIES
@@ -234,4 +246,4 @@ DEPENDENCIES
234
246
  webmock (~> 3.0, >= 3.0.1)
235
247
 
236
248
  BUNDLED WITH
237
- 2.4.22
249
+ 2.5.5
@@ -1,3 +1,3 @@
1
1
  module OrcidClient
2
- VERSION = "0.10.1"
2
+ VERSION = "0.12.0"
3
3
  end
data/orcid_client.gemspec CHANGED
@@ -19,13 +19,13 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  # Declary dependencies here, rather than in the Gemfile
22
- s.add_dependency 'activesupport', '>= 4.2.5', '< 6'
23
- s.add_dependency 'bolognese', '~> 2.1.0'
22
+ s.add_dependency 'activesupport', '>= 7', '< 8'
23
+ s.add_dependency 'bolognese', '~> 2.2'
24
24
  s.add_dependency 'builder', '~> 3.2', '>= 3.2.2'
25
25
  s.add_dependency 'dotenv', '~> 2.1', '>= 2.1.1'
26
- s.add_dependency 'maremma', '>= 4.4'
26
+ s.add_dependency 'maremma', '>= 5.0'
27
27
  s.add_dependency 'namae', '~> 1.0.1'
28
- s.add_dependency 'nokogiri', '>= 1.13.9'
28
+ s.add_dependency 'nokogiri', '>= 1.16.4'
29
29
  s.add_development_dependency "bundler", ">= 2.2.10"
30
30
  s.add_development_dependency 'rack-test', '~> 0'
31
31
  s.add_development_dependency 'rake'
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.10.1
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,34 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.2.5
19
+ version: '7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6'
22
+ version: '8'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 4.2.5
29
+ version: '7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6'
32
+ version: '8'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bolognese
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 2.1.0
39
+ version: '2.2'
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: 2.1.0
46
+ version: '2.2'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: builder
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -90,14 +90,14 @@ dependencies:
90
90
  requirements:
91
91
  - - ">="
92
92
  - !ruby/object:Gem::Version
93
- version: '4.4'
93
+ version: '5.0'
94
94
  type: :runtime
95
95
  prerelease: false
96
96
  version_requirements: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
- version: '4.4'
100
+ version: '5.0'
101
101
  - !ruby/object:Gem::Dependency
102
102
  name: namae
103
103
  requirement: !ruby/object:Gem::Requirement
@@ -118,14 +118,14 @@ dependencies:
118
118
  requirements:
119
119
  - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: 1.13.9
121
+ version: 1.16.4
122
122
  type: :runtime
123
123
  prerelease: false
124
124
  version_requirements: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
- version: 1.13.9
128
+ version: 1.16.4
129
129
  - !ruby/object:Gem::Dependency
130
130
  name: bundler
131
131
  requirement: !ruby/object:Gem::Requirement
@@ -500,7 +500,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
500
500
  - !ruby/object:Gem::Version
501
501
  version: '0'
502
502
  requirements: []
503
- rubygems_version: 3.0.3.1
503
+ rubygems_version: 3.3.26
504
504
  signing_key:
505
505
  specification_version: 4
506
506
  summary: Ruby client library for the ORCID API