zemanta.gemspec in zemanta_client-0.0.3 vs zemanta.gemspec in zemanta_client-0.0.4

- old
+ new

@@ -16,10 +16,10 @@ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency "typhoeus" - gem.add_dependency "yajl" + gem.add_dependency "yajl-ruby" gem.add_development_dependency "rspec" gem.add_development_dependency "webmock" end