Sha256: 88589083408b1cfacd5d3940a3c7ab06162f3d0a9ff85d84bdea16e5310b2e12
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 Bytes
Contents
require 'rake' task :clean do ruby "setup.rb clean" end task :config do ruby "setup.rb config" end task :setup do ruby "setup.rb setup" end task :install do ruby "setup.rb install" end task :default => [ :config, :setup ]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ruby-internal-0.8.0 | Rakefile |
ruby-internal-0.7.3 | Rakefile |
ruby-internal-0.7.2 | Rakefile |
ruby-internal-0.7.1 | Rakefile |
ruby-internal-0.7.0 | Rakefile |
ruby-internal-0.6.0 | Rakefile |