Install Diffy
mainOn Unix
Install the gem directly using rubygems:
gem install diffyOn Windows
- Ensure you have a working
diffcommand in your system PATH. Options include:- Installing
Diff::LCS(includesldiff). - Using
RubyInstallerwith thedevkitinstalled. - Installing
unxutils(note: uses diff 2.7, which may cause whitespace handling differences). - Installing
gnuwin32components individually (note: delivers diff 2.8, which is recommended for compatibility).
- Installing
- Install the gem:
gem install diffygem install diffy