running_man 0.2 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/running_man.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__))
2
2
 
3
3
  module RunningMan
4
- VERSION = '0.2'
4
+ VERSION = '0.2.1'
5
5
 
6
6
  # Public: Sets up any helper class methods in TestClassMethods on the
7
7
  # specified test case class.
@@ -93,7 +93,7 @@ if defined?(Test::Unit::TestSuite) && defined?(Test::Unit::TestCase)
93
93
  end
94
94
  end
95
95
 
96
- class Suite
96
+ class TestSuite
97
97
  def run(result, &progress_block) # :nodoc:
98
98
  yield(STARTED, name)
99
99
  klass_to_teardown = if @tests.first.is_a?(Test::Unit::TestCase)
data/running_man.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'running_man'
16
- s.version = '0.2'
16
+ s.version = '0.2.1'
17
17
  s.date = '2010-05-03'
18
18
  s.rubyforge_project = 'running_man'
19
19
 
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- version: "0.2"
8
+ - 1
9
+ version: 0.2.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - rick