Sha256: 68453dee968e1965a8d6d92e9287417a7fc8e9d6ebfcd30acb104c398abcfb9b

Contents?: true

Size: 439 Bytes

Versions: 15

Compression:

Stored size: 439 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
require "wwtd/tasks"
require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'PaulBunyan'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks

task default: "wwtd"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
paul_bunyan-2.0.0 Rakefile
paul_bunyan-1.6.0 Rakefile
paul_bunyan-1.5.3 Rakefile
paul_bunyan-1.5.2 Rakefile
paul_bunyan-1.5.1 Rakefile
paul_bunyan-1.5.0 Rakefile
paul_bunyan-1.4.0 Rakefile
paul_bunyan-1.3.0 Rakefile
paul_bunyan-1.2.3 Rakefile
paul_bunyan-1.2.2 Rakefile
paul_bunyan-1.2.1 Rakefile
paul_bunyan-1.2.0 Rakefile
paul_bunyan-1.1.0 Rakefile
paul_bunyan-1.0.1 Rakefile
paul_bunyan-1.0.0 Rakefile