Commit 7808da5a30a4b0d06f9174789cb26f2d2fc3f26d
1 parent
4eb6c917
Exists in
master
Remove reject spec folder in gemspec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
omniauth-remote-user.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem| | @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| | ||
10 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-remote-user' | 10 | gem.homepage = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/omniauth-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) |
13 | - gem.files = `git ls-files -z`.split("\x0").reject {|f| f.start_with?('spec/')} | 13 | + gem.files = `git ls-files -z`.split("\x0") |
14 | gem.test_files = `git ls-files -- {test,spec,feature}/*`.split("\n") | 14 | gem.test_files = `git ls-files -- {test,spec,feature}/*`.split("\n") |
15 | gem.license = "Expat" | 15 | gem.license = "Expat" |
16 | gem.required_rubygems_version = '>= 1.3.5' | 16 | gem.required_rubygems_version = '>= 1.3.5' |