Sha256: 1e1b646135d3b8628f083a50a738f0e21b2ecf0ad8a2b3917a7e871f34917851

Contents?: true

Size: 436 Bytes

Versions: 16

Compression:

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



load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
unidom-category-2.0.1 Rakefile
unidom-category-2.0 Rakefile
unidom-category-1.6.8 Rakefile
unidom-category-1.6.7 Rakefile
unidom-category-1.6.6 Rakefile
unidom-category-1.6.5 Rakefile
unidom-category-1.6.4 Rakefile
unidom-category-1.6.3 Rakefile
unidom-category-1.6.2 Rakefile
unidom-category-1.6.1 Rakefile
unidom-category-1.6 Rakefile
unidom-category-1.5.5 Rakefile
unidom-category-1.5.4 Rakefile
unidom-category-1.5.3 Rakefile
unidom-category-1.5.2 Rakefile
unidom-category-1.5.1 Rakefile