omniauth-cronofy 0.6.0 → 0.7.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a46da55a1c028a93e52e0d88b7d1f1b8eddfa33c
|
4
|
+
data.tar.gz: 0cf1d1bf36859dff0f460dbf6af654ed23f9ad6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3be46c9793b4d787f641221fff420038553720fbca2fbe1882b3a2002cfb8af0f4f042d8840d4820f1dc3b675ac2dcdfde412a8a0b18153aba129b0fb9a33d3a
|
7
|
+
data.tar.gz: 92dc27161912b964babe91cec490aec57799a59704cc56f999d6eec43c9103d3741d845e536bcc1e0094c433db4913ee94cdcd9e048246f80d6c1abf49020496
|
@@ -5,7 +5,7 @@ module OmniAuth
|
|
5
5
|
|
6
6
|
option :client_options, {
|
7
7
|
:site => ::OmniAuth::Strategies::Cronofy.app_url,
|
8
|
-
:authorize_url => "#{::OmniAuth::Strategies::Cronofy.app_url}/
|
8
|
+
:authorize_url => "#{::OmniAuth::Strategies::Cronofy.app_url}/enterprise_connect/oauth/authorize",
|
9
9
|
}
|
10
10
|
|
11
11
|
def request_phase
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-cronofy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Bird
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|