From aac8e635375adff0dcb7797a9a394fe9779440f1 Mon Sep 17 00:00:00 2001 From: Hernan Schmidt Date: Wed, 12 Jul 2017 16:56:25 +0200 Subject: [PATCH] Remove unnecessary hash-bangs --- Guardfile | 2 -- Rakefile | 1 - 2 files changed, 3 deletions(-) diff --git a/Guardfile b/Guardfile index 3f92b1a3..017194c9 100644 --- a/Guardfile +++ b/Guardfile @@ -1,5 +1,3 @@ -#!/usr/bin/ruby -# # More info at https://github.com/guard/guard#readme guard_opts = { diff --git a/Rakefile b/Rakefile index f29eb6f1..8f92ec18 100644 --- a/Rakefile +++ b/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.