Sha256: 94620543394779ac127956ab75580c272892ddab8a3347247524d87a53961ceb

Contents?: true

Size: 442 Bytes

Versions: 17

Compression:

Stored size: 442 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::Common'
  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

17 entries across 17 versions & 1 rubygems

Version Path
unidom-common-1.6 Rakefile
unidom-common-1.5 Rakefile
unidom-common-1.4 Rakefile
unidom-common-1.3 Rakefile
unidom-common-1.2 Rakefile
unidom-common-1.1 Rakefile
unidom-common-1.0.1 Rakefile
unidom-common-1.0 Rakefile
unidom-common-0.9 Rakefile
unidom-common-0.8 Rakefile
unidom-common-0.7 Rakefile
unidom-common-0.6 Rakefile
unidom-common-0.5.1 Rakefile
unidom-common-0.5 Rakefile
unidom-common-0.4 Rakefile
unidom-common-0.3 Rakefile
unidom-common-0.2 Rakefile