tconsole 1.1.2pre6 → 1.2

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 +21 -0
  2. data/lib/tconsole/version.rb +1 -1
  3. metadata +9 -9
data/README.md CHANGED
@@ -134,6 +134,27 @@ And then finally, you can run the `exit` command to quit:
134
134
 
135
135
  > exit
136
136
 
137
+ Command Line Options
138
+ -----
139
+
140
+ Since TConsole is primarily meant to be run as an interactive console, it
141
+ doesn't have many command line arguments, but there are a few.
142
+ TConsole also passes any parameters that it doesn't know through to be
143
+ run as its initial command. So, for example:
144
+
145
+ ```
146
+ > tconsole all
147
+ ```
148
+
149
+ passes `all` through as the first command to be run, so that command
150
+ would start TConsole and immediately run all tests. There's a `--once`
151
+ option that can be used if you'd simply like to run a single command by
152
+ passing it to the TConsole command in then exit.
153
+
154
+ The only other TConsole command line option is `--trace`. `--trace` is
155
+ primarily useful for diagnosing problems with TConsole.
156
+
157
+
137
158
  Configuration Files
138
159
  ------
139
160
 
@@ -1,3 +1,3 @@
1
1
  module TConsole
2
- VERSION = "1.1.2pre6"
2
+ VERSION = "1.2"
3
3
  end
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tconsole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2pre6
5
- prerelease: 5
4
+ version: '1.2'
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alan Johnson
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-21 00:00:00.000000000 Z
12
+ date: 2012-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: term-ansicolor
16
- requirement: &70325695477200 !ruby/object:Gem::Requirement
16
+ requirement: &70205809205460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 1.0.7
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70325695477200
24
+ version_requirements: *70205809205460
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: minitest
27
- requirement: &70325695476700 !ruby/object:Gem::Requirement
27
+ requirement: &70205809204740 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 2.11.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70325695476700
35
+ version_requirements: *70205809204740
36
36
  description: ! " tconsole allows Rails developers to easily and quickly run their
37
37
  tests as a whole or in subsets. It forks the testing processes from\n a preloaded
38
38
  test environment to ensure that developers don't have to reload their entire Rails
@@ -79,9 +79,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements:
82
- - - ! '>'
82
+ - - ! '>='
83
83
  - !ruby/object:Gem::Version
84
- version: 1.3.1
84
+ version: '0'
85
85
  requirements: []
86
86
  rubyforge_project: tconsole
87
87
  rubygems_version: 1.8.11