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.