omniauth-campus 0.2.4 → 0.2.5

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: 906a0718fa48d59ead21b2ffa93e81dcdeb3b7b9
4
- data.tar.gz: df946044012de80f8141aef8656151c1aa514460
3
+ metadata.gz: 29bd438066eabc7d333d149d0643ffddd5c5f171
4
+ data.tar.gz: e5e2e1d8b41b254bd0911d5b0d6b17571ba12f58
5
5
  SHA512:
6
- metadata.gz: f5a2f5bf7c2e8ee948bee97e7d308f2ae1afbd907a98733b7c2d664b8317f4f4dabce6d693015cad334d6e4b72102dc1ad00129c425f5acd7facbe961f47d933
7
- data.tar.gz: 81648f274247e04161540b82971ef19e06b0ba87b58efded82318a4a8a7ec020d7d9464f4b1ed3a33f6935feb91871b4530dbb043c480e207d59a9bcde4bba0f
6
+ metadata.gz: 865e47e48c8420f38397f2c78001a6473bfb91ea895f51510df16f0956d858872db61a54a7419a200b0a8051d183858ab0741da10b9d4763432af8a5cf5c1d61
7
+ data.tar.gz: 5a2e3a6fab2636d4f21a2ee10d38d0ff231710d81d8a3ccf880aa65909f968946d84100d35c1eec9013bc427880291d20c0e141a6132f17aacc666ef3655235d
Binary file
@@ -1,6 +1,6 @@
1
1
  module Omniauth
2
2
  module Campus
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  end
5
5
  end
6
6
 
Binary file
@@ -15,7 +15,7 @@ module OmniAuth
15
15
 
16
16
  option :name, 'campus'
17
17
  args [:consumer_key, :consumer_secret, :endpoint]
18
- option :endpoing, 'http://community3dev.devcloud.acquia-sites.com/api'
18
+ option :endpoint, 'http://community3dev.devcloud.acquia-sites.com/api'
19
19
  option :consumer_key, nil
20
20
  option :consumer_secret, nil
21
21
  option :authorize_params, {}
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.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - johnvehr