diff --git a/Rakefile b/Rakefile index 30c66a3..c632b57 100644 --- a/Rakefile +++ b/Rakefile @@ -1,9 +1,6 @@ require 'bundler' Bundler::GemHelper.install_tasks -require 'rspec/core/rake_test' -desc "Run specs." -RSpec::Core::RakeTask.new(:spec) task :default => :spec task :test => :spec diff --git a/lib/omniauth-remote-user/version.rb b/lib/omniauth-remote-user/version.rb index 925f665..6a985ac 100644 --- a/lib/omniauth-remote-user/version.rb +++ b/lib/omniauth-remote-user/version.rb @@ -1,5 +1,5 @@ module Omniauth module RemoteUser - VERSION = '0.0.1' + VERSION = '0.0.3' end end diff --git a/omniauth-remote-user.gemspec b/omniauth-remote-user.gemspec index ccc334c..4c487f1 100644 --- a/omniauth-remote-user.gemspec +++ b/omniauth-remote-user.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |gem| gem.description = 'Authentication with Remote-User HTTP header for Omniauth.' gem.summary = 'Authentication with HTTP Remote User' gem.email = ['kanashiro.duarte@gmail.com', 'thiagitosouza@gmail.com', 'rodrigosiqueiramelo@gmail.com','macartur.sc@gmail.com','terceiro@softwarelivre.org'] - gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omiauth-remote-user' + gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user' gem.authors = ['Lucas Kanashiro', 'Thiago Ribeiro', 'Rodrigo Siqueira','Macartur Sousa', 'Antonio Terceiro'] gem.require_paths = %w(lib) gem.files = `git ls-files -z`.split("\x0").reject {|f| f.start_with?('spec/')} -- libgit2 0.21.2