Move tasks -> rakelib

This commit is contained in:
Steven Bazyl 2014-12-15 11:46:24 -08:00
parent 0244bf13b3
commit 7ac37a54f0
7 changed files with 0 additions and 2 deletions

View File

@ -37,5 +37,3 @@ task :default => 'spec'
WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false
SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])
Dir['tasks/**/*.rake'].each { |rake| load rake }