Skip to content

Commit

Permalink
Merge pull request #124 from voxik/patch-2
Browse files Browse the repository at this point in the history
Do not ship .gemspec files.
  • Loading branch information
danielmorrison committed Apr 5, 2014
2 parents 870818b + 020ce9a commit 7f0bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audited.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec-rails', '~> 2.0'
gem.add_development_dependency 'sqlite3', '~> 1.0'

gem.files = `git ls-files`.split($\).reject{|f| f =~ /(lib\/audited\-|adapters|generators)/ }
gem.files = `git ls-files`.split($\).reject{|f| f =~ /(\.gemspec|lib\/audited\-|adapters|generators)/ }
gem.test_files = gem.files.grep(/^spec\//)
gem.require_paths = ['lib']
end
Expand Down

0 comments on commit 7f0bc90

Please sign in to comment.