omniauth_fresh_account 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e0b1b37b6e05115d49abba368a86f554273f97fdb6bc2dd6bf9183693e9ff1d
4
- data.tar.gz: 6fe0c165bf431e7c375558a9a34ab6aad87d634da542df5765fea4df685946d5
3
+ metadata.gz: 913c2eb0ad807560c231297c598502265a44904c10dd063b816b6ff06eefe5c4
4
+ data.tar.gz: 7f91012d1b76b0fb6932153bd669e2ca747217273c81c440ef9227e598b27aa7
5
5
  SHA512:
6
- metadata.gz: 8fa6c0ed6b6b0029e84df844b5194de287fa46cfaa622badf45c02d2256d6df122e44e2b7c69bb8ea44c8e56cb43d34f0da96240f70f3c04374de06aa48a1666
7
- data.tar.gz: ccf331d27510bff5f2725a0f5647d71137f40d074af00ba6a5860a260f67416b39970b4012becb3ac496c1c9709f2117efb985dca8b01e337f060b907dbb4161
6
+ metadata.gz: 0ee2c7ebdb750a6467cc3398c8d40a27e452ee909550035f08324ee5083ea46b4ea8c7e7affdebe116da61e16a5095bbf80cf7ab59e319ff63f5b6ee0ffc48ea
7
+ data.tar.gz: '097b99807282138e87ef38eb97a838388ac9cff01047dba3a8e36a44be7e8ad77311dff57253e00b88c4572b4a12a4b6b08abe2c64f43f8f658225ea6b9cbc74'
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module FreshAccount
3
- VERSION = "0.2.9"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
@@ -7,8 +7,8 @@ class OmniAuth::Strategies::FreshAccount < OmniAuth::Strategies::OAuth2
7
7
  option :callback_path, '/users/auth/fresh_account/callback'
8
8
 
9
9
  option :client_options, {
10
- :site => "http://localhost:5000",
11
- :authorize_url => "/oauth/authorize"
10
+ :site => "http://localhost:3000",
11
+ :authorize_url => "http://localhost:3000/oauth/authorize"
12
12
  }
13
13
 
14
14
  uid { raw_info["id"] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_fresh_account
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kudakwashe Paradzayi