diff --git a/logstash-input-syslog.gemspec b/logstash-input-syslog.gemspec index 40f8889..83e8ad2 100644 --- a/logstash-input-syslog.gemspec +++ b/logstash-input-syslog.gemspec @@ -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)/})