Rakefile in streambot-1.0.0 vs Rakefile in streambot-1.0.1
- 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.5"
+ gem.add_runtime_dependency "twistream", "~> 0.3.0"
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