omniauth-campus 0.4.3 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1726e6b57bfb76dc3b9894c66ff8451a264f2f0
4
- data.tar.gz: 52b601ba06cce54555128ae20d3391b75a049675
3
+ metadata.gz: 5c6ab4e15231c614c5cfa4341e3ad05ac630815e
4
+ data.tar.gz: 585dc3acb07de42dc99d0e2764d8ed6a424301cb
5
5
  SHA512:
6
- metadata.gz: 50a180b57aa1e1210f505b1289c039b43025d229a604a46aca61543f60981e91f54ddedecfb7e535bf9f573d7abbc21c400aabe045328654a21ae1aa2ecc1037
7
- data.tar.gz: dcd3ae45d47fcefcb68fc76fa1901022ae366a1fd9065d628be707dbe646b0e5ce872a7217d068cd05c145ffff8db2f62467c4ddfd46a58136513dc3edac2b67
6
+ metadata.gz: d5b90a753a922d1b41f61c4db21b3e1329108b2d75d6b51581958d9d5818049460c0ca835c08212eeab6ccf4ff45fd6a79da7b2639f6a6f374b509b428abf772
7
+ data.tar.gz: e01c4ff107dcd85c348ca09a55708a3ebf531dcc6b79554c09a280d3189efcae7baa353adeb7da10e93bf5c6ca92287e69a9c746c2eb8135d9d439d3cb4e702e
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, 'https://community3dev.devcloud.acquia-sites.com/api'
22
+ option :endpoint, 'http://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.3"
3
+ VERSION = "0.4.4"
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.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr