Sha256: 0ff02d503a079a10bd1d3f4b26b91c74e7f6c1ebc6facf46a45a78440208bfd1

Contents?: true

Size: 444 Bytes

Versions: 7

Compression:

Stored size: 444 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 Inventory'
  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

7 entries across 7 versions & 1 rubygems

Version Path
unidom-inventory-0.7 Rakefile
unidom-inventory-0.6 Rakefile
unidom-inventory-0.5 Rakefile
unidom-inventory-0.4 Rakefile
unidom-inventory-0.3 Rakefile
unidom-inventory-0.2 Rakefile
unidom-inventory-0.1 Rakefile