From b6c67f2abe00cb0b36496ad44e3322047a5acc58 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 7 May 2012 13:44:01 -0700 Subject: [PATCH] Remove executable attributes and shebang line --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index b0afa92..d808f16 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -#!/usr/bin/env rake - require 'bundler/setup' require 'rspec/core/rake_task'