Goofing around with JRuby implementation of chapter 4 alert stuff

This commit is contained in:
Dan Buch
2012-11-22 16:40:19 -05:00
parent c01332ff84
commit d3918bd79c
5 changed files with 92 additions and 0 deletions

5
sylvilagus/jruby/Gemfile Normal file
View File

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