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.
- data/lib/cucumber_slice/cli.rb +3 -3
- data/lib/cucumber_slice/version.rb +1 -1
- metadata +3 -3
data/lib/cucumber_slice/cli.rb
CHANGED
@@ -26,9 +26,9 @@ module CucumberSlice
|
|
26
26
|
> $ cucumber-slice list --since a3989b6 --features "project/features"
|
27
27
|
|
28
28
|
LONGDESC
|
29
|
-
|
30
|
-
|
31
|
-
|
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])
|
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Searls
|