tork 19.3.1 → 19.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8219d1204291e55fe5cf61d26abf4c87372db20e
4
- data.tar.gz: 9ea1ec98a37c9617da8d685d7bb32bce3dd90678
3
+ metadata.gz: f3fa6d429239ee7557c36c74d28541f28f13331c
4
+ data.tar.gz: fdead83dfd2fa75113289a3718647b9624913ee2
5
5
  SHA512:
6
- metadata.gz: c5484725a1107f331f2c593735a3d290bf85e5dc668f9cbb41542248dfc84d29593f3a7e91bbce8c4138fb11e6df916878ee5ab3999413ed6737236895572f4f
7
- data.tar.gz: 15c38bc0433802ce53e2f6828883db013bfdeec4e088993fca9c180480bbb717ec05d38beb015dc7df8dd78a354240093cbb327a03c8f2c9716eaf74b079d4af
6
+ metadata.gz: 1c8e087ae34640a4c974a028851a5141192d55cb17cc9cb4b1c27ef2b7dd28d82a5b6a123f0f6e9dc2e45a0867adb95909ebcad74ab6872ec7fed44da68c7786
7
+ data.tar.gz: c1ff5eb48db70d146455dc389d35bfc22369196d765ee236d52596ce6845f144c9587a05e68f4f53b645b8efb3fec79a7cc7261d6674437c704305264debcae2
@@ -1,3 +1,12 @@
1
+ ## Version 19.3.2 (2013-10-29)
2
+
3
+ Other:
4
+
5
+ * GH-55: upgrade listen & rake gem dependencies.
6
+
7
+ Thanks to Matthew Albright for reporting this issue in GH-55:
8
+ https://github.com/sunaku/tork/issues/55
9
+
1
10
  ## Version 19.3.1 (2013-06-07)
2
11
 
3
12
  Patch:
data/bin/tork CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK 1 2013-06-07 19.3.1
4
+ # TORK 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK-DRIVER 1 2013-06-07 19.3.1
4
+ # TORK-DRIVER 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK-ENGINE 1 2013-06-07 19.3.1
4
+ # TORK-ENGINE 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK-HERALD 1 2013-06-07 19.3.1
4
+ # TORK-HERALD 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK-MASTER 1 2013-06-07 19.3.1
4
+ # TORK-MASTER 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK-NOTIFY 1 2013-06-07 19.3.1
4
+ # TORK-NOTIFY 1 2013-10-29 19.3.2
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Tork
2
- VERSION = "19.3.1"
2
+ VERSION = "19.3.2"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>man/index</title>
7
7
  <link rel="stylesheet" href="style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>README</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
@@ -12,7 +12,7 @@
12
12
  _ __/ __ \ __/ /_/
13
13
  / /_/ /_/ / / / ,\
14
14
  \__/\____/_/ /_/|_\
15
- &gt;&gt;&gt;------&gt;
15
+ &gt;&gt;&gt;------>
16
16
  </code></pre>
17
17
  <h1 id="Test-with-fork"><em>Test with fork</em></h1><p>Tork runs your tests as they change, in parallel:</p>
18
18
  <ol>
@@ -2,12 +2,17 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>VERSION</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man0">man0</a>/VERSION</span></div></div><div class="container-fluid"><h2 id="Version-19-3-1-2013-06-07">Version 19.3.1 (2013-06-07)</h2><p>Patch:</p>
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man0">man0</a>/VERSION</span></div></div><div class="container-fluid"><h2 id="Version-19-3-2-2013-10-29">Version 19.3.2 (2013-10-29)</h2><p>Other:</p>
11
+ <ul>
12
+ <li><p>GH-55: upgrade listen &amp; rake gem dependencies.</p><p>Thanks to Matthew Albright for reporting this issue in GH-55:
13
+ <a href="https://github.com/sunaku/tork/issues/55">https://github.com/sunaku/tork/issues/55</a></p></li>
14
+ </ul>
15
+ <h2 id="Version-19-3-1-2013-06-07">Version 19.3.1 (2013-06-07)</h2><p>Patch:</p>
11
16
  <ul>
12
17
  <li><p>server: rescue from failed writes to asynchronously closed clients.</p><p>Thanks to Jonathan Cairns for reporting and fixing this bug in GH-53:
13
18
  <a href="https://github.com/sunaku/tork/issues/53">https://github.com/sunaku/tork/issues/53</a></p></li>
@@ -1,3 +1,12 @@
1
+ ## Version 19.3.2 (2013-10-29)
2
+
3
+ Other:
4
+
5
+ * GH-55: upgrade listen & rake gem dependencies.
6
+
7
+ Thanks to Matthew Albright for reporting this issue in GH-55:
8
+ https://github.com/sunaku/tork/issues/55
9
+
1
10
  ## Version 19.3.1 (2013-06-07)
2
11
 
3
12
  Patch:
@@ -1,4 +1,4 @@
1
- .TH TORK\-DRIVER 1 2013\-06\-07 19.3.1
1
+ .TH TORK\-DRIVER 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-driver \- drives
@@ -26,7 +26,7 @@ from stdin and performs the actions described respectively.
26
26
  \fB\fC["run_all_test_files"]\fR
27
27
  Runs all test files found within and beneath the current working directory.
28
28
  .TP
29
- \fI...\fP
29
+ \fI\&...\fP
30
30
  Commands for
31
31
  .BR tork-engine (1)
32
32
  are also accepted here.
@@ -39,7 +39,7 @@ to stdout.
39
39
  Test execution overhead is being reabsorbed because \fIoverhead_file\fP has
40
40
  changed.
41
41
  .TP
42
- \fI...\fP
42
+ \fI\&...\fP
43
43
  Messages from
44
44
  .BR tork-engine (1)
45
45
  and
@@ -51,7 +51,7 @@ are also reproduced here.
51
51
  Show this help manual.
52
52
  .SH FILES
53
53
  .TP
54
- \fI.tork/config.rb\fP
54
+ \fI\&.tork/config.rb\fP
55
55
  Optional Ruby script that is loaded inside the driver process on startup.
56
56
  It can read and change the \fB\fCENV['TORK_CONFIGS']\fR environment variable.
57
57
  .TP
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-driver(1) &mdash; drives tork-engine(1) when files change</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-driver.1</span></div></div><div class="container-fluid"><h1 id="TORK-DRIVER-1-2013-06-07-19-3-1">TORK-DRIVER 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork-driver - drives <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> when files change</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-driver</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program drives <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> when <a class="md2man-xref" href="../man1/tork-herald.1.html">tork-herald(1)</a> reports files changes.</p><p>This program can be controlled remotely by multiple <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a> instances.</p><h3 id="Input">Input</h3><p>This program reads the following commands, which are single-line JSON arrays,
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-driver.1</span></div></div><div class="container-fluid"><h1 id="TORK-DRIVER-1-2013-10-29-19-3-2">TORK-DRIVER 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork-driver - drives <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> when files change</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-driver</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program drives <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> when <a class="md2man-xref" href="../man1/tork-herald.1.html">tork-herald(1)</a> reports files changes.</p><p>This program can be controlled remotely by multiple <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a> instances.</p><h3 id="Input">Input</h3><p>This program reads the following commands, which are single-line JSON arrays,
11
11
  from stdin and performs the actions described respectively.</p><dl><dt><code>[&quot;run_all_test_files&quot;]</code></dt><dd>Runs all test files found within and beneath the current working directory.</dd></dl><dl><dt><em>...</em></dt><dd>Commands for <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> are also accepted here.</dd></dl><h3 id="Output">Output</h3><p>This program prints the following messages, which are single-line JSON arrays,
12
12
  to stdout.</p><dl><dt><code>[&quot;reabsorb&quot;,</code> <em>overhead_file</em><code>]</code></dt><dd>Test execution overhead is being reabsorbed because <em>overhead_file</em> has
13
13
  changed.</dd></dl><dl><dt><em>...</em></dt><dd>Messages from <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a> and <a class="md2man-xref" href="../man1/tork-master.1.html">tork-master(1)</a> are also reproduced here.</dd></dl><h2 id="OPTIONS">OPTIONS</h2><dl><dt><code>-h</code>, <code>--help</code></dt><dd>Show this help manual.</dd></dl><h2 id="FILES">FILES</h2><dl><dt><em>.tork/config.rb</em></dt><dd>Optional Ruby script that is loaded inside the driver process on startup.
@@ -1,4 +1,4 @@
1
- .TH TORK\-ENGINE 1 2013\-06\-07 19.3.1
1
+ .TH TORK\-ENGINE 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-engine \- wraps
@@ -25,9 +25,9 @@ from stdin and performs the actions described respectively.
25
25
  Stops any test files that are currently running, reabsorbs the test
26
26
  execution overhead, and then re\-runs those stopped test files.
27
27
  .TP
28
- \fB\fC["run_test_file"\fR, \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP...\fB\fC]\fR
28
+ \fB\fC["run_test_file"\fR, \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\&...\fB\fC]\fR
29
29
  Runs tests that correspond to the given sequence of \fIline_numbers\fP in the
30
- given \fItest_file\fP. If no \fIline_numbers\fP are given, then only those lines
30
+ given \fItest_file\fP\&. If no \fIline_numbers\fP are given, then only those lines
31
31
  that have changed since the last run of \fItest_file\fP will be substituted.
32
32
  If any \fIline_numbers\fP are zero, then the entire \fItest_file\fP will be run.
33
33
  .TP
@@ -60,7 +60,7 @@ A previously passing \fItest_file\fP has now failed. See \fImessage\fP for deta
60
60
  \fB\fC["fail_now_pass",\fR \fItest_file\fP\fB\fC,\fR \fImessage\fP\fB\fC]\fR
61
61
  A previously failing \fItest_file\fP has now passed. See \fImessage\fP for details.
62
62
  .TP
63
- \fI...\fP
63
+ \fI\&...\fP
64
64
  Messages from
65
65
  .BR tork-master (1)
66
66
  are also reproduced here.
@@ -70,11 +70,11 @@ are also reproduced here.
70
70
  Show this help manual.
71
71
  .SH FILES
72
72
  .TP
73
- \fI.tork/config.rb\fP
73
+ \fI\&.tork/config.rb\fP
74
74
  Optional Ruby script that is loaded inside the driver process on startup.
75
75
  It can read and change the \fB\fCENV['TORK_CONFIGS']\fR environment variable.
76
76
  .TP
77
- \fI.tork/engine.rb\fP
77
+ \fI\&.tork/engine.rb\fP
78
78
  Optional Ruby script that is loaded inside the master process on startup.
79
79
  .SH ENVIRONMENT
80
80
  .PP
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-engine(1) &mdash; wraps tork-master(1) with bookkeeping</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-engine.1</span></div></div><div class="container-fluid"><h1 id="TORK-ENGINE-1-2013-06-07-19-3-1">TORK-ENGINE 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork-engine - wraps <a class="md2man-xref" href="../man1/tork-master.1.html">tork-master(1)</a> with bookkeeping</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-engine</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program uses <a class="md2man-xref" href="../man1/tork-master.1.html">tork-master(1)</a> to run tests and keeps track of the results.</p><p>This program can be controlled remotely by multiple <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a> instances.</p><h3 id="Input">Input</h3><p>This program reads the following commands, which are single-line JSON arrays,
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-engine.1</span></div></div><div class="container-fluid"><h1 id="TORK-ENGINE-1-2013-10-29-19-3-2">TORK-ENGINE 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork-engine - wraps <a class="md2man-xref" href="../man1/tork-master.1.html">tork-master(1)</a> with bookkeeping</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-engine</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program uses <a class="md2man-xref" href="../man1/tork-master.1.html">tork-master(1)</a> to run tests and keeps track of the results.</p><p>This program can be controlled remotely by multiple <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a> instances.</p><h3 id="Input">Input</h3><p>This program reads the following commands, which are single-line JSON arrays,
11
11
  from stdin and performs the actions described respectively.</p><dl><dt><code>[&quot;reabsorb_overhead&quot;]</code></dt><dd>Stops any test files that are currently running, reabsorbs the test
12
12
  execution overhead, and then re-runs those stopped test files.</dd></dl><dl><dt><code>[&quot;run_test_file&quot;</code>, <em>test_file</em><code>,</code> <em>line_numbers</em>...<code>]</code></dt><dd>Runs tests that correspond to the given sequence of <em>line_numbers</em> in the
13
13
  given <em>test_file</em>. If no <em>line_numbers</em> are given, then only those lines
@@ -1,4 +1,4 @@
1
- .TH TORK\-HERALD 1 2013\-06\-07 19.3.1
1
+ .TH TORK\-HERALD 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-herald \- reports modified files
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-herald(1) &mdash; reports modified files</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-herald.1</span></div></div><div class="container-fluid"><h1 id="TORK-HERALD-1-2013-06-07-19-3-1">TORK-HERALD 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork-herald - reports modified files</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-herald</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program monitors the current working directory and all those below it
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-herald.1</span></div></div><div class="container-fluid"><h1 id="TORK-HERALD-1-2013-10-29-19-3-2">TORK-HERALD 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork-herald - reports modified files</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-herald</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program monitors the current working directory and all those below it
11
11
  recursively. When any files therein are modified, it prints their relative
12
12
  paths in a single-line JSON array to stdout.</p><h2 id="OPTIONS">OPTIONS</h2><dl><dt><code>-h</code>, <code>--help</code></dt><dd>Show this help manual.</dd></dl><h2 id="SEE-ALSO">SEE ALSO</h2><p><a class="md2man-xref" href="../man1/tork.1.html">tork(1)</a>, <a class="md2man-xref" href="../man1/tork-driver.1.html">tork-driver(1)</a></p></div></body>
13
13
  </html>
@@ -1,4 +1,4 @@
1
- .TH TORK\-MASTER 1 2013\-06\-07 19.3.1
1
+ .TH TORK\-MASTER 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-master \- absorbs overhead and runs tests
@@ -24,7 +24,7 @@ from stdin and performs the actions described respectively.
24
24
  .TP
25
25
  \fB\fC["test",\fR \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\fB\fC]\fR
26
26
  Forks a worker process to run tests that correspond to the given
27
- \fIline_numbers\fP in the given \fItest_file\fP. If \fIline_numbers\fP is empty, then
27
+ \fIline_numbers\fP in the given \fItest_file\fP\&. If \fIline_numbers\fP is empty, then
28
28
  the entire \fItest_file\fP will be run.
29
29
  .TP
30
30
  \fB\fC["stop",\fR \fIsignal\fP\fB\fC]\fR
@@ -43,7 +43,7 @@ Test execution overhead has been absorbed. We are ready for testing!
43
43
  .TP
44
44
  \fB\fC["test",\fR \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\fB\fC,\fR \fIlog_file\fP\fB\fC,\fR \fIworker_number\fP\fB\fC]\fR
45
45
  Test has begun running. Its output (both stdout and stderr) is being
46
- captured into \fIlog_file\fP in real time, so you can watch it with \fB\fCtail -f\fR.
46
+ captured into \fIlog_file\fP in real time, so you can watch it with \fB\fCtail -f\fR\&.
47
47
  .TP
48
48
  \fB\fC["pass",\fR \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\fB\fC,\fR \fIlog_file\fP\fB\fC,\fR \fIworker_number\fP\fB\fC,\fR \fIexit_code\fP\fB\fC,\fR \fIexit_info\fP\fB\fC]\fR
49
49
  Test has passed.
@@ -56,11 +56,11 @@ Test has failed.
56
56
  Show this help manual.
57
57
  .SH FILES
58
58
  .TP
59
- \fI.tork/config.rb\fP
59
+ \fI\&.tork/config.rb\fP
60
60
  Optional Ruby script that is loaded inside the driver process on startup.
61
61
  It can read and change the \fB\fCENV['TORK_CONFIGS']\fR environment variable.
62
62
  .TP
63
- \fI.tork/master.rb\fP
63
+ \fI\&.tork/master.rb\fP
64
64
  Optional Ruby script that is loaded inside the master process on startup.
65
65
  It can read and change the following variables.
66
66
  .PP
@@ -72,7 +72,7 @@ simultaneously at any given time. The default value is either the
72
72
  number of processors detected on your system or 1 if detection failed.
73
73
  .RE
74
74
  .TP
75
- \fI.tork/onfork.rb\fP
75
+ \fI\&.tork/onfork.rb\fP
76
76
  Optional Ruby script that is loaded inside the master process just before a
77
77
  worker process is forked. It can read and change the following variables.
78
78
  .PP
@@ -91,7 +91,7 @@ Path of the log file that will hold the output of the worker process.
91
91
  Sequence number of the worker process that will be forked shortly.
92
92
  .RE
93
93
  .TP
94
- \fI.tork/worker.rb\fP
94
+ \fI\&.tork/worker.rb\fP
95
95
  Optional Ruby script that is loaded inside a worker process just after
96
96
  it is forked. It can read and change the following variables.
97
97
  .PP
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-master(1) &mdash; absorbs overhead and runs tests</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-master.1</span></div></div><div class="container-fluid"><h1 id="TORK-MASTER-1-2013-06-07-19-3-1">TORK-MASTER 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork-master - absorbs overhead and runs tests</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-master</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program absorbs your Ruby application&#39;s test execution overhead once and
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-master.1</span></div></div><div class="container-fluid"><h1 id="TORK-MASTER-1-2013-10-29-19-3-2">TORK-MASTER 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork-master - absorbs overhead and runs tests</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-master</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program absorbs your Ruby application&#39;s test execution overhead once and
11
11
  simply <a class="md2man-xref">fork(3)</a>s worker processses to run your tests thereafter. As a result,
12
12
  your tests run faster because they no longer spend any time absorbing the test
13
13
  execution overhead: worker processes simply inherit the overhead when forked.</p><p>This program can be controlled remotely by multiple <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a> instances.</p><h3 id="Input">Input</h3><p>This program reads the following commands, which are single-line JSON arrays,
@@ -1,4 +1,4 @@
1
- .TH TORK\-NOTIFY 1 2013\-06\-07 19.3.1
1
+ .TH TORK\-NOTIFY 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-notify \- notifies you of test status changes
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-notify(1) &mdash; notifies you of test status changes</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-notify.1</span></div></div><div class="container-fluid"><h1 id="TORK-NOTIFY-1-2013-06-07-19-3-1">TORK-NOTIFY 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork-notify - notifies you of test status changes</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-notify</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program serves as an example of how to receive and process messages sent
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork-notify.1</span></div></div><div class="container-fluid"><h1 id="TORK-NOTIFY-1-2013-10-29-19-3-2">TORK-NOTIFY 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork-notify - notifies you of test status changes</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork-notify</code> [<em>OPTION</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program serves as an example of how to receive and process messages sent
11
11
  by the various programs in the <a class="md2man-xref" href="../man1/tork.1.html">tork(1)</a> suite. It notifies you when previously
12
12
  passing tests fail (or vice versa) through libnotify, xmessage, or growl. If
13
13
  none are available on your system, then the notification is printed to stdout.</p><h2 id="OPTIONS">OPTIONS</h2><dl><dt><code>-h</code>, <code>--help</code></dt><dd>Show this help manual.</dd></dl><h2 id="EXIT-STATUS">EXIT STATUS</h2><p>See <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a>.</p><h2 id="SEE-ALSO">SEE ALSO</h2><p><a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a>, <a class="md2man-xref" href="../man1/tork-engine.1.html">tork-engine(1)</a></p></div></body>
@@ -26,10 +26,10 @@ Show this help manual.
26
26
  .SH EXIT STATUS
27
27
  .TP
28
28
  1
29
- Could not connect to the \fIPROGRAM\fP.
29
+ Could not connect to the \fIPROGRAM\fP\&.
30
30
  .TP
31
31
  2
32
- Lost connection to the \fIPROGRAM\fP.
32
+ Lost connection to the \fIPROGRAM\fP\&.
33
33
  .SH SEE ALSO
34
34
  .PP
35
35
  .BR tork (1),
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork-remote(1) &mdash; controls tork(1) programs</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
@@ -1,4 +1,4 @@
1
- .TH TORK 1 2013\-06\-07 19.3.1
1
+ .TH TORK 1 2013\-10\-29 19.3.2
2
2
  .SH NAME
3
3
  .PP
4
4
  tork \- Continuous testing tool for Ruby
@@ -41,7 +41,7 @@ instances.
41
41
  Show this help manual.
42
42
  .SH FILES
43
43
  .TP
44
- \fI.tork/config.rb\fP
44
+ \fI\&.tork/config.rb\fP
45
45
  Optional Ruby script that is loaded inside the driver process on startup.
46
46
  It can read and change the \fB\fCENV['TORK_CONFIGS']\fR environment variable.
47
47
  .SH ENVIRONMENT
@@ -2,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" />
5
+ <meta name="generator" content="md2man 2.0.2 https://github.com/sunaku/md2man" />
6
6
  <title>tork(1) &mdash; Continuous testing tool for Ruby</title>
7
7
  <link rel="stylesheet" href="../style.css"/>
8
8
  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
9
9
  </head>
10
- <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork.1</span></div></div><div class="container-fluid"><h1 id="TORK-1-2013-06-07-19-3-1">TORK 1 2013-06-07 19.3.1</h1><h2 id="NAME">NAME</h2><p>tork - Continuous testing tool for Ruby</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork</code> [<em>OPTION</em>]... [<em>CONFIG</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program is a simple command-line user interface for <a class="md2man-xref" href="../man1/tork-driver.1.html">tork-driver(1)</a>.</p><p>First, it applies the given <em>CONFIG</em> values, which are either (1) paths to
10
+ <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man1">man1</a>/tork.1</span></div></div><div class="container-fluid"><h1 id="TORK-1-2013-10-29-19-3-2">TORK 1 2013-10-29 19.3.2</h1><h2 id="NAME">NAME</h2><p>tork - Continuous testing tool for Ruby</p><h2 id="SYNOPSIS">SYNOPSIS</h2><p><code>tork</code> [<em>OPTION</em>]... [<em>CONFIG</em>]...</p><h2 id="DESCRIPTION">DESCRIPTION</h2><p>This program is a simple command-line user interface for <a class="md2man-xref" href="../man1/tork-driver.1.html">tork-driver(1)</a>.</p><p>First, it applies the given <em>CONFIG</em> values, which are either (1) paths to
11
11
  directories that contain configuration files or (2) names of configuration
12
12
  helpers listed in the description of the <code>TORK_CONFIGS</code> environment variable.</p><p>Next, it waits for you to supply interactive commands either (1) directly on
13
13
  its stdin or (2) remotely through <a class="md2man-xref" href="../man1/tork-remote.1.html">tork-remote(1)</a>. From then onward, you may
@@ -1,4 +1,4 @@
1
- @import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');
1
+ @import url('http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css');
2
2
 
3
3
  @media all {
4
4
  h1,
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
 
25
25
  s.add_runtime_dependency 'binman', '~> 3.0'
26
26
  s.add_runtime_dependency 'json', '~> 1.6'
27
- s.add_runtime_dependency 'listen', '~> 0.7'
27
+ s.add_runtime_dependency 'listen', '~> 2.2'
28
28
  s.add_runtime_dependency 'diff-lcs', '~> 1.1'
29
- s.add_development_dependency 'rake', '~> 0.9.2.2'
29
+ s.add_development_dependency 'rake', '~> 10.0'
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tork
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.3.1
4
+ version: 19.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suraj N. Kurapati
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-08 00:00:00.000000000 Z
12
+ date: 2013-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: md2man
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - ~>
61
61
  - !ruby/object:Gem::Version
62
- version: '0.7'
62
+ version: '2.2'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: '0.7'
69
+ version: '2.2'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: diff-lcs
72
72
  requirement: !ruby/object:Gem::Requirement
@@ -87,14 +87,14 @@ dependencies:
87
87
  requirements:
88
88
  - - ~>
89
89
  - !ruby/object:Gem::Version
90
- version: 0.9.2.2
90
+ version: '10.0'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - ~>
96
96
  - !ruby/object:Gem::Version
97
- version: 0.9.2.2
97
+ version: '10.0'
98
98
  description: Runs your tests as they change, in parallel.
99
99
  email:
100
100
  - https://github.com/sunaku
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.0.2
194
+ rubygems_version: 2.0.3
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: test with fork