Sha256: c831f71d2bc6097496e296797d3fe62122de8604f187faec19e624066ec7acf8

Contents?: true

Size: 433 Bytes

Versions: 20

Compression:

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



load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
unidom-price-2.0.1 Rakefile
unidom-price-2.0 Rakefile
unidom-price-1.7.9 Rakefile
unidom-price-1.7.8 Rakefile
unidom-price-1.7.7 Rakefile
unidom-price-1.7.6 Rakefile
unidom-price-1.7.5 Rakefile
unidom-price-1.7.4 Rakefile
unidom-price-1.7.3 Rakefile
unidom-price-1.7.2 Rakefile
unidom-price-1.7.1 Rakefile
unidom-price-1.7 Rakefile
unidom-price-1.6.2 Rakefile
unidom-price-1.6.1 Rakefile
unidom-price-1.6 Rakefile
unidom-price-1.5 Rakefile
unidom-price-1.4.1 Rakefile
unidom-price-1.4 Rakefile
unidom-price-1.3.2 Rakefile
unidom-price-1.3.1 Rakefile