Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rakefiles are executables
  • Loading branch information
sferik committed May 14, 2011
1 parent 5628cc9 commit f217073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,3 +1,5 @@
#!/usr/bin/env rake

$:.unshift File.expand_path('..', __FILE__)
require 'tasks/all'

Expand Down

0 comments on commit f217073

Please sign in to comment.