omniauth-fenix 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 925a905548c261eaace2c5388387de979ef95267
4
- data.tar.gz: 23f400ce2def6e725c60f84a1eae5f0056786011
3
+ metadata.gz: f29dda6af912a3197f38f55bceed8a581a018a53
4
+ data.tar.gz: 7f7c42f03b919f745d1ddaca24c830546ea2322d
5
5
  SHA512:
6
- metadata.gz: 8b01f9187e85e034ba08687c8f3b48171b3dfa55404519cd642837d5e6b850bb9c645d29e6074e8b5a6c525d18868ca1e36dc65de768a7aeebd214a439e7ae09
7
- data.tar.gz: 30bb66a50fd4cf1613d86b2a67971683434ea6baaecefa02e85cec367f379f040a27a842b23a0becb390fe0b7f9cfe208ccc66abfb8620d2146d3a31f5068e55
6
+ metadata.gz: ec4372bf95efd56b9756043b6852eb48e51ce835fb4499e8da5acffb5be22a324fb82fc77efedbe695760bfc1540efe283fd02a86aa00fc6b27a9ae193f7bb0a
7
+ data.tar.gz: 4cfc931832e615840bbf3fcc312dd594afd6d75efae53efb5ad763fee2ba5c9bd7edcd979faa6d45861c933cc988c3da3b320bfec8e72e0b42cabb4287841873
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -37,7 +37,7 @@ module OmniAuth
37
37
  token_params = {
38
38
  :client_id => client.id,
39
39
  :client_secret => client.secret,
40
- :redirect_uri => callback_url
40
+ :redirect_uri => callback_url,
41
41
  :code => request.params['code'],
42
42
  :grant_type => 'authorization_code'
43
43
  }
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fenix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira
@@ -73,6 +73,11 @@ files:
73
73
  - lib/omniauth/strategies/fenix.rb
74
74
  - omniauth-fenix-0.3.2.gem
75
75
  - omniauth-fenix-0.3.3.gem
76
+ - omniauth-fenix-0.3.5.gem
77
+ - omniauth-fenix-0.3.6.gem
78
+ - omniauth-fenix-0.3.7.gem
79
+ - omniauth-fenix-0.3.8.gem
80
+ - omniauth-fenix-1.0.0.gem
76
81
  - omniauth-fenix.gemspec
77
82
  homepage:
78
83
  licenses: