Sha256: dfe50ec2857178cee73930e65a11a879dfd520dac8f9131c1ddf6f6047924567

Contents?: true

Size: 435 Bytes

Versions: 13

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

13 entries across 13 versions & 1 rubygems

Version Path
unidom-contact-2.0 Rakefile
unidom-contact-1.4.6 Rakefile
unidom-contact-1.4.5 Rakefile
unidom-contact-1.4.4 Rakefile
unidom-contact-1.4.3 Rakefile
unidom-contact-1.4.2 Rakefile
unidom-contact-1.4.1 Rakefile
unidom-contact-1.4 Rakefile
unidom-contact-1.3.5 Rakefile
unidom-contact-1.3.4 Rakefile
unidom-contact-1.3.3 Rakefile
unidom-contact-1.3.2 Rakefile
unidom-contact-1.3.1 Rakefile