fast_rake 0.2.1 → 0.2.2
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/lib/fast_rake/fast_runner.rb +1 -1
- data/lib/fast_rake/version.rb +1 -1
- metadata +4 -4
@@ -133,7 +133,7 @@ class FastRake::FastRunner
|
|
133
133
|
end
|
134
134
|
|
135
135
|
def puts_failed
|
136
|
-
put_w_time "#{
|
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)
|
data/lib/fast_rake/version.rb
CHANGED
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jonathan Ricketson
|
@@ -52,7 +52,7 @@ licenses: []
|
|
52
52
|
post_install_message:
|
53
53
|
rdoc_options:
|
54
54
|
- --title
|
55
|
-
- fast_rake-0.2.
|
55
|
+
- fast_rake-0.2.2 Documentation
|
56
56
|
require_paths:
|
57
57
|
- lib
|
58
58
|
required_ruby_version: !ruby/object:Gem::Requirement
|