README.md

Path: README.md
Last Update: Sun May 19 12:08:03 +0000 2013

Diffy - Easy Diffing With Ruby [![Build Status](secure.travis-ci.org/samg/diffy.png)](http://travis-ci.org/samg/diffy)

======================

Need diffs in your ruby app? Diffy has you covered. It provides a convenient way to generate a diff from two strings or files. Instead of reimplementing the LCS diff algorithm Diffy uses battle tested Unix diff to generate diffs, and focuses on providing a convenient interface, and getting out of your way.

Supported Formats

[Validate]