Sha256: b3c227dfeca74c29c9fc7d2786203a78b0b6da8f4ca82e588329a1ad6178a596

Contents?: true

Size: 533 Bytes

Versions: 12

Compression:

Stored size: 533 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    = 'AbAdmin'
  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

task default: :spec
task test: :spec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ab_admin-0.11.0 Rakefile
ab_admin-0.10.0 Rakefile
ab_admin-0.9.0 Rakefile
ab_admin-0.8.3 Rakefile
ab_admin-0.8.2 Rakefile
ab_admin-0.8.1 Rakefile
ab_admin-0.8.0 Rakefile
ab_admin-0.7.0 Rakefile
ab_admin-0.6.1 Rakefile
ab_admin-0.6.0 Rakefile
ab_admin-0.5.0 Rakefile
ab_admin-0.4.0 Rakefile