omniauth-orcid 1.0.17 → 1.0.18

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
  SHA1:
3
- metadata.gz: d6d3b2f17d88619f7ce48547af2bcc1a641b5ae2
4
- data.tar.gz: f6c600816129933f22e716cf6e94dd61c6d007aa
3
+ metadata.gz: 13e0f351e13c4cd75558856c8e92eee487669f00
4
+ data.tar.gz: 6a9b5cd207812c4cf53b74f938cb5bdd06137192
5
5
  SHA512:
6
- metadata.gz: e57b43fbc1930a9bc5b937ff40093a9b13b0cba79c81043958a5a03a471e18deebd113989ee99dd056150c9f7888efa5409c4c5421835ce72c1a5338b6a6607c
7
- data.tar.gz: 5748067cb4caccad1b4e78d3b47fad4dc3616652c67755afb10d71481e502ed64f396013c09043d726b082981894733fd8980898c158bd96544c6078451f70c5
6
+ metadata.gz: 5401afd879b31179a51c1cf14e579f6b51a5cae73485e5497a8910ac151559ca42be02d8c4802562b54eb1aada1b9f4a394dae325256333080b0d3a535368405
7
+ data.tar.gz: 3bbf08c8c2cb0836f6176c7a2950c46591b69742a0c94bdfb5608877215212990fd980b999320d9101ce5bf5179395d66aa0ddcef5ff5e7fff7bcfbbe466b5ea
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Orcid
3
- VERSION = "1.0.17"
3
+ VERSION = "1.0.18"
4
4
  end
5
5
  end
@@ -37,6 +37,7 @@ module OmniAuth
37
37
  end
38
38
 
39
39
  params[:show_login] ||= 'true'
40
+ params[:scope] ||= DEFAULT_SCOPE
40
41
  end
41
42
  end
42
43
 
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.17
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gudmundur A. Thorisson