add the logstash-core.gem to the artifact build

Fixes #2708
This commit is contained in:
Pere Urbon-Bayes 2015-02-27 16:22:15 +01:00 committed by Jordan Sissel
parent f97c01da06
commit cc93c32be5

View file

@ -9,7 +9,7 @@ namespace "artifact" do
"patterns/**/*",
"vendor/??*/**/*",
"Gemfile*",
"logstash.gemspec",
"logstash-core.gemspec",
]
end