debian-mirror-gitlab/bin/rake

10 lines
213 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
#!/usr/bin/env ruby
2016-06-02 11:05:42 +05:30
begin
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
2015-12-23 02:04:40 +05:30
require_relative '../config/boot'
require 'rake'
Rake.application.run