Sha256: bbd0b6607310cceb8c70821988b2284addab1768038f16761566854c12c17266

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

#!/usr/bin/env ruby

require File.dirname(__FILE__) + '/lib/turn/version'

version       Turn::VERSION  #File.read('Version.txt').strip

name         'turn'
title        'Turn'
summary      'Test Reporters (New) -- new output formats for Testing'

description "Turn provides a set of alternative runners for MiniTest, both colorful and informative."

authors [
  'Thomas Sawyer <transfire@gmail.com>',
  'Tim Pease <tim.pease@gmail.com>'
]

requirements [
  'ansi',
  'minitest  4~',
  'rake     (build)',
  'indexer  (build)',
  'mast     (build)'
]

resources(
  'home' => 'http://rubygems.org/gems/turn',
  'code' => 'http://github.com/TwP/turn'
)

copyrights [
  '2006 Tim Pease (MIT)',
  '2009 Thomas Sawyer (MIT)'
]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
turn-0.9.7 Index.rb