Sha256: 9bfcbd6bae402074b32c5bd4368bb7b1013cbcad0a209b4b352aecce6290ccdb

Contents?: true

Size: 522 Bytes

Versions: 9

Compression:

Stored size: 522 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    = 'Kojac'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end




Bundler::GemHelper.install_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kojac-0.17.0 Rakefile
kojac-0.16.0 Rakefile
kojac-0.15.0 Rakefile
kojac-0.13.0 Rakefile
kojac-0.12.0 Rakefile
kojac-0.11.0 Rakefile
kojac-0.9.1 Rakefile
kojac-0.9.0.1 Rakefile
kojac-0.9.0 Rakefile