mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
make rubyzip a dependency installed via the Gemfile, so the artifact:zip task works as expected
This commit is contained in:
parent
7a1ec64c23
commit
286dac435e
3 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -11,3 +11,4 @@ gem "rspec", "~> 2.14.0", :group => :development
|
|||
gem "octokit", "3.8.0", :group => :build
|
||||
gem "stud", "~> 0.0.19", :group => :build
|
||||
gem "fpm", "~> 1.3.3", :group => :build
|
||||
gem "rubyzip", "~> 1.1.7", :group => :build
|
||||
|
|
|
@ -81,6 +81,7 @@ GEM
|
|||
rspec-expectations (2.14.5)
|
||||
diff-lcs (>= 1.1.3, < 2.0)
|
||||
rspec-mocks (2.14.6)
|
||||
rubyzip (1.1.7)
|
||||
sawyer (0.6.0)
|
||||
addressable (~> 2.3.5)
|
||||
faraday (~> 0.8, < 0.10)
|
||||
|
@ -113,5 +114,6 @@ DEPENDENCIES
|
|||
logstash-core (= 2.0.0.dev)!
|
||||
octokit (= 3.8.0)
|
||||
rspec (~> 2.14.0)
|
||||
rubyzip (~> 1.1.7)
|
||||
simplecov
|
||||
stud (~> 0.0.19)
|
||||
|
|
|
@ -106,7 +106,6 @@ namespace "artifact" do
|
|||
end
|
||||
|
||||
task "zip" => ["prepare"] do
|
||||
Rake::Task["dependency:rubyzip"].invoke
|
||||
require 'zip'
|
||||
zippath = "build/logstash-#{LOGSTASH_VERSION}.zip"
|
||||
puts("[artifact:zip] building #{zippath}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue