Sha256: f76b9e84ffbc6b7c4c6e4dc2fa6f90499354ccd2b9da5a475a400eab0bd69878

Contents?: true

Size: 300 Bytes

Versions: 7

Compression:

Stored size: 300 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << "test/lib"
  t.ruby_opts << "-rhelper"
  t.test_files = FileList["test/**/test_*.rb"]
end

task :default => :test

task :rdoc do
  sh("rdoc", *Bundler::GemHelper.instance.gemspec.rdoc_options, ".")
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
cli-option_parser.rb-0.6.0 Rakefile
cli-option_parser.rb-0.5.3 Rakefile
cli-option_parser.rb-0.5.2 Rakefile
cmd-optparse.rb-0.5.2 Rakefile
cmd-optparse.rb-0.5.0 Rakefile
cmd-optparse.rb-0.1.1 Rakefile
cmd-optparse.rb-0.1.0 Rakefile