Sha256: dc8ecc62fd39cd1198d06bff3587d7fe709f0e2c78888547c4af6e9360cf2907
Contents?: true
Size: 349 Bytes
Versions: 13
Compression:
Stored size: 349 Bytes
Contents
require 'sdoc_all' task :default => :run desc "Build/update documentation" task :run do SdocAll.run end desc "Clobber documentation" task :clobber do rm_rf 'docs' rescue nil rm_rf 'public' rescue nil end namespace :run do desc "Force update sources, before building/updating" task :update do SdocAll.run(:update => true) end end
Version data entries
13 entries across 13 versions & 1 rubygems