omniauth-cisimple 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Cisimple
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
@@ -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.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: -404938446564416868
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: -404938446564416868
178
+ hash: 267278036724558827
179
179
  requirements: []
180
180
  rubyforge_project:
181
181
  rubygems_version: 1.8.24