Files

9 lines
164 B
Ruby
Raw Permalink Normal View History

2015-10-02 21:05:03 +02:00
#!/usr/bin/env ruby
begin
2015-10-02 21:19:37 +02:00
load File.expand_path('../spring', __FILE__)
2015-10-02 21:05:03 +02:00
rescue LoadError
end
require_relative '../config/boot'
require 'rake'
Rake.application.run