Sha256: 1c46e4072174b28dda90d6f47d539e750f420f68dbf46fc5337fe3b146a909fb

Contents?: true

Size: 436 Bytes

Versions: 17

Compression:

Stored size: 436 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 Standard'
  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-standard-2.0 Rakefile
unidom-standard-1.4.9 Rakefile
unidom-standard-1.4.8 Rakefile
unidom-standard-1.4.7 Rakefile
unidom-standard-1.4.6 Rakefile
unidom-standard-1.4.5 Rakefile
unidom-standard-1.4.4 Rakefile
unidom-standard-1.4.3 Rakefile
unidom-standard-1.4.2 Rakefile
unidom-standard-1.4.1 Rakefile
unidom-standard-1.4 Rakefile
unidom-standard-1.3.6 Rakefile
unidom-standard-1.3.5 Rakefile
unidom-standard-1.3.4 Rakefile
unidom-standard-1.3.3 Rakefile
unidom-standard-1.3.2 Rakefile
unidom-standard-1.3.1 Rakefile