Skip to content

Commit

Permalink
Make Rakefile executable
Browse files Browse the repository at this point in the history
sferik:
> Rakefiles are executables, and rake loads rake, not rakefile code
  • Loading branch information
James Conroy-Finn committed May 18, 2011
1 parent a62080b commit 1c202c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env rake

require 'bundler' require 'bundler'
Bundler::GemHelper.install_tasks Bundler::GemHelper.install_tasks


Expand Down

0 comments on commit 1c202c5

Please sign in to comment.