hipbot.gemspec in hipbot-0.0.2 vs hipbot.gemspec in hipbot-0.0.3

- old
+ new

@@ -14,9 +14,10 @@ gem.name = "hipbot" gem.require_paths = ["lib"] gem.version = Hipbot::VERSION gem.add_runtime_dependency "daemons", ["~> 1.1.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"] end