Skip to content

Commit

Permalink
Only package necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Mar 5, 2012
1 parent 2936c0f commit 98ba1e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capybara-email.gemspec
Expand Up @@ -8,8 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Test your ActionMailer and Mailer messages in Capybara}
gem.homepage = 'https://github.com/dockyard/capybara-email'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.files = `git ls-files -- {LICENSE,README.md,lib/*}`.split("\n")
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
gem.name = 'capybara-email'
gem.require_paths = ['lib']
Expand Down

0 comments on commit 98ba1e2

Please sign in to comment.