Sha256: 2e3a77cf8005984a8aad891ad9ed5cb6293d6dfb70ef94fe816bfee6851abcf3

Contents?: true

Size: 442 Bytes

Versions: 10

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 Contact'
  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

10 entries across 10 versions & 1 rubygems

Version Path
unidom-contact-1.3 Rakefile
unidom-contact-1.2 Rakefile
unidom-contact-1.1 Rakefile
unidom-contact-1.0.1 Rakefile
unidom-contact-1.0 Rakefile
unidom-contact-0.4 Rakefile
unidom-contact-0.3.1 Rakefile
unidom-contact-0.3 Rakefile
unidom-contact-0.2 Rakefile
unidom-contact-0.1 Rakefile