There was an error while loading. Please reload this page.
1 parent cf9fdc7 commit e148237Copy full SHA for e148237
logstash-input-sqlite.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
s.require_paths = ["lib"]
12
13
# Files
14
- s.files = `git ls-files`.split($\)+::Dir.glob('vendor/*')
+ s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
15
16
# Tests
17
s.test_files = s.files.grep(%r{^(test|spec|features)/})
0 commit comments