jsonpath.gemspec in jsonpath-0.4.0 vs jsonpath.gemspec in jsonpath-0.4.1

- old
+ new

@@ -19,10 +19,10 @@ s.test_files = `git ls-files`.split("\n").select{|f| f =~ /^spec/} s.rubyforge_project = 'jsonpath' s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } # dependencies - s.add_runtime_dependency 'yajl-ruby' + s.add_runtime_dependency 'multi_json' s.add_development_dependency 'code_stats' s.add_development_dependency 'rake' s.add_development_dependency 'minitest', '~> 2.2.0' s.add_development_dependency 'phocus' s.add_development_dependency 'bundler', '~> 1.0.10'