Sha256: 3d83dc9f0efd5ffbc0935e2809d66316fe48a550bedf2e0a1d7df17c1fc5abd4

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 Order'
  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-order-2.0.1 Rakefile
unidom-order-2.0 Rakefile
unidom-order-1.5.9 Rakefile
unidom-order-1.5.8 Rakefile
unidom-order-1.5.7 Rakefile
unidom-order-1.5.6 Rakefile
unidom-order-1.5.5 Rakefile
unidom-order-1.5.4 Rakefile
unidom-order-1.5.3 Rakefile
unidom-order-1.5.2 Rakefile
unidom-order-1.5.1 Rakefile
unidom-order-1.5 Rakefile
unidom-order-1.4.2 Rakefile
unidom-order-1.4.1 Rakefile
unidom-order-1.4 Rakefile
unidom-order-1.3.3 Rakefile
unidom-order-1.3.2 Rakefile
unidom-order-1.3.1 Rakefile