specdown 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +4 -0
- data/VERSION +1 -1
- data/lib/specdown/command/option_parser.rb +1 -1
- metadata +3 -3
data/CHANGELOG.markdown
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
@@ -36,7 +36,7 @@ module Specdown
|
|
36
36
|
end
|
37
37
|
end
|
38
38
|
|
39
|
-
opts.on '-f', '--format=short|condensed', [:short, :condensed], 'length and style of output. Defaults to "short".' do
|
39
|
+
opts.on '-f', '--format=short|condensed', [:short, :condensed], 'length and style of output. Defaults to "short".' do |format|
|
40
40
|
Specdown::Config.format = format
|
41
41
|
end
|
42
42
|
|
metadata
CHANGED