omniauth-cisimple 1.0.0 → 1.0.1
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.
|
@@ -6,9 +6,9 @@ module OmniAuth
|
|
|
6
6
|
class NoAuthorizationCodeError < StandardError; end
|
|
7
7
|
|
|
8
8
|
option :client_options, {
|
|
9
|
-
:site => 'https://cisimple.com',
|
|
10
|
-
:authorize_url => 'https://cisimple.com/login/oauth/authorize',
|
|
11
|
-
:token_url => 'https://cisimple.com/login/oauth/access_token'
|
|
9
|
+
:site => 'https://www.cisimple.com',
|
|
10
|
+
:authorize_url => 'https://www.cisimple.com/login/oauth/authorize',
|
|
11
|
+
:token_url => 'https://www.cisimple.com/login/oauth/access_token'
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
def request_phase
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-cisimple
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -166,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
166
166
|
version: '0'
|
|
167
167
|
segments:
|
|
168
168
|
- 0
|
|
169
|
-
hash:
|
|
169
|
+
hash: 267278036724558827
|
|
170
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
none: false
|
|
172
172
|
requirements:
|
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
version: '0'
|
|
176
176
|
segments:
|
|
177
177
|
- 0
|
|
178
|
-
hash:
|
|
178
|
+
hash: 267278036724558827
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
181
|
rubygems_version: 1.8.24
|