guard-cucumber 0.7.2 → 0.7.3
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.
- data/README.md +1 -1
- data/lib/guard/cucumber.rb +1 -1
- data/lib/guard/cucumber/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -116,7 +116,7 @@ something like this:
|
|
|
116
116
|
|
|
117
117
|
guard: --format progress --strict --tags ~@wip
|
|
118
118
|
|
|
119
|
-
Now you want to make guard-cucumber use that profile by passing
|
|
119
|
+
Now you want to make guard-cucumber use that profile by passing `--profile guard` to the `:cli`.
|
|
120
120
|
|
|
121
121
|
## Cucumber with Spork
|
|
122
122
|
|
data/lib/guard/cucumber.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-cucumber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 0.7.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.7.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Kessler
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-10-
|
|
18
|
+
date: 2011-10-14 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: guard
|