fast_rake 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,11 +129,11 @@ class FastRake::FastRunner
129
129
  return if @children.length == 0
130
130
  child_names = @children.values.collect { |v| v[:name] }
131
131
  outstanding = [current_task[:name], child_names, @tasks].flatten
132
- put_w_time "#{YELLOW}Rerun only the remaining tasks with: ['#{outstanding.join(' ')}']#{RESET}"
132
+ put_w_time "#{YELLOW}Rerun only the remaining tasks with: [,'#{outstanding.join(' ')}']#{RESET}"
133
133
  end
134
134
 
135
135
  def puts_failed
136
- put_w_time "#{RED}Rerun only the failed tasks with: ['#{@failed_tasks.join(' ')}']#{RESET}"
136
+ put_w_time "#{RED}Rerun only the failed tasks with: [,'#{@failed_tasks.join(' ')}']#{RESET}"
137
137
  end
138
138
 
139
139
  def wait_for_task_with_timeout(pid, timeout=5)
@@ -173,6 +173,7 @@ class FastRake::FastRunner
173
173
  put_w_time "#{RED}[#{task[:name]}] Task failed. Output is in #{output_path}#{RESET}"
174
174
  @failed_tasks << task[:name]
175
175
  @failed = true
176
+ puts_still_running
176
177
  start_some_children
177
178
  end
178
179
  end
@@ -1,6 +1,6 @@
1
1
  module FastRake
2
2
  VERSION_MAJOR = 0
3
3
  VERSION_MINOR = 2
4
- VERSION_PATCH = 3
4
+ VERSION_PATCH = 4
5
5
  VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH].join('.')
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_rake
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonathan Ricketson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-09-09 00:00:00 Z
18
+ date: 2012-09-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: gemma
@@ -52,7 +52,7 @@ licenses: []
52
52
  post_install_message:
53
53
  rdoc_options:
54
54
  - --title
55
- - fast_rake-0.2.3 Documentation
55
+ - fast_rake-0.2.4 Documentation
56
56
  require_paths:
57
57
  - lib
58
58
  required_ruby_version: !ruby/object:Gem::Requirement