Sha256: 2a762cbdf3d2a4c3728bf855a8d96035daa753ec2057da4ec6011d3221215909
Contents?: true
Size: 252 Bytes
Versions: 5
Compression:
Stored size: 252 Bytes
Contents
require 'rake' task :clean do ruby "setup.rb clean" end task :config do ruby "setup.rb config --without-tests" end task :setup do ruby "setup.rb setup" end task :install do ruby "setup.rb install" end task :default => [ :config, :setup ]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ruby-internal-0.8.5 | Rakefile |
ruby-internal-0.8.4 | Rakefile |
ruby-internal-0.8.3 | Rakefile |
ruby-internal-0.8.2 | Rakefile |
ruby-internal-0.8.1 | Rakefile |