omniauth-campus 0.6.4 → 0.6.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: f475dce3069d8e2e14425d837453ca41fe8563f9
4
- data.tar.gz: 3babc1b3f9ca5de74cfdb063ed65ab9551aa5267
3
+ metadata.gz: 0f3ae5fa450c29c29caa0b7d18551d3e56688e85
4
+ data.tar.gz: e0f42cb38d17492727b96d1f8a3ad813035cfc67
5
5
  SHA512:
6
- metadata.gz: 8eab2d96d7e4ae76b1d49c988893b144afd0e9077f20e5112ee5e51e1eccaf5acbeacf6a2e180794f602480c2fbee727efe37efd92e211982d7c351487af6952
7
- data.tar.gz: d3693ec2cd5a021bc2ed2b4f128ccbfbbc7dd5251f5386c0153eb06c624261cf64081a3ba9c5df1123ed43ffd3ee0636f5edbfae51985ac48ac525d25cef10dc
6
+ metadata.gz: ad73ba64192edc3f907ae1a10cc5c32c619c91a08c6404a132898a1d01807ca5179ecb1f3b739f9b6ac670af0f4769a3ac8526110ebc7cfe8d67fd64c39262c3
7
+ data.tar.gz: 61dfed49bfdfe5d9923bced0ab9eae98c497f1e8111b6be3a99d680466191165a9ffadcccd5587cf472fc3cd03d642f1751e908c992bd09638fb5d0c7f218375
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.6.4"
3
+ VERSION = "0.6.5"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -23,7 +23,7 @@ module OmniAuth
23
23
  token_url: '/oauth/access_token',
24
24
  authorize_url: '/oauth/authorize',
25
25
  #request_token_path: '/oauth/request_token',
26
- site: 'http://community3dev.devcloud.acquia-sites.com/api'
26
+ site: 'http://dev-oauth-test.gotpantheon.com/myawesomejson'
27
27
  }
28
28
 
29
29
  option :fields, [:name, :email]
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.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr