mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Changed GemInstaller to don't blank gemspec attribute, close 11325
Fixes #11340
This commit is contained in:
parent
27b7179389
commit
17fe14c086
1 changed files with 7 additions and 1 deletions
|
@ -38,7 +38,13 @@ module LogStash module PluginManager
|
|||
|
||||
private
|
||||
def spec
|
||||
@gem.spec
|
||||
gem_spec = @gem.spec
|
||||
def gem_spec.for_cache
|
||||
spec = dup
|
||||
spec.test_files = nil
|
||||
spec
|
||||
end
|
||||
gem_spec
|
||||
end
|
||||
|
||||
def spec_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue