solid path to logstash

Fixes #2203
This commit is contained in:
Colin Surprenant 2014-12-08 16:50:59 -08:00 committed by Jordan Sissel
parent e187376264
commit 552803abb2

View file

@ -2,6 +2,6 @@ require 'rakelib/default_plugins'
source 'https://rubygems.org'
gemspec :name => "logstash", :path => ".."
gemspec :name => "logstash", :path => File.expand_path(File.join(File.dirname(__FILE__), ".."))
DEFAULT_PLUGINS.each {|p| gem p}