summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-06-12 01:09:36 +0000
committermurphy <murphy@rubychan.de>2011-06-12 01:09:36 +0000
commitf2ad92e0bb64a9b0ab3090b5e4faa37dc7672e4a (patch)
treea2e1e00c75c08d0e5b862e1976b2d9982d006969 /Rakefile
parentfcc956998d2142aefb9ea39ab23042cf6f324bfe (diff)
downloadcoderay-f2ad92e0bb64a9b0ab3090b5e4faa37dc7672e4a.tar.gz
more task cleanups; speedup Rakefile loading
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index d7a743a..2a2a681 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,4 @@
$:.unshift File.dirname(__FILE__) unless $:.include? '.'
-gem 'rdoc' if defined? gem
-require 'rdoc/task'
ROOT = '.'
LIB_ROOT = File.join ROOT, 'lib'