hipbot.gemspec in hipbot-0.0.3 vs hipbot.gemspec in hipbot-0.0.5
- old
+ new
@@ -18,7 +18,8 @@
gem.add_runtime_dependency "active_support", ["~> 3.0.0"]
gem.add_runtime_dependency "i18n", ["~> 0.6.0"]
gem.add_runtime_dependency "eventmachine", ["~> 0.12.10"]
gem.add_runtime_dependency "em-http-request", ["~> 0.3.0"]
gem.add_runtime_dependency "xmpp4r", ["~> 0.5"]
- gem.add_runtime_dependency "google-weather", ["~> 0.3.0"]
+ gem.add_development_dependency "rspec", ['~> 2.11.0']
+ gem.add_development_dependency "mocha", ['~> 0.11.4']
end