Sha256: 2e5ee1e2c83337592ffb8c5e8af6fc0e21faa1a0fe38640f5ca9a393bd2553d5

Contents?: true

Size: 523 Bytes

Versions: 15

Compression:

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

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


load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rails-acu-4.1.0 Rakefile
rails-acu-4.0.2 Rakefile
rails-acu-4.0.1 Rakefile
rails-acu-4.0.0 Rakefile
rails-acu-3.0.8 Rakefile
rails-acu-3.0.7 Rakefile
rails-acu-3.0.6 Rakefile
rails-acu-3.0.3 Rakefile
rails-acu-3.0.1 Rakefile
rails-acu-3.0.0 Rakefile
rails-acu-2.2.0 Rakefile
rails-acu-2.1.0 Rakefile
rails-acu-2.0.0 Rakefile
rails-acu-1.3.0 Rakefile
rails-acu-1.2.1 Rakefile