Sha256: de4ca428bcad45aa0bcfdbfc7d0e7e6579ca27c35a0e05dcafda2cdceecb13c0

Contents?: true

Size: 579 Bytes

Versions: 42

Compression:

Stored size: 579 Bytes

Contents

require "rake/testtask"

begin
  require "hanna/rdoctask"
rescue LoadError
  require "rake/rdoctask"
end

begin
  require "metric_fu"
rescue LoadError
end

begin
  require "mg"
  MG.new("sinatra-content-for.gemspec")
rescue LoadError
end

desc "Default: run all tests"
task :default => :test

desc "Run library tests"
Rake::TestTask.new do |t|
  t.test_files = FileList['test/**/*_test.rb']
end

Rake::RDocTask.new do |rd|
  rd.main = "README"
  rd.title = "Documentation for ContentFor"
  rd.rdoc_files.include("README.rdoc", "LICENSE", "lib/**/*.rb")
  rd.rdoc_dir = "doc"
end

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
tdreyno-middleman-0.2.6 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.2.7 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.2.8 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.2.9 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.0 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.1 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.10 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.2 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.3 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.4 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.7 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.3.8 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.4.1 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.5.0 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.5.2 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.5.3 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.5.4 vendor/sinatra-content-for/Rakefile
tdreyno-middleman-0.5.5 vendor/sinatra-content-for/Rakefile
middleman-0.5.5 vendor/sinatra-content-for/Rakefile
middleman-0.5.4 vendor/sinatra-content-for/Rakefile