mais_orcid_client 1.0.1 → 1.0.2

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: 4fd365e002189b3f5865c0f890851f47bdb96252dfec8c76036db3debfb55773
4
- data.tar.gz: 2c1da5d83bece19afa22b0030ffe846e09de4b2d7c26ee7b8f380474e7c64d04
3
+ metadata.gz: 9b60842a9bbe8bc08194b2e6c6b055a9db9a32a9aeb5544231e71ff7ff4598fb
4
+ data.tar.gz: ce2704e0689b83d9c48ef6afd4ff0bc42277369717702055688f5a060d6d8021
5
5
  SHA512:
6
- metadata.gz: 92a637eaf9bf68af95c7bb7d8da4de0fc38efd95c5f96c84590b342ff0e68b36da8304e3a6378a740a73c2d4cc26184b96570db340db596aa3d90d45ee3edfc1
7
- data.tar.gz: 2c0d11e4a6bde90e0464425a0d36562f0c57f02b84217aedb4266581206a71f4804e4c788a2eee585ad46d8920acaaabbea132ca6786e34c913bee98ace88f01
6
+ metadata.gz: b54ad3035ff2e9bfff96b32968ed9ed678b4a8c39dfb29453ba072948d9fe907723e6d17214bae7d8078aa780daa06f716eb2e948d9b3c7bd014a0f72a179f36
7
+ data.tar.gz: bb708b2e78b9296a6911d632439da21444da63a649c1d6b365712ba5aa0f738ec7163159240e5dbc3748b9c950674b481185b2ef281affb3832696c7bc039f56
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mais_orcid_client (1.0.1)
4
+ mais_orcid_client (1.0.2)
5
5
  activesupport (>= 4.2)
6
6
  faraday
7
7
  faraday-retry
@@ -33,7 +33,7 @@ GEM
33
33
  bigdecimal (3.1.9)
34
34
  byebug (12.0.0)
35
35
  concurrent-ruby (1.3.5)
36
- connection_pool (2.5.2)
36
+ connection_pool (2.5.3)
37
37
  crack (1.0.0)
38
38
  bigdecimal
39
39
  rexml
@@ -59,7 +59,7 @@ GEM
59
59
  lint_roller (1.1.0)
60
60
  logger (1.7.0)
61
61
  minitest (5.25.5)
62
- multi_xml (0.7.1)
62
+ multi_xml (0.7.2)
63
63
  bigdecimal (~> 3.1)
64
64
  net-http (0.6.0)
65
65
  uri
@@ -76,7 +76,7 @@ GEM
76
76
  ast (~> 2.4.1)
77
77
  racc
78
78
  prism (1.4.0)
79
- public_suffix (6.0.1)
79
+ public_suffix (6.0.2)
80
80
  racc (1.8.1)
81
81
  rack (3.1.13)
82
82
  rainbow (3.1.1)
@@ -89,14 +89,14 @@ GEM
89
89
  rspec-mocks (~> 3.13.0)
90
90
  rspec-core (3.13.3)
91
91
  rspec-support (~> 3.13.0)
92
- rspec-expectations (3.13.3)
92
+ rspec-expectations (3.13.4)
93
93
  diff-lcs (>= 1.2.0, < 2.0)
94
94
  rspec-support (~> 3.13.0)
95
- rspec-mocks (3.13.2)
95
+ rspec-mocks (3.13.3)
96
96
  diff-lcs (>= 1.2.0, < 2.0)
97
97
  rspec-support (~> 3.13.0)
98
- rspec-support (3.13.2)
99
- rubocop (1.75.3)
98
+ rspec-support (3.13.3)
99
+ rubocop (1.75.5)
100
100
  json (~> 2.3)
101
101
  language_server-protocol (~> 3.17.0.2)
102
102
  lint_roller (~> 1.1.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class MaisOrcidClient
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
@@ -37,6 +37,7 @@ class MaisOrcidClient
37
37
  client_id:,
38
38
  client_secret:,
39
39
  base_url:,
40
+ token_url:,
40
41
  user_agent:
41
42
  )
42
43
  # rubocop:enable Style/OpenStructUse
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mais_orcid_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Mangiafico
8
8
  - Justin Littman
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-29 00:00:00.000000000 Z
11
+ date: 2025-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport