omniauth-campus 0.4.1 → 0.4.2

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: 91d08f79e7cb5864ded149ad14bb48be58d06d80
4
- data.tar.gz: 9dde4cc5e744f58098cd05305ef122d601b297ae
3
+ metadata.gz: 6cff365a72d4b71874f0c70b0395f0892d0745cb
4
+ data.tar.gz: 1e04a85e47427db455a820d20e73bf74a4c7a2b2
5
5
  SHA512:
6
- metadata.gz: c980f3f829d0d84fe934c3fca3b0a3311efee36d599a8c6fef548dbe26ce88ad39f426c2d799e2406fd1808479ffb2c947fa194a2b40062c9573737c1bddc829
7
- data.tar.gz: 819bb5178df5f21a7e86f03bd676072953825d390029ae40a82e57ea52e3160b065825a5cd19cbe0d06814574b3b0fb150869a0eb6931c46b85fa3542db2c43b
6
+ metadata.gz: 92b777d8e7e1125e6a639512751a23faabdd6d74c49f71ff71514f5479c2dd67f4903709c6964292fab71f3a070e0a46087ab60750d4e6cc0950ad7820eb09a1
7
+ data.tar.gz: b15924ff365ab2664956715fe4b33597584aa5503ea7d7318433e01d45c6e15db75f38a5f53de5e7638b3f52f6574b128265d283d71f23e39f381389b7dd8a2c
Binary file
@@ -19,7 +19,7 @@ module OmniAuth
19
19
 
20
20
  option :name, 'campus'
21
21
  args [:consumer_key, :consumer_secret, :endpoint]
22
- option :endpoint, 'http://community3dev.devcloud.acquia-sites.com/api'
22
+ option :endpoint, 'https://community3dev.devcloud.acquia-sites.com/api'
23
23
  option :consumer_key, "YzjVHuk8xoXCTcNwYg57yiCW5w59tucC"
24
24
  option :consumer_secret, "ZDrWuDsunNkRroU5psb6QyMmT86XkYST"
25
25
  option :authorize_params, {}
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr