Add gemfile and rvm support to make it easier for developers to start working on logstash and run the tests

This commit is contained in:
Ryan Ausanka-Crues 2011-01-23 14:05:47 -08:00
parent f48488d051
commit 7cf157016f
2 changed files with 7 additions and 0 deletions

1
.rvmrc Normal file
View file

@ -0,0 +1 @@
rvm ree-1.8.7@logstash

6
Gemfile Normal file
View file

@ -0,0 +1,6 @@
source :rubygems
gem "eventmachine"
gem "eventmachine-tail"
gem "json"
gem "stomp"