Rakefile in streambot-1.0.0.rc1 vs Rakefile in streambot-1.0.0.rc2

- old
+ new

@@ -11,10 +11,10 @@ gem.homepage = "http://github.com/gr4y/streambot" gem.authors = ["Sascha Wessel"] gem.require_path = 'lib' gem.files = %w(Rakefile) + Dir.glob("{lib}/**/*") + %w(VERSION) # the runtime dependencies - gem.add_runtime_dependency "twistream", "~> 0.2.3" + gem.add_runtime_dependency "twistream", "~> 0.2.4" gem.add_runtime_dependency "oauth","~> 0.4.0" # the development dependencies gem.add_development_dependency "bundler", "~> 1.0.0" gem.add_development_dependency "rspec", [">= 2.4.0"] gem.add_development_dependency "webmock","~> 1.0.0" \ No newline at end of file