diff options
author | Alex Legler <alex@a3li.li> | 2010-10-02 15:18:50 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2010-10-02 15:18:50 +0200 |
commit | 4c1979ff06f1b0b3067765208365cf57cb9c8465 (patch) | |
tree | d14aa4c85609450071a10ef873e28f36999fd6fb | |
parent | Also don't show bug numbers no index (diff) | |
download | glsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.tar.gz glsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.tar.bz2 glsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.zip |
Require diff/lcs before requiring diff/lcs/hunk.
-rw-r--r-- | lib/glsamaker/diff.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/glsamaker/diff.rb b/lib/glsamaker/diff.rb index 6e3e2e8..51f30cd 100644 --- a/lib/glsamaker/diff.rb +++ b/lib/glsamaker/diff.rb @@ -10,6 +10,7 @@ # # For more information, see the LICENSE file. +require 'diff/lcs' require 'diff/lcs/hunk' module Glsamaker |