- Add vendor/bundle support for monolithic releases later.

This commit is contained in:
Jordan Sissel 2011-03-21 18:53:26 -07:00
parent 846559fa50
commit e96b952a70

View file

@ -1,3 +1,5 @@
$: << File.join(File.dirname(__FILE__), "..", "..", "vendor", "bundle")
module LogStash module LogStash
module Inputs; end module Inputs; end
module Outputs; end module Outputs; end