macros4cuke 0.5.10 → 0.5.11
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/macros4cuke/constants.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Njc4YjE5MzM3NWZlZGVkYjQ1M2U3YzJkZjJkY2M1YjNmNWViZTZmNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWMwZmQ4NzRhOGRlY2U4MWZlMThmZmMwODczMmUyYTljMTc5MjI5MA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmMwNzhhMWIwNTFkZGVkZWEzYTk2YWM3YjgwNmJjMzEyODg4Y2JlMzg2ZmMw
|
|
10
|
+
NWUyNDAzNTdiMjA1YTE3OWJkOTFkYjkzMmQyOTg0ZDBhNzMyZjViMjhlYjc1
|
|
11
|
+
YTFmMTA5MWY4ZDZhZGZlMDI4ODBkMmY3NTY4ZGEzMGNhZDY2YTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjJhZTEyNGE3MTBhZmU1MWY5MDBjZTM5OTg4M2NiNDhiNzE2MzY2ZTQ1ODE1
|
|
14
|
+
ZTY4MGEwMjg0OGZmZDc3N2M5NTQ1YjVjMWM2MzI3MzM3ZWQxMmViYzJmYzU4
|
|
15
|
+
ZmFmMzllZWYwNzY1OTFiMTgxNDY3OWRlOTI1MmYzYjhjZGQ2NjI=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
### 0.5.11 / 2015-03-26
|
|
2
|
+
* [TEST] Regression tests with Cucumber 2.0.0: all pass, no code change required
|
|
3
|
+
* [CHANGE] File `README.md` Mention that _Macros4Cuke_ works with Cucumber 2.0.0
|
|
4
|
+
|
|
1
5
|
### 0.5.10 / 2015-03-26
|
|
2
6
|
* [CHANGE] Minimal code layout reformat in `CollWalkerFactory#build_walker` to please Rubocop 0.29.1
|
|
3
7
|
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ __Macros4Cuke__ is a Cucumber extension that adds a macro facility for your Cucu
|
|
|
15
15
|
All this can be done directly in your feature files without programming step definitions.
|
|
16
16
|
|
|
17
17
|
### Highlights ###
|
|
18
|
-
* Works with out-of-the-box Cucumber
|
|
18
|
+
* Works with out-of-the-box Cucumber (including version 2.0.0!)
|
|
19
19
|
* Simple installation and setup (no programming required),
|
|
20
20
|
* Familiar syntax for macro-step definitions,
|
|
21
21
|
* Substep sequence can be of arbitrary length,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: macros4cuke
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dimitri Geshef
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|