Sha256: 20b3f8ef1b6de75447b08f1140f882fd63d3253acb0d32911695d9259b27a12b

Contents?: true

Size: 440 Bytes

Versions: 8

Compression:

Stored size: 440 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 Price'
  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

8 entries across 8 versions & 1 rubygems

Version Path
unidom-price-1.3 Rakefile
unidom-price-1.2 Rakefile
unidom-price-1.1 Rakefile
unidom-price-1.0.1 Rakefile
unidom-price-1.0 Rakefile
unidom-price-0.3 Rakefile
unidom-price-0.2 Rakefile
unidom-price-0.1 Rakefile