omniauth-campus 0.1.3 → 0.1.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: 9eb915f0ce5b25ea5e0d6de98ae69414aa9b4f71
4
- data.tar.gz: 0bbf4326847c380f60b16d0a5645b84bd7e716ba
3
+ metadata.gz: c709c56d785430ebd6cd43bab86969cbbb9a5f48
4
+ data.tar.gz: b723e18feae9be061571ba0d3578db4c802605e3
5
5
  SHA512:
6
- metadata.gz: 868400d6061ecb9dc9585232ea010c0b0adf69357e2dfca4c798e74661a50e8ef7047484d4ba9e5e3123c0c51feef9bb7dc309202fed6028ad362a216df67157
7
- data.tar.gz: 63b7cb9d2e553c51d1b00ab447163bd1697be7553ca6c3450d5242266db3a06201a0c795a05467105e49777dd72b33d64a755f285d7d3c138f56b3186aec4280
6
+ metadata.gz: d0b53fb96e5e38b886507153d5aa0d987d3b9a203b4b8097173dbd05c43d2de8d9e5a02f71c2df53633a62035ae44c7509fdf28c3596620532d4f84bf263d627
7
+ data.tar.gz: 5fadddea596049f19b87c4a71a5820785fe6e952de4a26d0887ce83985f469359c39b1efa2ae2d9cdbed6593504f8467eec075e85f11fb9352d0d13804d77f0f
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -13,6 +13,9 @@ module OmniAuth
13
13
  include OmniAuth::Strategy
14
14
 
15
15
  option :name, 'campus'
16
+ args [:consumer_key, :consumer_secret]
17
+ option :consumer_key, nil
18
+ option :consumer_secret, nil
16
19
 
17
20
  option :client_options, {
18
21
  :site => 'http://community3dev.devcloud.acquia-sites.com/api',
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr