omniauth-campus 1.5 → 1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a16303cd3e95f66adcdba091178fd3f39e32e1c
4
- data.tar.gz: 9a755593eab4e01aacdc49836ac84fe6a2adffa9
3
+ metadata.gz: 365e68d3ba12840ffbf63b4eb4a47df3681dad4f
4
+ data.tar.gz: ff910b832773833aaf45f0c43c8093d1e4920541
5
5
  SHA512:
6
- metadata.gz: 01cb02fa21f1369af15fa92274362cd37b13a2bf3b5be3546bcff786c5f7ea6776c328caabf3d5e37ae96390289f0920221e0f7bea84edb31df71758af8c55b4
7
- data.tar.gz: 52bf61422a9c82a449fbf294df4cb3700d95158b88759058925b1ed9c3a65bd758955309c2b16606b694fb9aeff203cb7629932d4551b8cc1cda8276a34cf98f
6
+ metadata.gz: 07d992334009a5097fd1b07eea374374081763a66c6a51da548015e6ec59a1e778bd915c7312a754aa03a0943938b742dcd75124376249646c89d1878c2b9255
7
+ data.tar.gz: 4048f3a7a78462bda12b5d196f0d9c7076a9412345a883d158cdaa1d8f364485d51c9a660d48056ffb001a1b7cea5e1ee8c57e416e6ebbf3f3c98a9a6586d438
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "1.5"
3
+ VERSION = "1.6"
4
4
  end
5
5
  end
6
6
 
@@ -18,6 +18,10 @@ module OmniAuth
18
18
  option :consumer_key, nil
19
19
  option :consumer_secret, nil
20
20
 
21
+ option :client_options, {
22
+ :site => "http://dev-oauth-test.gotpantheon.com/myawesomejson"
23
+ }
24
+
21
25
  option :name, "campus"
22
26
 
23
27
  attr_reader :access_token
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: '1.5'
4
+ version: '1.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr