guard-cucumber 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 361015c52734047fccfc7238133810df2db55514
4
- data.tar.gz: ac2cc0cbc96e3d197566389a852f3d79780e4a6e
3
+ metadata.gz: d297a1a36c35059714e88d59882d8fa8efae7843
4
+ data.tar.gz: 319a4d2d241076c7db0389ee4c063585bc2bec45
5
5
  SHA512:
6
- metadata.gz: ede278da59d344250d57f24da1a5bf5c987702ea8b7a07688ad17478f8b5ba578b78d0da482f623870f0dc56f765ef689b82c11c27635e3e2a40aa4198ccf02a
7
- data.tar.gz: 811749cf80b8acb2eec4a61b533331193f497145a94842c0d9c798c04281992ca534f8c1fb23e6124f84adc2845e1462e6a25edf16953988c5eff9753efc4334
6
+ metadata.gz: b1f72a8ffaa308826d1c0dfe1765d54a6497abf1656568ceb1cac33f571604283c59c0dffa8bf40626407563a34ffab55e5eb0e26c31f3015dc66163eb265ed4
7
+ data.tar.gz: 7e4e85b6ea7a8e4d48b64d84cb8f178a87bc8e4ce0d1e60930538ba506142768a2c261a6fbfab16721aea25d803cc04dcaddd6065eaacfb74615b5717f0dabc3
@@ -12,6 +12,9 @@ module Guard
12
12
  attr_accessor :last_failed, :failed_path
13
13
 
14
14
  KNOWN_OPTIONS = %w(
15
+ cmd
16
+ cmd_additional_args
17
+
15
18
  all_after_pass
16
19
  all_on_start
17
20
  keep_failed
@@ -36,6 +39,8 @@ module Guard
36
39
  # pass
37
40
  # @option options [Boolean] :run_all run override any option when running
38
41
  # all specs
42
+ # @option options [Boolean] :cmd the command to run
43
+ # @option options [Boolean] :cmd_additional_args additional args to append
39
44
  #
40
45
  def initialize(options = {})
41
46
  super(options)
@@ -1,6 +1,6 @@
1
1
  module Guard
2
2
  module CucumberVersion
3
3
  # Guard::Cucumber version that is used for the Gem specification
4
- VERSION = "2.1.0".freeze
4
+ VERSION = "2.1.1".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cezary Baginski