Sha256: 6fae439a93f5663f1b1443d528eef5829ad2cb0775c490d514b1a981429d5b36

Contents?: true

Size: 433 Bytes

Versions: 18

Compression:

Stored size: 433 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 Score'
  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

18 entries across 18 versions & 1 rubygems

Version Path
unidom-score-2.0 Rakefile
unidom-score-1.1.8 Rakefile
unidom-score-1.1.7 Rakefile
unidom-score-1.1.6 Rakefile
unidom-score-1.1.5 Rakefile
unidom-score-1.1.4 Rakefile
unidom-score-1.1.3 Rakefile
unidom-score-1.1.2 Rakefile
unidom-score-1.1.1 Rakefile
unidom-score-1.1 Rakefile
unidom-score-1.0.2 Rakefile
unidom-score-1.0.1 Rakefile
unidom-score-1.0 Rakefile
unidom-score-0.4.1 Rakefile
unidom-score-0.4 Rakefile
unidom-score-0.3 Rakefile
unidom-score-0.2 Rakefile
unidom-score-0.1 Rakefile