omniauth-campus 0.1.2 → 0.1.3

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: 4201720a12e078966ef5a1405c8958e5bb1cae99
4
- data.tar.gz: 3bdfbaba025b0e523827b1d83930da14980b4e19
3
+ metadata.gz: 9eb915f0ce5b25ea5e0d6de98ae69414aa9b4f71
4
+ data.tar.gz: 0bbf4326847c380f60b16d0a5645b84bd7e716ba
5
5
  SHA512:
6
- metadata.gz: 21e634165b4dbeef10f6ca6d0c3c1ecd1e9c50ee85cc92c86653f7a2d288106451d1911c295d5cf938d025db9cee2a4e22a3ed4cce0905508d29398db485dd1f
7
- data.tar.gz: 6b75357faa56728ee9c24bef062a23bb1b0ea868f99567cfb4931990a6221789ad5e7661d1767e0a4c03fc961bdcdfc61a8aef6468d9e6fc36b4b5dbe7b2296c
6
+ metadata.gz: 868400d6061ecb9dc9585232ea010c0b0adf69357e2dfca4c798e74661a50e8ef7047484d4ba9e5e3123c0c51feef9bb7dc309202fed6028ad362a216df67157
7
+ data.tar.gz: 63b7cb9d2e553c51d1b00ab447163bd1697be7553ca6c3450d5242266db3a06201a0c795a05467105e49777dd72b33d64a755f285d7d3c138f56b3186aec4280
Binary file
@@ -14,7 +14,13 @@ module OmniAuth
14
14
 
15
15
  option :name, 'campus'
16
16
 
17
- option :client_options, { token_url: "/oauth/request_token", access_url: "/oauth/request_access"}
17
+ option :client_options, {
18
+ :site => 'http://community3dev.devcloud.acquia-sites.com/api',
19
+ :token_url => "/oauth/request_token",
20
+ :access_url => "/oauth/request_access",
21
+ :authorize_path => "/oauth/authorize"
22
+
23
+ }
18
24
  option :fields, [:username, :password]
19
25
 
20
26
  #site: 'http://community3dev.devcloud.acquia-sites.com/api'
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr