Skip to content

Commit bc080ca

Browse files
committed
fix. add vendor files to logstash-core gem
Fixes #5838
1 parent ddfaa90 commit bc080ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-core/logstash-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
1212
gem.license = "Apache License (2.0)"
1313

14-
gem.files = Dir.glob(["logstash-core.gemspec", "lib/**/*.rb", "spec/**/*.rb", "locales/*", "lib/logstash/api/init.ru"])
14+
gem.files = Dir.glob(["logstash-core.gemspec", "lib/**/*.rb", "spec/**/*.rb", "locales/*", "lib/logstash/api/init.ru", "vendor/jars/**/*.jar"])
1515
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1616
gem.name = "logstash-core"
1717
gem.require_paths = ["lib", "vendor/jars"]

0 commit comments

Comments
 (0)