summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-07-08 17:16:07 +0000
committermurphy <murphy@rubychan.de>2011-07-08 17:16:07 +0000
commit30ce303d3e3374222fd79ae4d518e69023b15bff (patch)
treedb3b6e404d2a8b6e43b524f20aaff766627ec265 /Rakefile
parent3141db1f8bfee17994da5a8a97060ec59da90c31 (diff)
downloadcoderay-30ce303d3e3374222fd79ae4d518e69023b15bff.tar.gz
use Bundler to manage dependencies; just run "bundle" to install everything that CodeRay needs to test and build.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6bca085..b0d604d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,6 @@ $:.unshift File.dirname(__FILE__) unless $:.include? '.'
ROOT = '.'
LIB_ROOT = File.join ROOT, 'lib'
-EXTRA_RDOC_FILES = %w(README.rdoc FOLDERS)
task :default => :test