Sha256: 9fc3bcd89d05e513312545932ab056b7dc802b9fa911a882f186e2d23506a8aa

Contents?: true

Size: 526 Bytes

Versions: 21

Compression:

Stored size: 526 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
begin
  require 'rdoc/task'
rescue LoadError
  require 'rdoc/rdoc'
  require 'rake/rdoctask'
  RDoc::Task = Rake::RDocTask
end

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'Voluntary'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
voluntary-0.7.1 Rakefile
voluntary-0.7.0 Rakefile
voluntary-0.6.0 Rakefile
voluntary-0.5.2 Rakefile
voluntary-0.5.1 Rakefile
voluntary-0.5.0 Rakefile
voluntary-0.4.0 Rakefile
voluntary-0.3.0 Rakefile
voluntary-0.2.4 Rakefile
voluntary-0.2.3 Rakefile
voluntary-0.2.2 Rakefile
voluntary-0.2.1 Rakefile
voluntary-0.2.0 Rakefile
voluntary-0.1.0 Rakefile
voluntary-0.1.0.rc4 Rakefile
voluntary-0.1.0.rc3 Rakefile
voluntary-0.1.0.rc2 Rakefile
voluntary-0.1.0.rc1 Rakefile
voluntary-0.0.3 Rakefile
voluntary-0.0.2 Rakefile