diff options
author | raggi <jftucker@gmail.com> | 2010-11-25 04:03:04 +0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-25 06:49:55 +0800 |
commit | cb1570936d70d624f72229c8a19ffbe3a10cc5ca (patch) | |
tree | 3746c6234f843d968e92ccbdac2343718851a71d /Rakefile | |
parent | d8692985feb4db9fe8d113549535b658fe6058e5 (diff) | |
download | rails-cb1570936d70d624f72229c8a19ffbe3a10cc5ca.tar.gz rails-cb1570936d70d624f72229c8a19ffbe3a10cc5ca.tar.bz2 rails-cb1570936d70d624f72229c8a19ffbe3a10cc5ca.zip |
Rakefiles are executables, and rake loads rake, not rakefile code
Diffstat (limited to 'Rakefile')
-rwxr-xr-x[-rw-r--r--] | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile index 8c72312f28..1f3c770c77 100644..100755 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ +#!/usr/bin/env rake gem 'rdoc', '>= 2.5.10' require 'rdoc' -require 'rake' require 'rdoc/task' require 'net/http' |