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
omniauth-remote-user.gemspec
... | ... | @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| |
6 | 6 | gem.version = Omniauth::RemoteUser::VERSION |
7 | 7 | gem.description = 'Authentication with Remote-User HTTP header for Omniauth.' |
8 | 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 | 10 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omiauth-remote-user' |
11 | 11 | gem.authors = ['Lucas Kanashiro', 'Thiago Ribeiro', 'Rodrigo Siqueira','Macartur Sousa', 'Antonio Terceiro'] |
12 | 12 | gem.require_paths = %w(lib) | ... | ... |