lineman 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -0
  2. data/lineman.gemspec +2 -2
  3. metadata +4 -4
data/README.md CHANGED
@@ -74,6 +74,7 @@ The characters P, O, and N that are reported in the last column map to calls to
74
74
  Usage:
75
75
 
76
76
  * put lineman in you bundle or otherwise install the gem
77
+ * require 'test/unit/ui/statistics'
77
78
  * `Test::Unit::AutoRunner.default_runner = 'lineman'`
78
79
  * You could also specify --runner on the command line or your test-unit.yml
79
80
  * Run your tests!
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'lineman'
3
- s.version = '0.9.0'
4
- s.date = '2012-10-07'
3
+ s.version = '0.9.1'
4
+ s.date = '2012-11-22'
5
5
 
6
6
  s.summary = 'A test runner (UI) for test-unit'
7
7
  s.description = 'Lineman provides clean output for your tests, giving you one line for each test that shows the name along with some statistics.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lineman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-07 00:00:00.000000000 Z
12
+ date: 2012-11-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-unit
16
- requirement: &70263140719340 !ruby/object:Gem::Requirement
16
+ requirement: &70326077096840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '2.4'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70263140719340
24
+ version_requirements: *70326077096840
25
25
  description: Lineman provides clean output for your tests, giving you one line for
26
26
  each test that shows the name along with some statistics.
27
27
  email: xtoddx@gmail.com