Skip to content

Commit

Permalink
remove git ls-files from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Sep 11, 2015
1 parent fb2fecb commit 0ea3c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash-input-syslog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# Files
s.files = `git ls-files`.split($\)+::Dir.glob('vendor/*')
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']

# Tests
s.test_files = s.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 0ea3c8e

Please sign in to comment.