aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/Rakefile
diff options
context:
space:
mode:
authorRoman V. Babenko <romanvbabenko@gmail.com>2012-05-02 13:36:16 +0300
committerRoman V. Babenko <romanvbabenko@gmail.com>2012-05-02 13:38:13 +0300
commit84feca4aaafb597f8cc16c3a5c16ce7014d95ada (patch)
treee96e07a8b97396794b7b9bcf867c93c4733bd9e1 /railties/lib/rails/generators/rails/app/templates/Rakefile
parent07438f9ebb82b2d002563af8952db6fa812bbb94 (diff)
downloadrails-84feca4aaafb597f8cc16c3a5c16ce7014d95ada.tar.gz
rails-84feca4aaafb597f8cc16c3a5c16ce7014d95ada.tar.bz2
rails-84feca4aaafb597f8cc16c3a5c16ce7014d95ada.zip
Rakefile executable attributes and shebang lines has been removed
Diffstat (limited to 'railties/lib/rails/generators/rails/app/templates/Rakefile')
-rw-r--r--[-rwxr-xr-x]railties/lib/rails/generators/rails/app/templates/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Rakefile b/railties/lib/rails/generators/rails/app/templates/Rakefile
index 4dc1023f1f..6eb23f68a3 100755..100644
--- a/railties/lib/rails/generators/rails/app/templates/Rakefile
+++ b/railties/lib/rails/generators/rails/app/templates/Rakefile
@@ -1,4 +1,3 @@
-#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.