Gemfile in quebert-0.0.8 vs Gemfile in quebert-0.0.9
- old
+ new
@@ -1,13 +1,14 @@
-source :rubygems
+source "http://rubygems.org"
-gem 'json'
-gem 'beanstalk-client'
+# Specify your gem's dependencies in quebert.gemspec
+gemspec
+# TODO - update this to Guard and move into the gemspec dev dependencies
group :test do
- gem 'rspec', '1.3.0', :require => nil
- gem 'ZenTest'
gem 'ruby-debug'
- gem 'activerecord', '2.3.5'
+ gem 'activerecord', '2.3.5'
gem 'sqlite3-ruby'
- gem 'autotest-fsevent'
+ gem 'guard-rspec'
+ gem 'rb-fsevent'
+ gem 'growl'
end
\ No newline at end of file