Skip to content

Commit

Permalink
Use git ls-files to only package up tracked files! (No .orig)
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Jan 15, 2014
1 parent 90177a7 commit b187533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-deploytags.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
EOS
s.authors = ["Karl Matthias"]
s.email = 'relistan@gmail.com'
s.files = Dir.glob("lib/**/*") + %w{ README.md LICENSE }
s.files = `git ls-files`.split(/\n/) + %w{ README.md LICENSE }
s.homepage = 'http://github.com/mydrive/capistrano-deploytags'
s.add_dependency 'capistrano'
s.add_dependency 'capistrano-ext'
Expand Down

0 comments on commit b187533

Please sign in to comment.