omniauth-tecnologiedemocratiche 1.3.0 → 1.3.1
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: 99a64cffed42d8b7669b1f50e493291974d9f281
|
4
|
+
data.tar.gz: dc4e71046d63e9becb94339a7463209f88eba924
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 485dd0ad37c2cd00fa5fc7a29fbbbbaa6eb0c0115322497640199db1e7fcf3b442d85275584e143a906f4639d7050b8b933cef583eb47e4add20e8ca211a2726
|
7
|
+
data.tar.gz: 65fd2742a5d3729c29abcf5f04d6ced616b2dac1420701198e00f69d6d615d7021db02e488c3a3d204ad272ef1f384fd2cc7f9ef0b75dd227f5cf031e55dd1f9
|
@@ -3,7 +3,7 @@ require 'omniauth-oauth2'
|
|
3
3
|
module OmniAuth
|
4
4
|
module Strategies
|
5
5
|
class Tecnologiedemocratiche < OmniAuth::Strategies::OAuth2
|
6
|
-
option :name,
|
6
|
+
option :name, :tecnologiedemocratiche
|
7
7
|
|
8
8
|
option :client_options, {
|
9
9
|
site: 'https://tecnologiedemocratiche.herokuapp.com',
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-tecnologiedemocratiche
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Rodi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|