omniauth-orcid 1.1.1 → 1.1.4
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 +8 -8
- data/CHANGELOG.md +4 -2
- data/lib/omniauth/orcid/version.rb +1 -1
- data/lib/omniauth/strategies/orcid.rb +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWUyMWI3Mzc1NTQ2NjFkNTkxNjQyYTkzY2RlNmEwNDI5ODAxMmEwZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTg0MDcxNmE0MDM3N2VhMzZiODk3MDU0MTQ0YzA5NjQ2ZTE5YmY1NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWVlNmRhMGI1NGM0NDY5ZmFiMDg3NjFmMTM0ZjJmODRmOTg0NmEyZjg3ZjQx
|
|
10
|
+
OTMyOTU5N2U5ZTMzNTcyYWY0NjVmNDQ1MmIwNDBlN2IyYWE2NGZiZDFjZWI5
|
|
11
|
+
YzhmMDlkYWQ0ZGYwZWVlMDNkMTY2NThhYTc4OGQ4NjFhMjZkZTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDhlNTcyNzZjYzhkNTM0N2MzMTc5YTAxMTg2NjI4YzNhOTc3ZWFiMWRmMzIx
|
|
14
|
+
NGQxY2RlODYxNGQ1YzJmZDJhMDQ3M2FjYTJiOTkwODcxZWRiOGNkMWI1ODk2
|
|
15
|
+
NjFmOTQ0ZTRjOTg5NzRmYzFjMTQyZjBmZmQwYWNiMmNkY2Q5YmI=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## v.1.1.
|
|
1
|
+
## v.1.1.4 (May 14, 2016)
|
|
2
2
|
|
|
3
|
-
[onmiauth-orcid 1.1.
|
|
3
|
+
[onmiauth-orcid 1.1.4](https://github.com/datacite/omniauth-orcid/releases/tag/v.1.1.4) was released on May 14, 2016 with the following changes:
|
|
4
|
+
|
|
5
|
+
* default scope depends on member status, `/authenticate` for non-members and `/orcid-profile/read-limited /orcid-works/create /orcid-bio/external-identifiers/create /affiliations/create /funding/create` for members
|
|
4
6
|
|
|
5
7
|
* added `/orcid-bio/external-identifiers/create /affiliations/create /funding/create` to the default scope
|
|
6
8
|
|
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.1.
|
|
4
|
+
version: 1.1.4
|
|
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: 2016-
|
|
12
|
+
date: 2016-05-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: omniauth-oauth2
|