Move tasks -> rakelib
This commit is contained in:
parent
0244bf13b3
commit
7ac37a54f0
2
Rakefile
2
Rakefile
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue