Getting the alert producer JRuby implementation working

This commit is contained in:
Dan Buch
2012-11-23 08:17:53 -05:00
parent d42c036909
commit 4acbd0a911
3 changed files with 27 additions and 37 deletions

View File

@@ -1,5 +1,7 @@
source :rubygems
gem 'json_pure'
group :development, :test do
gem 'rspec'
end