tork 18.2.3 → 18.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,10 @@
1
+ ## Version 18.2.4 (2012-10-10)
2
+
3
+ Other:
4
+
5
+ * GH-39: upgrade listen gem version to fix a bug in OSX.
6
+ Thanks to "harmon" on GitHub for reporting this issue.
7
+
1
8
  ## Version 18.2.3 (2012-09-26)
2
9
 
3
10
  Patch:
data/bin/tork CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  =begin =======================================================================
3
3
 
4
- # TORK 1 2012-09-26 18.2.3
4
+ # TORK 1 2012-10-10 18.2.4
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 2012-09-26 18.2.3
4
+ # TORK-DRIVER 1 2012-10-10 18.2.4
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 2012-09-26 18.2.3
4
+ # TORK-ENGINE 1 2012-10-10 18.2.4
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 2012-09-26 18.2.3
4
+ # TORK-HERALD 1 2012-10-10 18.2.4
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 2012-09-26 18.2.3
4
+ # TORK-MASTER 1 2012-10-10 18.2.4
5
5
 
6
6
  ## NAME
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Tork
2
- VERSION = "18.2.3"
2
+ VERSION = "18.2.4"
3
3
  end
@@ -1,8 +1,8 @@
1
- .TH TORK\-DRIVER 1 2012\-09\-26 18.2.3
1
+ .TH TORK\-DRIVER 1 2012\-10\-10 18.2.4
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-driver \- drives
5
- .BR tork\-engine (1)
5
+ .BR tork-engine (1)
6
6
  when files change
7
7
  .SH SYNOPSIS
8
8
  .PP
@@ -10,14 +10,14 @@ when files change
10
10
  .SH DESCRIPTION
11
11
  .PP
12
12
  This program drives
13
- .BR tork\-engine (1)
13
+ .BR tork-engine (1)
14
14
  according to
15
- .BR tork\-herald (1)'
16
- s observations.
15
+ .BR tork-herald (1)'s
16
+ observations.
17
17
  It reads the following single\-line commands (JSON arrays) from its standard
18
18
  input stream and performs the respective actions as described below. It also
19
19
  funnels the standard output stream of
20
- .BR tork\-engine (1)
20
+ .BR tork-engine (1)
21
21
  into its own.
22
22
  .TP
23
23
  \fB\fC["run_all_test_files"]\fR
@@ -29,14 +29,14 @@ execution overhead, and resumes running those interrupted test files.
29
29
  .TP
30
30
  \fI...\fP
31
31
  This program accepts
32
- .BR tork\-engine (1)
32
+ .BR tork-engine (1)
33
33
  commands and delegates them accordingly.
34
34
  .PP
35
35
  When
36
- .BR tork\-herald (1)
36
+ .BR tork-herald (1)
37
37
  reports that a file belonging to the test execution
38
38
  overhead has been modified, this program replaces
39
- .BR tork\-master (1)
39
+ .BR tork-master (1)
40
40
  with a new
41
41
  instance, which then absorbs the modified test execution overhead into itself.
42
42
  .PP
@@ -45,7 +45,7 @@ its standard output stream to provide notifications about its activity:
45
45
  .TP
46
46
  \fB\fC["over",\fR \fIoverhead_file\fP\fB\fC]\fR
47
47
  The test execution overhead is currently being reabsorbed, by replacing
48
- .BR tork\-master (1)
48
+ .BR tork-master (1)
49
49
  with a new instance, because \fIoverhead_file\fP has changed.
50
50
  .SH OPTIONS
51
51
  .TP
@@ -65,7 +65,7 @@ These configuration files are loaded just before \fI.tork.rb\fP is loaded.
65
65
  .SH SEE ALSO
66
66
  .PP
67
67
  .BR tork (1),
68
- .BR tork\-herald (1),
69
- .BR tork\-driver (1),
70
- .BR tork\-engine (1),
71
- .BR tork\-master (1)
68
+ .BR tork-herald (1),
69
+ .BR tork-driver (1),
70
+ .BR tork-engine (1),
71
+ .BR tork-master (1)
@@ -1,8 +1,8 @@
1
- .TH TORK\-ENGINE 1 2012\-09\-26 18.2.3
1
+ .TH TORK\-ENGINE 1 2012\-10\-10 18.2.4
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-engine \- wraps
5
- .BR tork\-master (1)
5
+ .BR tork-master (1)
6
6
  with bookkeeping
7
7
  .SH SYNOPSIS
8
8
  .PP
@@ -10,19 +10,19 @@ with bookkeeping
10
10
  .SH DESCRIPTION
11
11
  .PP
12
12
  This program tells
13
- .BR tork\-master (1)
13
+ .BR tork-master (1)
14
14
  to run your tests and keeps track of test
15
15
  results. It reads the following single\-line commands (JSON arrays) from its
16
16
  standard input stream and performs the respective actions as described below.
17
17
  It also funnels the standard output stream of
18
- .BR tork\-master (1)
18
+ .BR tork-master (1)
19
19
  into its own.
20
20
  .TP
21
21
  \fB\fC["reabsorb_overhead",\fR \fIpaths\fP\fB\fC,\fR \fIfiles\fP\fB\fC]\fR
22
22
  Stops any test files that are currently running, reabsorbs the given test
23
23
  execution overhead, and resumes running those interrupted test files. See
24
24
  the "load" command in
25
- .BR tork\-master (1)
25
+ .BR tork-master (1)
26
26
  for more information.
27
27
  .TP
28
28
  \fB\fC["run_test_file"\fR, \fItest_file\fP\fB\fC,\fR \fIline_numbers\fP\fB\fC]\fR
@@ -60,7 +60,7 @@ These configuration files are loaded just before \fI.tork.rb\fP is loaded.
60
60
  .SH SEE ALSO
61
61
  .PP
62
62
  .BR tork (1),
63
- .BR tork\-herald (1),
64
- .BR tork\-driver (1),
65
- .BR tork\-engine (1),
66
- .BR tork\-master (1)
63
+ .BR tork-herald (1),
64
+ .BR tork-driver (1),
65
+ .BR tork-engine (1),
66
+ .BR tork-master (1)
@@ -1,4 +1,4 @@
1
- .TH TORK\-HERALD 1 2012\-09\-26 18.2.3
1
+ .TH TORK\-HERALD 1 2012\-10\-10 18.2.4
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-herald \- reports modified files
@@ -17,7 +17,7 @@ Show this help manual.
17
17
  .SH SEE ALSO
18
18
  .PP
19
19
  .BR tork (1),
20
- .BR tork\-herald (1),
21
- .BR tork\-driver (1),
22
- .BR tork\-engine (1),
23
- .BR tork\-master (1)
20
+ .BR tork-herald (1),
21
+ .BR tork-driver (1),
22
+ .BR tork-engine (1),
23
+ .BR tork-master (1)
@@ -1,4 +1,4 @@
1
- .TH TORK\-MASTER 1 2012\-09\-26 18.2.3
1
+ .TH TORK\-MASTER 1 2012\-10\-10 18.2.4
2
2
  .SH NAME
3
3
  .PP
4
4
  tork\-master \- absorbs overhead and runs tests
@@ -60,7 +60,7 @@ These configuration files are loaded just before \fI.tork.rb\fP is loaded.
60
60
  .SH SEE ALSO
61
61
  .PP
62
62
  .BR tork (1),
63
- .BR tork\-herald (1),
64
- .BR tork\-driver (1),
65
- .BR tork\-engine (1),
66
- .BR tork\-master (1)
63
+ .BR tork-herald (1),
64
+ .BR tork-driver (1),
65
+ .BR tork-engine (1),
66
+ .BR tork-master (1)
@@ -1,4 +1,4 @@
1
- .TH TORK 1 2012\-09\-26 18.2.3
1
+ .TH TORK 1 2012\-10\-10 18.2.4
2
2
  .SH NAME
3
3
  .PP
4
4
  tork \- Continuous testing tool for Ruby
@@ -8,7 +8,7 @@ tork \- Continuous testing tool for Ruby
8
8
  .SH DESCRIPTION
9
9
  .PP
10
10
  This program is a simple command\-line user interface for
11
- .BR tork\-driver (1).
11
+ .BR tork-driver (1).
12
12
  It
13
13
  loads the given \fICONFIG\fP files (which are either paths to actual files or
14
14
  names of helper libraries in the tork/config/ namespace of Ruby's load path)
@@ -21,6 +21,6 @@ Show this help manual.
21
21
  .SH SEE ALSO
22
22
  .PP
23
23
  .BR tork (1),
24
- .BR tork\-driver (1),
25
- .BR tork\-master (1),
26
- .BR tork\-herald (1)
24
+ .BR tork-driver (1),
25
+ .BR tork-master (1),
26
+ .BR tork-herald (1)
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.add_runtime_dependency 'binman', '~> 3.0'
22
22
  s.add_runtime_dependency 'json', '>= 1.6.1', '< 2.0'
23
- s.add_runtime_dependency 'listen', '~> 0.4.7'
24
- s.add_runtime_dependency 'diff-lcs', '>= 1.1.2', '< 2.0'
23
+ s.add_runtime_dependency 'listen', '~> 0.5'
24
+ s.add_runtime_dependency 'diff-lcs', '~> 1.1'
25
25
  s.add_development_dependency 'md2man', '~> 1.0'
26
- s.add_development_dependency 'rake', '>= 0.9.2.2', '< 1.0'
26
+ s.add_development_dependency 'rake', '~> 0.9.2.2'
27
27
  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: 18.2.3
4
+ version: 18.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-27 00:00:00.000000000 Z
13
+ date: 2012-10-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: binman
@@ -57,7 +57,7 @@ dependencies:
57
57
  requirements:
58
58
  - - ~>
59
59
  - !ruby/object:Gem::Version
60
- version: 0.4.7
60
+ version: '0.5'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
@@ -65,29 +65,23 @@ dependencies:
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: 0.4.7
68
+ version: '0.5'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: diff-lcs
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
- - - ! '>='
75
- - !ruby/object:Gem::Version
76
- version: 1.1.2
77
- - - <
74
+ - - ~>
78
75
  - !ruby/object:Gem::Version
79
- version: '2.0'
76
+ version: '1.1'
80
77
  type: :runtime
81
78
  prerelease: false
82
79
  version_requirements: !ruby/object:Gem::Requirement
83
80
  none: false
84
81
  requirements:
85
- - - ! '>='
86
- - !ruby/object:Gem::Version
87
- version: 1.1.2
88
- - - <
82
+ - - ~>
89
83
  - !ruby/object:Gem::Version
90
- version: '2.0'
84
+ version: '1.1'
91
85
  - !ruby/object:Gem::Dependency
92
86
  name: md2man
93
87
  requirement: !ruby/object:Gem::Requirement
@@ -109,23 +103,17 @@ dependencies:
109
103
  requirement: !ruby/object:Gem::Requirement
110
104
  none: false
111
105
  requirements:
112
- - - ! '>='
106
+ - - ~>
113
107
  - !ruby/object:Gem::Version
114
108
  version: 0.9.2.2
115
- - - <
116
- - !ruby/object:Gem::Version
117
- version: '1.0'
118
109
  type: :development
119
110
  prerelease: false
120
111
  version_requirements: !ruby/object:Gem::Requirement
121
112
  none: false
122
113
  requirements:
123
- - - ! '>='
114
+ - - ~>
124
115
  - !ruby/object:Gem::Version
125
116
  version: 0.9.2.2
126
- - - <
127
- - !ruby/object:Gem::Version
128
- version: '1.0'
129
117
  description: Runs your tests as they change, in parallel.
130
118
  email:
131
119
  - sunaku@gmail.com
@@ -185,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
173
  version: '0'
186
174
  segments:
187
175
  - 0
188
- hash: 2002680833994737282
176
+ hash: 3151820321944802472
189
177
  required_rubygems_version: !ruby/object:Gem::Requirement
190
178
  none: false
191
179
  requirements:
@@ -194,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
182
  version: '0'
195
183
  segments:
196
184
  - 0
197
- hash: 2002680833994737282
185
+ hash: 3151820321944802472
198
186
  requirements: []
199
187
  rubyforge_project:
200
188
  rubygems_version: 1.8.23