tconsole 1.0.1pre3 → 1.0.1pre5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,7 @@ concerning what tests to run, and see their test output. It's also got a
6
6
  helpful reload command for when your Rails environment needs to be
7
7
  restarted.
8
8
 
9
- tconsole has only been tested with Rails 3 with Ruby 1.9.3 with MiniTest as the testing framework (the Rails default) on a Mac, but in theory it should work with pretty much any Unixy operating system (tconsole uses fork a good bit).
9
+ tconsole has only been tested with Rails 3 with Ruby 1.9.3 and 1.8.7 with MiniTest as the testing framework (the Rails default) on a Mac, but in theory it should work with pretty much any Unixy operating system (tconsole uses fork a good bit).
10
10
 
11
11
  Why use tconsole?
12
12
  ------
@@ -6,7 +6,7 @@ module TConsole
6
6
  args = ["--name", name_pattern]
7
7
  end
8
8
 
9
- MiniTest::Unit.runner.run(args)
9
+ MiniTest::Unit.new.run(args)
10
10
 
11
11
  patch_minitest
12
12
  end
@@ -59,7 +59,7 @@ module TConsole
59
59
  end
60
60
 
61
61
  paths.each do |path|
62
- require File.realpath(path)
62
+ require File.expand_path(path)
63
63
  end
64
64
 
65
65
  if defined? ::ActiveRecord
@@ -1,3 +1,3 @@
1
1
  module TConsole
2
- VERSION = "1.0.1pre3"
2
+ VERSION = "1.0.1pre5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tconsole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1pre3
4
+ version: 1.0.1pre5
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-28 00:00:00.000000000 Z
12
+ date: 2012-01-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! " tconsole allows Rails developers to easily and quickly run their
15
15
  tests as a whole or in subsets. It forks the testing processes from\n a preloaded
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  version: '0'
48
48
  segments:
49
49
  - 0
50
- hash: -349590127225320019
50
+ hash: 3424980306917930953
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  none: false
53
53
  requirements: