cucumber-slice 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,9 +26,9 @@ module CucumberSlice
26
26
  > $ cucumber-slice list --since a3989b6 --features "project/features"
27
27
 
28
28
  LONGDESC
29
- option :since, :type => :string, :default => "HEAD", :banner => "REV"
30
- option :all, :type => :boolean, :default => false
31
- option :features, :default => "features", :aliases => ["f"]
29
+ method_option :since, :type => :string, :default => "HEAD", :banner => "REV"
30
+ method_option :all, :type => :boolean, :default => false
31
+ method_option :features, :default => "features", :aliases => ["f"]
32
32
  def list
33
33
  require 'cucumber_slice/lists_features'
34
34
  features = ListsFeatures.new(options[:features], options[:since], !!options[:all])
@@ -1,3 +1,3 @@
1
1
  module CucumberSlice
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-slice
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Searls