Sha256: f6d5242f49ceafa2c5330ed8140170b73a321bb93dd9a4ca7c088ddb26b68938

Contents?: true

Size: 496 Bytes

Versions: 16

Compression:

Stored size: 496 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    = 'AutoError'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
auto_error-0.0.18 Rakefile
auto_error-0.0.16 Rakefile
auto_error-0.0.15 Rakefile
auto_error-0.0.14 Rakefile
auto_error-0.0.13 Rakefile
auto_error-0.0.12 Rakefile
auto_error-0.0.10 Rakefile
auto_error-0.0.9 Rakefile
auto_error-0.0.8 Rakefile
auto_error-0.0.7 Rakefile
auto_error-0.0.6 Rakefile
auto_error-0.0.5 Rakefile
auto_error-0.0.4 Rakefile
auto_error-0.0.3 Rakefile
auto_error-0.0.2 Rakefile
auto_error-0.0.1 Rakefile