File: gemspec.yml

package info (click to toggle)
ruby-nokogiri-diff 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ruby: 271; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
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