mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
all gems included in vendor/ glob and add bootstrap for bundler
Fixes #2203
This commit is contained in:
parent
288cb1fc05
commit
b086a8cf8d
1 changed files with 3 additions and 3 deletions
|
@ -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/*",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue