Sha256: e112f55d8c35e973737a041b5cd05e53d853156401a79d460a6ec959c38e173f

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

begin
  require 'bones'
  Bones.setup
rescue LoadError
  load 'tasks/setup.rb'
end

task :default => 'test'

PROJ.name = 'turn'
PROJ.summary = 'Test::Unit Reporter (New) -- new output format for Test::Unit'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://codeforpeople.rubyforge.org/turn'
PROJ.description = paragraphs_of('README.txt', 1).join("\n\n")
PROJ.version = '0.4.0'

PROJ.rubyforge.name = 'codeforpeople'

PROJ.rdoc.exclude << '^lib/'
PROJ.rdoc.remote_dir = PROJ.name

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turn-0.4.0 Rakefile