Sha256: 874333b4010463a8fce703749ce075150bb10061a34aae63ab0ab24a21b70921

Contents?: true

Size: 616 Bytes

Versions: 18

Compression:

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



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mongoid-forums-1.0.7 Rakefile
mongoid-forums-1.0.6 Rakefile
ack-mongoid-forums-1.0.6.1 Rakefile
ack-mongoid-forums-1.0.6 Rakefile
ack-mongoid-forums-1.0.5 Rakefile
mongoid-forums-1.0.4 Rakefile
mongoid-forums-1.0.3 Rakefile
mongoid-forums-1.0.2 Rakefile
mongoid-forums-1.0.1 Rakefile
mongoid-forums-1.0.0 Rakefile
mongoid-forums-0.0.11 Rakefile
mongoid-forums-0.0.10 Rakefile
mongoid-forums-0.0.9 Rakefile
mongoid-forums-0.0.5 Rakefile
mongoid-forums-0.0.4 Rakefile
mongoid-forums-0.0.3 Rakefile
mongoid-forums-0.0.2 Rakefile
mongoid-forums-0.0.1 Rakefile