tconsole 1.0.1pre3 → 1.0.1pre5
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/README.md +1 -1
- data/lib/tconsole/minitest_handler.rb +1 -1
- data/lib/tconsole/server.rb +1 -1
- data/lib/tconsole/version.rb +1 -1
- metadata +3 -3
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
|
------
|
data/lib/tconsole/server.rb
CHANGED
data/lib/tconsole/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
50
|
+
hash: 3424980306917930953
|
|
51
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
52
52
|
none: false
|
|
53
53
|
requirements:
|