omniauth-casenex 0.2 → 0.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.
data/Gemfile.lock
CHANGED
|
@@ -11,15 +11,15 @@ describe OmniAuth::Strategies::Casenex do
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
it 'should have correct site' do
|
|
14
|
-
subject.options.client_options.site.should eq('
|
|
14
|
+
subject.options.client_options.site.should eq('https://sharp-stone-1355.herokuapp.com')
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
it 'should have correct authorize url' do
|
|
18
|
-
subject.options.client_options.authorize_url.should eq('
|
|
18
|
+
subject.options.client_options.authorize_url.should eq('/auth/authorize')
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
it 'should have correct token url' do
|
|
22
|
-
subject.options.client_options.token_url.should eq('
|
|
22
|
+
subject.options.client_options.token_url.should eq('/auth/access_token')
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-casenex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.3'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: multi_json
|