trabajo-afectivo/bin/rake

10 lines
213 B
Plaintext
Raw Permalink Normal View History

2015-09-25 14:37:55 +00:00
#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
2015-09-25 14:37:55 +00:00
require_relative '../config/boot'
require 'rake'
Rake.application.run