Metadata


Name
hashdiff
Version
1.2.0
Platform
ruby
Authors
Liu Fengyun
Bindir
bin
Date
2025-05-20 00:00:00 UTC
Dependencies
bluecloth (>= 0, development)
rspec (~> 3.5, development)
rubocop (>= 1.52.1, development)
rubocop-rspec (> 1.16.0, development)
yard (>= 0, development)
Description
Hashdiff is a diff lib to compute the smallest difference between two hashes.
Email
liufengyunchina@gmail.com
Files
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
.yardopts
Gemfile
LICENSE
README.md
Rakefile
changelog.md
hashdiff.gemspec
lib/hashdiff.rb
lib/hashdiff/compare_hashes.rb
lib/hashdiff/diff.rb
lib/hashdiff/lcs.rb
lib/hashdiff/lcs_compare_arrays.rb
lib/hashdiff/linear_compare_array.rb
lib/hashdiff/patch.rb
lib/hashdiff/util.rb
lib/hashdiff/version.rb
Homepage
https://github.com/liufengyun/hashdiff
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/liufengyun/hashdiff/issues", "changelog_uri"=>"https://github.com/liufengyun/hashdiff/blob/master/changelog.md", "documentation_uri"=>"https://www.rubydoc.info/gems/hashdiff", "homepage_uri"=>"https://github.com/liufengyun/hashdiff", "source_code_uri"=>"https://github.com/liufengyun/hashdiff"}
Require paths
lib
Required ruby version
>= 2.0.0
Required rubygems version
>= 0
Rubygems version
3.3.5
Specification version
4
Summary
Hashdiff is a diff lib to compute the smallest difference between two hashes.
Original platform
ruby
New platform
ruby