omniauth-orcid 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/orcid/version.rb +1 -1
- data/lib/omniauth/strategies/orcid.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: edbf6998f322c1cb197d838270d9b9a639e4e49d
|
4
|
+
data.tar.gz: 385b64fa81eb66afaad01dd0455bdb5ddab0d0be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1da1c5334df77aaf280b4557718e6d48c58bb0a992b2eacfdc9fb68fa3f4ce9653b0b280e4020c524adf2ff750319ce0bd49bd0a648436074d49ddde32cd04f
|
7
|
+
data.tar.gz: 6ca0d43ccd105b6662fbbf043f1699169de04670bf3f1989fb390dc7415ace9d004eb6b024a17089e71d71f1f4ba1ce1b5b6f8ee44781c42381765c728cd8a0b
|
@@ -109,7 +109,7 @@ module OmniAuth
|
|
109
109
|
end
|
110
110
|
|
111
111
|
def raw_info
|
112
|
-
@raw_info ||=
|
112
|
+
@raw_info ||= client.request(:get, "https://pub.orcid.org/v#{API_VERSION}/#{uid}/orcid-bio", headers: { accept: 'application/json' }).parsed
|
113
113
|
end
|
114
114
|
end
|
115
115
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-orcid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gudmundur A. Thorisson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-11-
|
12
|
+
date: 2015-11-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: omniauth-oauth2
|