omniauth-campus 0.5.4 → 0.5.5

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: 85cc497ab1d8de1e18e56c53921c89c0a7e21e6b
4
- data.tar.gz: a889de3873566b960f9b6b0e4f564af3a328dee5
3
+ metadata.gz: bcdbdf5885c763ebf22ef11a6838bfd16bea29e3
4
+ data.tar.gz: 05e1359e81510e285490c56474c3a6b86160b747
5
5
  SHA512:
6
- metadata.gz: fa9a3265782c8d0bec67fd419f0f05066da6591bd8d0ecbc653bdf7d44e5490197d67c078976336a195e6ef65ce9c2d5160ecf62ae569e51ac14fc5cecba51a1
7
- data.tar.gz: f149a2dc03f81b4f20e8507c1588a22eef63482ce358ee559c5cbe279237ab3a2dc3c65a8c85ecb9891554d14b9ff156c634a4fd338fa062109d5b7e01c84453
6
+ metadata.gz: c74c0879a4f4382b1ac4e4dfbda6e7e6e6354b11d4d3f929c5682f989f14fdda142bcaaf1a5afdc939819161c6dc2e3a4eef700e98058bd85fe7fb2341888cc5
7
+ data.tar.gz: 40a1c76e9caa0feddaf4ee90a2b75d6ee199a7da3c46c2a1c0df988e0153f572760e3787e05226fbb45972cc8a03b6e7af659c248efea5b988b090f42930c9c8
Binary file
@@ -22,7 +22,7 @@ module OmniAuth
22
22
  token_url: '/oauth/access_token',
23
23
  authorize_url: '/oauth/authorize',
24
24
  #request_token_path: '/oauth/request_token',
25
- site: 'https://vistacampus.org'
25
+ site: 'http://community3dev.devcloud.acquia-sites.com/api'
26
26
  }
27
27
 
28
28
  option :fields, [:name, :email]
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.5.4"
3
+ VERSION = "0.5.5"
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.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr