diff options
author | murphy <murphy@rubychan.de> | 2011-06-12 01:38:36 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-06-12 01:38:36 +0000 |
commit | e750f1be81cb66743fdc5d4e9903788d9eb765c2 (patch) | |
tree | 2da7acc36b8b09cc42562cc7ef7a24defa4bd8b0 /rake_tasks/diff.rake | |
parent | 499eedc013b6178508186153831f7306221a7f8d (diff) | |
download | coderay-e750f1be81cb66743fdc5d4e9903788d9eb765c2.tar.gz |
Rake task cleanups and updates. Not living in the past any more.
Diffstat (limited to 'rake_tasks/diff.rake')
-rw-r--r-- | rake_tasks/diff.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rake_tasks/diff.rake b/rake_tasks/diff.rake index bdbb458..13e2662 100644 --- a/rake_tasks/diff.rake +++ b/rake_tasks/diff.rake @@ -1,6 +1,8 @@ # A simple differ using svn. Handles externals. class Differ < Hash + include Rake::DSL + def initialize path @path = path super 0 |