omniauth-orcid 1.0.36 → 1.0.37

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: fa626b76f19bdfb2fe9490a66816d90e929848c1
4
- data.tar.gz: e082d4581100d369b3c5faa1c08f6cddc0c89139
3
+ metadata.gz: d8c93adaa77c8ff1d3e74d61c553b9b473cd0855
4
+ data.tar.gz: 1f8dd1f01fe7b301aad66555ed0a31b882315ca6
5
5
  SHA512:
6
- metadata.gz: 583a7bdaad238e8b98a24eaee5de6c17429a63a0c5e6c38e40e5bf5f4fd73ff85a5d7e734c999ef3c62c05e2f81f20669a0bcae43a37c2415c1ce3d7fcf5646e
7
- data.tar.gz: 6530a56d3bdc4fbf294c6dafa2d0a71da7ca4316fdcaee78590ae8eb40e075c2e619f4e3c2a4db52e3416ba3e2e8c94a1562411dbd936d1a34d3e4202620d78c
6
+ metadata.gz: 8c8db25d939db6f37e4f6dcc75910d61049c22e583062289533022385fdd7601483b3be4f5d10b8e7f391cf4c9befff507a3ff5a1745fae4483f396a518295b0
7
+ data.tar.gz: 427d4a0226ec2ceb129a54a8aef297967362b85a97ffb8c15b6418a98ced23251dcdbd9d490cd4ef940189efbb95fd0791868e8e89370e12c705de67dd6b6564
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Orcid
3
- VERSION = "1.0.36"
3
+ VERSION = "1.0.37"
4
4
  end
5
5
  end
@@ -66,9 +66,9 @@ module OmniAuth
66
66
 
67
67
  def api_base_url
68
68
  if options[:sandbox]
69
- "https://pub.sandbox.orcid.org/v#{API_VERSION}"
69
+ "http://pub.sandbox.orcid.org/v#{API_VERSION}"
70
70
  else
71
- "https://pub.orcid.org/v#{API_VERSION}"
71
+ "http://pub.orcid.org/v#{API_VERSION}"
72
72
  end
73
73
  end
74
74
 
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.36
4
+ version: 1.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gudmundur A. Thorisson