summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
committermurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
commit9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d (patch)
tree686ee95cc9010314278846936476d1cf0bf04353 /Rakefile
parent42436798565c36a7d9582fcf587946d273083ab1 (diff)
downloadcoderay-9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d.tar.gz
Big re-indenting - no more tabs!
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 5e555e9..02836d4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,13 +5,13 @@ LIB_ROOT = File.join ROOT, 'lib'
EXTRA_FILES = %w(README FOLDERS)
def EXTRA_FILES.in folder
- map do |file_name|
- File.join folder, file_name
- end
+ map do |file_name|
+ File.join folder, file_name
+ end
end
for task_file in Dir['rake_tasks/*.rake']
- load task_file
+ load task_file
end
task :default => 'gem:make'