Sha256: e49509415cddbca5c30c1be37c3ec0eea244f83da64ad85d7905eea587167150

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 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    = 'ReportCat'
  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

load 'tasks/spec_cat.rake'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
report_cat-5.0.3 Rakefile
report_cat-5.0.2 Rakefile
report_cat-5.0.1 Rakefile
report_cat-5.0.0 Rakefile
report_cat-0.2.0 Rakefile