1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
name: tdiff
summary: Calculates the differences between two tree-like structures.
description:
Calculates the differences between two tree-like structures. Similar to
Rubys built-in TSort module.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/tdiff#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/tdiff
source_code_uri: https://github.com/postmodern/tdiff
bug_tracker_uri: https://github.com/postmodern/tdiff/issues
changelog_uri: https://github.com/postmodern/tdiff/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 2.0.0"
development_dependencies:
bundler: ~> 2.0
|