diff options
author | André Arko <andre@arko.net> | 2012-06-08 10:03:23 -0700 |
---|---|---|
committer | André Arko <andre@arko.net> | 2012-06-09 13:36:29 -0700 |
commit | df54df8483f3d337c653f8cae16b3d0cff4432a5 (patch) | |
tree | 80227f5bde62ac00849b8b5ce7d710154e463cef | |
parent | 9791f47046ac45576f0a13b3dda8e182d812700b (diff) | |
download | bundler-df54df8483f3d337c653f8cae16b3d0cff4432a5.tar.gz |
Rakefiles aren't really supposed to be executable
-rw-r--r-- | lib/bundler/templates/newgem/Rakefile.tt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/Rakefile.tt b/lib/bundler/templates/newgem/Rakefile.tt index f57ae68a84..29955274e0 100644 --- a/lib/bundler/templates/newgem/Rakefile.tt +++ b/lib/bundler/templates/newgem/Rakefile.tt @@ -1,2 +1 @@ -#!/usr/bin/env rake require "bundler/gem_tasks" |