omniauth-campus 0.0.3 → 0.0.4

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: d3867061b38659f5333d16b51be39b6267e27852
4
- data.tar.gz: 92f97f700f47b2fda41236f87ab0b3555bcb5aa8
3
+ metadata.gz: 4c4335ee1dab94f5e073335f9c867245c9a57d62
4
+ data.tar.gz: 04e9f3bd91d4e19d514b4dcfef067244d2a75eb9
5
5
  SHA512:
6
- metadata.gz: 22abc710cb03f1a99286f2cb05667b770c3c898742d43ccdd87789b4426935f2cc4236305e989354763071e5298b29271f2f864d1ea06e2a087034c9fae08473
7
- data.tar.gz: af1e0a37231b842ce9fb2135809b21e3a2a86ddbe4efbbfc3ed8f28ecfa1629a4e8745665e13d55af227352f8195f6a995474a7eb326334bb9930abb9997088b
6
+ metadata.gz: c84a883ef893c6b73ddd421821286f13527b3220867220191eff24006e28b779f59a103eece5c964b501dc427c426f40352febc287ba07888d3dfc734f6fed6c
7
+ data.tar.gz: 50e00747220c596e4d2e94f2a6a5aea753c8504a2a907ab60406f92afdcb8308b3855537dcd345731c638f5dd6f75d66d4cd965a58b6e418645106f2a01c0abd
Binary file
@@ -13,7 +13,11 @@ module Omniauth
13
13
 
14
14
  option :name, 'campus'
15
15
 
16
- option :client_options, {site: 'http://community3dev.devcloud.acquia-sites.com/api'}
16
+ option :client_options, {
17
+ site: 'http://community3dev.devcloud.acquia-sites.com/api'
18
+ }
19
+ option :client_id, nil
20
+ option :client_secret, nil
17
21
 
18
22
  uid{ raw_info['id'] }
19
23
 
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-campus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-07 00:00:00.000000000 Z
11
+ date: 2014-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler