mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
7 lines
196 B
Text
7 lines
196 B
Text
require 'rakelib/default_plugins'
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gemspec :name => "logstash", :path => File.expand_path(File.join(File.dirname(__FILE__), ".."))
|
|
|
|
DEFAULT_PLUGINS.each {|p| gem p}
|