omniauth-campus 0.5.7 → 0.5.8

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: f2cc15a78a6c8ca09ac2a893eea45a4375bb92b0
4
- data.tar.gz: 2ce1bf50d0ef3793000765360b82abffaad7a06b
3
+ metadata.gz: 67627e723de80738c791907eeb6d7b3569e1fe2c
4
+ data.tar.gz: 597401fd1122f2ba52a89a98bc87d3fd477f49df
5
5
  SHA512:
6
- metadata.gz: cf79bd8131195df9faabd31df4e58c4e47734b07a3cb6f0e5db613f7635f0fee2c0a4d573cd2ef911113672ebc138d30b3f15281235e5607de1188458c6e696e
7
- data.tar.gz: 7f1ccb86b364c9060ca77137b99f8147ae3a6a65fe5a3c848f1d4184bf208d49e077f645952e687474a80c610ca9c6f839389a50e688d2471b93ce4afd14843f
6
+ metadata.gz: 993538711c5b393162aa122ebde78566cf712f01d868a857b7cb467bbafb3d7904aaeb3fc746a542682d626810cdb75e682171b520faee56601bb6fea61d1afd
7
+ data.tar.gz: 6ab62ed7eb38e31e5cc957238c1a84d2b099a104275ebaa3df7928dd3dbde5c67f82f0be98cac8ed58fcf1fee90f08a139e76a8ab48f4547c41183b83f0fd59d
Binary file
@@ -25,7 +25,7 @@ module OmniAuth
25
25
  token_url: '/oauth/access_token',
26
26
  authorize_url: '/oauth/authorize',
27
27
  #request_token_path: '/oauth/request_token',
28
- site: 'https://test.vistacampus.org'
28
+ site: 'http://community3dev.devcloud.acquia-sites.com/api'
29
29
  }
30
30
 
31
31
  option :fields, [:name, :email]
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.5.7"
3
+ VERSION = "0.5.8"
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.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr