Sha256: a165b3d1ca79c68de2b2d78bd341a06b424d61e213aeeb861c4fd1fca60e2aff

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

require 'rubygems'
require 'bundler/gem_tasks'
require 'rdoc/task'

task :default => :rdoc

RDoc::Task.new do |rdoc|

  rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb")
  rdoc.generator  = 'bootstrap'
  rdoc.main       = "README.rdoc"
  rdoc.rdoc_dir   = 'doc'
  rdoc.title      = 'hanna-bootstrap'
  rdoc.options   << '--line-numbers'

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hanna-bootstrap-0.0.5 Rakefile
hanna-bootstrap-0.0.4 Rakefile
hanna-bootstrap-0.0.3 Rakefile
hanna-bootstrap-0.0.2 Rakefile