omniauth-campus 0.0.8 → 0.0.9

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: f13f7355771da8d22c51d987e9a60eb441fd2eef
4
- data.tar.gz: 2d0dd935f392b2bab3fe3473724c36d3cd9838f2
3
+ metadata.gz: 543c9b991a619cf33d3ee80029af3a39ee5d6f89
4
+ data.tar.gz: f739fd12d382629331964534a49be4aa5849cbd3
5
5
  SHA512:
6
- metadata.gz: a0471f079933c61dd75d2121da1b29ea40c520c0a2f7a15c9da6732fbd6addf6250567e5a1213b8bd24f227793404b066e62f9b4eda574e9652a043235743cc5
7
- data.tar.gz: be1b34bddda7184e4f0d69292bcfa393b3e9a2c24bead47f2aee6f2d9e90a2ea6cb1f7286f46ad90ee3f4d72d9a5983f65cdcf98dc5aa7d2e4da5d2f092cf909
6
+ metadata.gz: 0f67dea07b701883e9a828d8f7dac1cfa1cef83276569bd3d44c5f07abe7fdb3adaab8f53828dfc17aefde82e4c01a2432a64dfce3d0d0025af89b3c727e7936
7
+ data.tar.gz: 1855b0230d07868bf4d25fc1ec843a9946ca37a4d055db59a54f6c2381094e173b2ad66e581643adde432bb76977aff52ce6b43ecd4c083aa3fc1e156cbad6c3
Binary file
@@ -17,13 +17,18 @@ module OmniAuth
17
17
  args [:consumer_key, :consumer_secret]
18
18
  option :consumer_key, nil
19
19
  option :consumer_secret, nil
20
- option :client_options, {}
21
- option :open_timeout, 30
22
- option :read_timeout, 30
23
- option :authorize_params, {}
24
- option :request_params, {}
20
+ option :client_options, {
21
+ :site => 'http://community3dev.devcloud.acquia-sites.com/api',
22
+ :authorize_url => 'https://www.vistacampus.org/login/oauth/authorize',
23
+ :token_url => 'https://www.vistacampus.org/login/oauth/access_token'
24
+
25
+ }
26
+
27
+ def request_phase
28
+ super
29
+ end
30
+
25
31
 
26
- attr_reader :access_tokens
27
32
 
28
33
  uid{ raw_info['id'] }
29
34
 
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
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.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr