omniauth-fenix 0.3.3 → 0.3.4

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: 9cc859349d007f05271bc42ffda25fefdc7699bb
4
- data.tar.gz: 2704d16f6e29fbb1666840bf79c39ca3202b908a
3
+ metadata.gz: 3fb6cd4abcb9bfd55048067985919289d055cc53
4
+ data.tar.gz: ab3140e9e1d7143991d06b62546734d8684062a2
5
5
  SHA512:
6
- metadata.gz: 2a9340aae463e18706dd0de8ea1b5274fe61861fabefa9f3954da00fd23abe5feba4ca9f6179fe28616b4fc49b73f84bb1f81010e41c6cab8a48d46670156b35
7
- data.tar.gz: 813d6c5e5fcd710b7eb1948c0d42d2b70ab1da09d7fda601909306e4bb0122482617cd975ef3e84c6ae2eb67df0ba882f3bd0d6449aa8e3d7e9c462da1f4f24d
6
+ metadata.gz: c54dcae21fade1a88dccdca55d3765ad4edd270eb51733facf2a78324c50eb876a6fbee52a031abc0a8de6e548ea300cd9f88c2704bc5fd0e94fe23e2f1aeb4a
7
+ data.tar.gz: b944e1d5f11f179fbdccd81898bdbdf8e985dc24c5074736ba090e88ba02cf004ee2a1a9fac5ace242aee7905882020520559b953a4409af656d486b4039f211
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fenix
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
5
5
  end
@@ -12,7 +12,7 @@ module OmniAuth
12
12
  }
13
13
 
14
14
  AUTHORIZE_URL = 'https://fenix.tecnico.ulisboa.pt/oauth/'
15
- CALLBACK_URL = 'http://citysdk.tecnico.ulisboa.pt:3000/auth/fenix/callback'
15
+ CALLBACK_URL = 'http://192.168.99.100:3000/auth/fenix/callback'
16
16
 
17
17
  def request_phase
18
18
  redirect request_url
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fenix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Mangas Pereira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-28 00:00:00.000000000 Z
11
+ date: 2017-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,6 +72,7 @@ files:
72
72
  - lib/omniauth-fenix/version.rb
73
73
  - lib/omniauth/strategies/fenix.rb
74
74
  - omniauth-fenix-0.3.2.gem
75
+ - omniauth-fenix-0.3.3.gem
75
76
  - omniauth-fenix.gemspec
76
77
  homepage:
77
78
  licenses:
@@ -93,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
94
  version: '0'
94
95
  requirements: []
95
96
  rubyforge_project:
96
- rubygems_version: 2.4.8
97
+ rubygems_version: 2.5.1
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: Omniauth strategy for fenix edu.