Sha256: b407eb9ff5473177c71551c8baaadf42cd756f112f24c3c1638a9d4187a9bf72

Contents?: true

Size: 401 Bytes

Versions: 6

Compression:

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




Bundler::GemHelper.install_tasks

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mongoid_acts_as_page-0.6.0 Rakefile
mongoid_acts_as_page-0.5.5 Rakefile
mongoid_acts_as_page-0.5.4 Rakefile
mongoid_acts_as_page-0.5.3 Rakefile
mongoid_acts_as_page-0.5.2 Rakefile
mongoid_acts_as_page-0.5.1 Rakefile