Sha256: 9d3ac9085679a9d0af5fb02e9141569f9ea535b6cc53fde803f7b93155fee5cf

Contents?: true

Size: 431 Bytes

Versions: 17

Compression:

Stored size: 431 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 Geo'
  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-geo-2.0.1 Rakefile
unidom-geo-2.0 Rakefile
unidom-geo-1.5.9 Rakefile
unidom-geo-1.5.8 Rakefile
unidom-geo-1.5.7 Rakefile
unidom-geo-1.5.6 Rakefile
unidom-geo-1.5.5 Rakefile
unidom-geo-1.5.4 Rakefile
unidom-geo-1.5.3 Rakefile
unidom-geo-1.5.2 Rakefile
unidom-geo-1.5.1 Rakefile
unidom-geo-1.5 Rakefile
unidom-geo-1.4.5 Rakefile
unidom-geo-1.4.4 Rakefile
unidom-geo-1.4.3 Rakefile
unidom-geo-1.4.2 Rakefile
unidom-geo-1.4.1 Rakefile