Sha256: 6ff38be40b0aa2420a6ff06c6ce55f1a71f816382d42cb7913f08c2957a57bc5

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

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

require 'rdoc/task'

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

Bundler::GemHelper.install_tasks

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
andy_rails_toolbox-1.3.0 Rakefile
andy_rails_toolbox-1.2.1 Rakefile
andy_rails_toolbox-1.2.0 Rakefile
andy_rails_toolbox-1.1.1 Rakefile
andy_rails_toolbox-1.1.0 Rakefile