From f217073de3e24198ec30402be555feb018ee648d Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sat, 14 May 2011 10:11:04 -0700 Subject: [PATCH] Rakefiles are executables --- README.md | 1 - Rakefile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 916a4ac94..9aeaf4655 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ To install OmniAuth, simply install the gem: gem install omniauth - ## Continuous Integration [![Build Status](http://travis-ci.org/intridea/omniauth.png)](http://travis-ci.org/intridea/omniauth) diff --git a/Rakefile b/Rakefile index b09417563..6a538e942 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,5 @@ +#!/usr/bin/env rake + $:.unshift File.expand_path('..', __FILE__) require 'tasks/all'