From a1ac8b40d842c01eaff1da8cf0cf0c80834cd48c Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Sun, 25 Jul 2010 20:48:40 -0400 Subject: Initial commit of formula for dwdiff. This adds a formula for dwdiff which is a frontend to diff that operates at the word level instead of the line level. For more details go to http://os.ghalkes.nl/dwdiff.html Signed-off-by: Adam Vandenberg --- Library/Formula/dwdiff.rb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Library/Formula/dwdiff.rb (limited to 'Library') diff --git a/Library/Formula/dwdiff.rb b/Library/Formula/dwdiff.rb new file mode 100644 index 000000000..036fd453c --- /dev/null +++ b/Library/Formula/dwdiff.rb @@ -0,0 +1,22 @@ +require 'formula' + +class Dwdiff