omniauth_fresh_account 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 913c2eb0ad807560c231297c598502265a44904c10dd063b816b6ff06eefe5c4
4
- data.tar.gz: 7f91012d1b76b0fb6932153bd669e2ca747217273c81c440ef9227e598b27aa7
3
+ metadata.gz: 783902dc49efc2857c38a65112de58c4c52256d576ca96b28ebbdb7b4bdf92ec
4
+ data.tar.gz: 0517a593e3432f1edec810fe587ecdc48cf3f8c53f1dfe37288f7e0e7046e4b8
5
5
  SHA512:
6
- metadata.gz: 0ee2c7ebdb750a6467cc3398c8d40a27e452ee909550035f08324ee5083ea46b4ea8c7e7affdebe116da61e16a5095bbf80cf7ab59e319ff63f5b6ee0ffc48ea
7
- data.tar.gz: '097b99807282138e87ef38eb97a838388ac9cff01047dba3a8e36a44be7e8ad77311dff57253e00b88c4572b4a12a4b6b08abe2c64f43f8f658225ea6b9cbc74'
6
+ metadata.gz: 8c9aeec71a51373d0402746581155bfff94f2a87c7b81153ed1cf3db63a03f784fb63a9a7570a4ff9bf8bc846d4a8a122f8d62d2119c23d5307fd1426bf2dfa2
7
+ data.tar.gz: 24c3d9c704f68c569adf7ccfabae7f35a17bce031e9be6c8a278ec0b20b3c9215954cdfce3a3981e686c36d1dc9294dfb86e9f863dca2a63801147cc6a9c465d
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ *.gem
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module FreshAccount
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
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:3000",
11
- :authorize_url => "http://localhost:3000/oauth/authorize"
10
+ :site => "https://next.freshaccount.co.zw",
11
+ :authorize_url => "https://next.freshaccount.co.zw/oauth/authorize"
12
12
  }
13
13
 
14
14
  uid { raw_info["id"] }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_fresh_account
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kudakwashe Paradzayi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-11 00:00:00.000000000 Z
11
+ date: 2021-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2