Commit 1ac8eb7762bd439c378e1a9adf434fa5d1957456
1 parent
2f5befb9
Exists in
master
and in
2 other branches
fixed last gem.email from gemspec and omniauth.rb spaces
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
lib/omniauth/remote-user.rb
@@ -2,7 +2,7 @@ require 'omniauth' | @@ -2,7 +2,7 @@ require 'omniauth' | ||
2 | require 'json' | 2 | require 'json' |
3 | 3 | ||
4 | module OmniAuth | 4 | module OmniAuth |
5 | - module Strategies | ||
6 | - autoload :RemoteUser , 'omniauth/strategies/remote_user' | ||
7 | - end | 5 | + module Strategies |
6 | + autoload :RemoteUser, 'omniauth/strategies/remote_user' | ||
7 | + end | ||
8 | end | 8 | end |
omniauth-remote-user.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem| | @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| | ||
6 | gem.version = Omniauth::RemoteUser::VERSION | 6 | gem.version = Omniauth::RemoteUser::VERSION |
7 | gem.description = 'Authentication with Remote-User HTTP header for Omniauth.' | 7 | gem.description = 'Authentication with Remote-User HTTP header for Omniauth.' |
8 | gem.summary = 'Authentication with HTTP Remote User' | 8 | gem.summary = 'Authentication with HTTP Remote User' |
9 | - gem.email = ['kanashiro.duarte@gmail.com', 'thiagitosouza@gmail.com', 'rodrigosiqueiramelo@gmail.com','macartur.sc@gmail.com','Antonio Terceiro'] | 9 | + gem.email = ['kanashiro.duarte@gmail.com', 'thiagitosouza@gmail.com', 'rodrigosiqueiramelo@gmail.com','macartur.sc@gmail.com','terceiro@softwarelivre.org'] |
10 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omiauth-remote-user' | 10 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omiauth-remote-user' |
11 | gem.authors = ['Lucas Kanashiro', 'Thiago Ribeiro', 'Rodrigo Siqueira','Macartur Sousa', 'Antonio Terceiro'] | 11 | gem.authors = ['Lucas Kanashiro', 'Thiago Ribeiro', 'Rodrigo Siqueira','Macartur Sousa', 'Antonio Terceiro'] |
12 | gem.require_paths = %w(lib) | 12 | gem.require_paths = %w(lib) |