filmbuff.gemspec in filmbuff-0.1.5 vs filmbuff.gemspec in filmbuff-0.1.6

- old
+ new

@@ -12,12 +12,12 @@ s.summary = %q{A Ruby wrapper for IMDb's JSON API} s.description = %q{Film Buff provides a Ruby wrapper for IMDb's JSON API, which is the fastest and easiest way to get information from IMDb.} s.rubyforge_project = "filmbuff" - s.add_dependency("httparty", "~> 0.7.4") - s.add_dependency("httparty-icebox", "~> 0.0.1") - s.add_development_dependency("rspec", "~> 2.5.0") + s.add_dependency("httparty", "~> 0.8.3") + s.add_dependency("httparty-icebox", "~> 0.0.4") + s.add_development_dependency("rspec", ">= 2.5.0") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = ["lib"] end