Sha256: da28b871bdea851c59383a5422c9b3118271374fe81e452075f9052c1f2ae07e
Contents?: true
Size: 184 Bytes
Versions: 12
Compression:
Stored size: 184 Bytes
Contents
namespace :docs do task :clobber do rm_rf ".yardoc" rm_rf "doc" end end desc "Generate the API documentation." task :docs => 'docs:clobber' do sh "bundle exec yard" end
Version data entries
12 entries across 12 versions & 1 rubygems