Sha256: ba652f13359704549c7ad457e500775a48426f04df3d6378e141a7fbae56c4b7

Contents?: true

Size: 441 Bytes

Versions: 18

Compression:

Stored size: 441 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.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end



load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
unidom-party-1.7 Rakefile
unidom-party-1.6 Rakefile
unidom-party-1.5 Rakefile
unidom-party-1.4 Rakefile
unidom-party-1.3 Rakefile
unidom-party-1.2 Rakefile
unidom-party-1.1 Rakefile
unidom-party-1.0.2 Rakefile
unidom-party-1.0.1 Rakefile
unidom-party-1.0 Rakefile
unidom-party-0.7 Rakefile
unidom-party-0.6 Rakefile
unidom-party-0.5 Rakefile
unidom-party-0.4.1 Rakefile
unidom-party-0.4 Rakefile
unidom-party-0.3 Rakefile
unidom-party-0.2 Rakefile
unidom-party-0.1 Rakefile