summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-10-02 15:18:50 +0200
committerAlex Legler <alex@a3li.li>2010-10-02 15:18:50 +0200
commit4c1979ff06f1b0b3067765208365cf57cb9c8465 (patch)
treed14aa4c85609450071a10ef873e28f36999fd6fb /lib
parentAlso don't show bug numbers no index (diff)
downloadglsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.tar.gz
glsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.tar.bz2
glsamaker-4c1979ff06f1b0b3067765208365cf57cb9c8465.zip
Require diff/lcs before requiring diff/lcs/hunk.
Diffstat (limited to 'lib')
-rw-r--r--lib/glsamaker/diff.rb1
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