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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85f17233b2b7633381999f673fe99f5a731551f8
4
- data.tar.gz: cbae6ec4f52b8b832c07005aa3892d88367c3a5d
3
+ metadata.gz: edbf6998f322c1cb197d838270d9b9a639e4e49d
4
+ data.tar.gz: 385b64fa81eb66afaad01dd0455bdb5ddab0d0be
5
5
  SHA512:
6
- metadata.gz: 20add70dbad8c89b8f29eed33cb907f5392df2e61016f3b9809f0499cc999c53f7d288b1ae2139417a6b4061c4d354f81dba45af37fe766d0e3177e1c51a53a4
7
- data.tar.gz: 3eb8f60590d59c3d5cea482fd8dd128196ab6d9690827a69ace80d27eac2effbe3aa22fec29553c51ea3d5bfcb71f5ed754b50da9f1f15435fc6a2b9d6c1b247
6
+ metadata.gz: c1da1c5334df77aaf280b4557718e6d48c58bb0a992b2eacfdc9fb68fa3f4ce9653b0b280e4020c524adf2ff750319ce0bd49bd0a648436074d49ddde32cd04f
7
+ data.tar.gz: 6ca0d43ccd105b6662fbbf043f1699169de04670bf3f1989fb390dc7415ace9d004eb6b024a17089e71d71f1f4ba1ce1b5b6f8ee44781c42381765c728cd8a0b
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Orcid
3
- VERSION = "1.0.21"
3
+ VERSION = "1.0.22"
4
4
  end
5
5
  end
@@ -109,7 +109,7 @@ module OmniAuth
109
109
  end
110
110
 
111
111
  def raw_info
112
- @raw_info ||= {} # client.request(:get, "#{site}/v#{API_VERSION}/#{uid}/orcid-bio", headers: { accept: 'application/json' }).parsed
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.21
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-03 00:00:00.000000000 Z
12
+ date: 2015-11-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2