filmbuff.gemspec in filmbuff-0.1.2 vs filmbuff.gemspec in filmbuff-0.1.5

- old
+ new

@@ -12,15 +12,13 @@ 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.required_ruby_version = ">= 1.9.2" + 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.7.4") - - s.add_development_dependency("rspec", "2.5.0") - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") + s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = ["lib"] end