Commit bd2e41b92a107a4370d1a8cb83b8f6bbda4233af
1 parent
312626c3
Exists in
master
and in
2 other branches
Reorganize plugin files to make it work on Rails apps
Showing
7 changed files
with
18 additions
and
18 deletions
Show diff stats
lib/omniauth/remote_user.rb
lib/omniauth_remote_user.rb
lib/omniauth_remote_user/version.rb
omniauth-remote-user.gemspec
1 | -require File.dirname(__FILE__) + '/lib/omniauth_remote_user/version' | |
1 | +require File.dirname(__FILE__) + '/lib/omniauth-remote-user/version' | |
2 | 2 | |
3 | 3 | Gem::Specification.new do |gem| |
4 | 4 | gem.add_runtime_dependency 'omniauth' |
... | ... | @@ -11,8 +11,8 @@ Gem::Specification.new do |gem| |
11 | 11 | gem.add_runtime_dependency 'activerecord' |
12 | 12 | |
13 | 13 | gem.name = 'omniauth-remote-user' |
14 | - gem.version = Omniauth::Remote_user::VERSION | |
15 | - gem.description = %q{Authentication with remote user HTTP header for Omniauth.} | |
14 | + gem.version = Omniauth::RemoteUser::VERSION | |
15 | + gem.description = %q{Authentication with Remote-User HTTP header for Omniauth.} | |
16 | 16 | gem.summary = gem.description |
17 | 17 | gem.email = ['kanashiro.duarte@gmail.com', 'thiagitosouza@gmail.com', 'rodrigosiqueiramelo@gmail.com'] |
18 | 18 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omiauth-remote-user' | ... | ... |