mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Default to logstash.gemspec
This commit is contained in:
parent
e44d457f9d
commit
82c8d8ea2f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
require "rubygems/specification"
|
||||
require "rubygems/commands/install_command"
|
||||
|
||||
gemspec = ARGV.shift
|
||||
gemspec = ARGV.shift || "logstash.gemspec"
|
||||
|
||||
spec = Gem::Specification.load(gemspec)
|
||||
deps = [spec.development_dependencies, spec.runtime_dependencies].flatten
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue