Sha256: 87b7095469e5efe58749f42abf214519d3d53622b7517151ac39f54eed092427

Contents?: true

Size: 435 Bytes

Versions: 17

Compression:

Stored size: 435 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 Product'
  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

17 entries across 17 versions & 1 rubygems

Version Path
unidom-product-2.0 Rakefile
unidom-product-1.7.8 Rakefile
unidom-product-1.7.7 Rakefile
unidom-product-1.7.6 Rakefile
unidom-product-1.7.5 Rakefile
unidom-product-1.7.4 Rakefile
unidom-product-1.7.3 Rakefile
unidom-product-1.7.2 Rakefile
unidom-product-1.7.1 Rakefile
unidom-product-1.7 Rakefile
unidom-product-1.6.2 Rakefile
unidom-product-1.6.1 Rakefile
unidom-product-1.6 Rakefile
unidom-product-1.5.1 Rakefile
unidom-product-1.5 Rakefile
unidom-product-1.4.2 Rakefile
unidom-product-1.4.1 Rakefile