File: gemspec.yml

package info (click to toggle)
ruby-nokogiri-diff 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: ruby: 272; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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

metadata:
  documentation_uri: https://rubydoc.info/gems/nokogiri-diff
  source_code_uri:   https://github.com/postmodern/nokogiri-diff
  bug_tracker_uri:   https://github.com/postmodern/nokogiri-diff/issues
  changelog_uri:     https://github.com/postmodern/nokogiri-diff/blob/main/ChangeLog.md
  rubygems_mfa_required: 'true'

required_ruby_version: ">= 2.0.0"

dependencies:
  tdiff: ~> 0.4
  nokogiri: ~> 1.5

development_dependencies:
  bundler: ~> 2.0