brake 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +3 -0
  2. data/lib/brake.rb +1 -1
  3. metadata +1 -1
data/README CHANGED
@@ -77,4 +77,7 @@ Ben - Error checking on screen and position
77
77
  Ben - Brake passes a hash of arguments to the rake task
78
78
  Ben - Cucumber options added and task iterations
79
79
 
80
+ 0.3.0
81
+ Ben - Format was missing the layout definition in the options parser
82
+
80
83
  END
data/lib/brake.rb CHANGED
@@ -79,7 +79,7 @@ class Brake
79
79
  opts.on("-v", "--verbose", "Bool: Show the files and features loaded" ) do |opt|
80
80
  @arguments[:verbose] = "--verbose"
81
81
  end
82
- opts.on("-f", "--format", String, "String: How to format the features (Default: pretty)" ) do |opt|
82
+ opts.on("-f", "--format pretty", String, "String: How to format the features (Default: pretty)" ) do |opt|
83
83
  @arguments[:format] = "--format #{opt}"
84
84
  end
85
85
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: