Sha256: 8a39eb84245c57078efe1e2b0826cf609d29c3bbcfe0b173a6bdf97151b339aa

Contents?: true

Size: 443 Bytes

Versions: 9

Compression:

Stored size: 443 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.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
unidom-category-1.5 Rakefile
unidom-category-1.4 Rakefile
unidom-category-1.3 Rakefile
unidom-category-1.2 Rakefile
unidom-category-1.1 Rakefile
unidom-category-1.0 Rakefile
unidom-category-0.3 Rakefile
unidom-category-0.2 Rakefile
unidom-category-0.1 Rakefile