fix. add vendor files to logstash-core gem

Fixes #5838
This commit is contained in:
Tal Levy 2016-08-26 11:58:56 -07:00
parent ddfaa900f6
commit bc080ca7b5

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
gem.license = "Apache License (2.0)"
gem.files = Dir.glob(["logstash-core.gemspec", "lib/**/*.rb", "spec/**/*.rb", "locales/*", "lib/logstash/api/init.ru"])
gem.files = Dir.glob(["logstash-core.gemspec", "lib/**/*.rb", "spec/**/*.rb", "locales/*", "lib/logstash/api/init.ru", "vendor/jars/**/*.jar"])
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "logstash-core"
gem.require_paths = ["lib", "vendor/jars"]