all gems included in vendor/ glob and add bootstrap for bundler

Fixes #2203
This commit is contained in:
Colin Surprenant 2014-12-08 18:38:23 -08:00 committed by Jordan Sissel
parent 288cb1fc05
commit b086a8cf8d

View file

@ -12,7 +12,7 @@ namespace "artifact" do
"{bin,lib,spec,locales}/{,**/*}",
"patterns/**/*",
"vendor/??*/**/*",
File.join(LogStash::Environment.gem_home.gsub(Dir.pwd + "/", ""), "{gems,specifications}/**/*"),
"build/bootstrap/**/*",
"Rakefile",
"rakelib/*",
]