chatterbot.gemspec in chatterbot-0.6.1 vs chatterbot.gemspec in chatterbot-0.6.2

- old
+ new

@@ -19,10 +19,10 @@ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.licenses = ["WTFDBAL"] s.add_runtime_dependency(%q<oauth>, [">= 0"]) - s.add_runtime_dependency(%q<twitter>, [">= 3.4.1"]) + s.add_runtime_dependency(%q<twitter>, [">= 3.6.0"]) s.add_runtime_dependency(%q<launchy>, [">= 2.1.2"]) s.add_development_dependency(%q<yard>, [">= 0"]) s.add_development_dependency(%q<redcarpet>, [">= 0"]) s.add_development_dependency(%q<shoulda>, [">= 0"]) s.add_development_dependency(%q<rake>, [">= 0"])