forked from turn-project/turn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfile
More file actions
34 lines (23 loc) · 650 Bytes
/
Profile
File metadata and controls
34 lines (23 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/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 (test)',
'rake (build)'
]
resources(
'home' => 'http://rubygems.org/gems/turn',
'code' => 'http://github.com/TwP/turn'
)
copyrights [
'2008 Tim Pease (MIT)'
]