httparty.gemspec in httparty-0.11.0 vs httparty.gemspec in httparty-0.12.0

- old
+ new

@@ -10,10 +10,12 @@ s.email = ["nunemaker@gmail.com"] s.homepage = "http://jnunemaker.github.com/httparty" s.summary = %q{Makes http fun! Also, makes consuming restful web services dead easy.} s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.} - s.add_dependency 'multi_json', "~> 1.0" + s.required_ruby_version = '>= 1.9.3' + + s.add_dependency 'json', "~> 1.8" s.add_dependency 'multi_xml', ">= 0.5.2" s.post_install_message = "When you HTTParty, you must party hard!" s.files = `git ls-files`.split("\n")