Sha256: 1aa211a6aecc02fca3e29b18724f29e54303c9be983068856ef42364cd4a5de8

Contents?: true

Size: 390 Bytes

Versions: 39

Compression:

Stored size: 390 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

task :default => :test

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

39 entries across 36 versions & 5 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.8.3 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.8.1 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-rolls-0.1.0 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.8.0.pre vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.7.1 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.7.0 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.7.0.pre2 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.7.0.pre vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.6.2 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.6.1 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.6.0 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.5.4 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.5.3 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.5.2 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.5.1 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile
challah-0.5.0 vendor/bundle/gems/simplecov-html-0.5.3/Rakefile