1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
name: nokogiri-diff
summary: Calculate the differences between two XML/HTML documents.
description:
Nokogiri::Diff adds the ability to calculate the differences (added
or removed nodes) between two XML/HTML documents.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/nokogiri-diff#readme
has_yard: true
required_ruby_version: ">= 1.8.7"
dependencies:
tdiff: ~> 0.3, >= 0.3.2
nokogiri: ~> 1.5
development_dependencies:
rubygems-tasks: ~> 0.1
rspec: ~> 3.0
yard: ~> 0.7
|