wycats / thor

A scripting framework that replaces rake and sake

This URL has Read+Write access

thor / Rakefile
100644 7 lines (5 sloc) 0.138 kb
1
2
3
4
5
6
7
task :default => :install
 
desc "install the gem locally"
task :install do
  sh %{ruby "#{File.dirname(__FILE__)}/bin/thor" :install}
end