shindo 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/shindo.rb +1 -0
- data/shindo.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.17
|
data/lib/shindo.rb
CHANGED
@@ -184,6 +184,7 @@ module Shindo
|
|
184
184
|
end
|
185
185
|
method << "! #{error.message} (#{error.class})"
|
186
186
|
@annals.unshift(:file => file, :line => line.to_i, :method => method)
|
187
|
+
@formatador.display_line("[red]#{error.message} (#{error.class})[/]")
|
187
188
|
end
|
188
189
|
@success = @success && success
|
189
190
|
if success
|
data/shindo.gemspec
CHANGED