Skip to content

Commit

Permalink
add Rakefile for emeril rake support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Baer committed Mar 15, 2014
1 parent 9888f4e commit d8fd688
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env rake

begin
require 'emeril/rake'
rescue LoadError
puts ">>>>> Emeril gem not loaded, omitting tasks" unless ENV['CI']
end

0 comments on commit d8fd688

Please sign in to comment.