Sha256: d13ba584884647c6c0c89040d98d6718db907f7d13e1eece3d8d7c50f5db070d

Contents?: true

Size: 434 Bytes

Versions: 18

Compression:

Stored size: 434 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::Party'
  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-party-2.0 Rakefile
unidom-party-1.9.8 Rakefile
unidom-party-1.9.7 Rakefile
unidom-party-1.9.6 Rakefile
unidom-party-1.9.5 Rakefile
unidom-party-1.9.4 Rakefile
unidom-party-1.9.3 Rakefile
unidom-party-1.9.2 Rakefile
unidom-party-1.9.1 Rakefile
unidom-party-1.9 Rakefile
unidom-party-1.8.5 Rakefile
unidom-party-1.8.4 Rakefile
unidom-party-1.8.3 Rakefile
unidom-party-1.8.2 Rakefile
unidom-party-1.8.1 Rakefile
unidom-party-1.8 Rakefile
unidom-party-1.7.2 Rakefile
unidom-party-1.7.1 Rakefile