BigW Consortium Gitlab

rake 213 Bytes
Newer Older
1
#!/usr/bin/env ruby
2 3 4 5 6
begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError => e
  raise unless e.message.include?('spring')
end
Valery Sizov committed
7 8 9
require_relative '../config/boot'
require 'rake'
Rake.application.run