macros4cuke 0.4.04 → 0.4.05
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/.travis.yml +1 -0
- data/CHANGELOG.md +5 -0
- data/LICENSE.txt +1 -1
- data/README.md +2 -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
|
+
ZTQzOWU1OGZlY2EyMjI2NDIxNmZjNTI3NjQ5Y2Q2MWFiN2Y2M2UwZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjNjMThlMjg0ODkxYmE4MmRhNTA3ZDQxOWE5ODNlZDA5YjU3ODFmNA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDM1MDVhZWIyNzc2MDg2OGMzZTFhZjY0ZWI1NzdhNWE5NjczNmMxNDdjZDBi
|
|
10
|
+
ODdiNmM2ZjViYWU2MmE0MGM2YjE0MTNkNDMyOWMxOWYxYzYyNmYxMjQ1N2U1
|
|
11
|
+
Nzg3MmUyYTJmZDMxYjczNDFiOWNiM2MxYmUxZjViYzVkYjkyMzc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODI0MWNkZjhlYWRhOWJiZmRlMDdiN2ExZWIyNTdlZDMyOGYwMTUzOGI2N2Q5
|
|
14
|
+
MzEzMWEzZDk2ODk1YTRjZDNiZjA4ODBkMDllMjZiYzM3NWY4YmIxODEyNWRi
|
|
15
|
+
N2RiZWFmOTliMDdlMWU0ZDYyMjY2ZDIyM2YyMmJlMzUzODJjZTY=
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
### 0.4.05 / 2014-01-14
|
|
2
|
+
* [CHANGE] File `.travis.yml`: Added Ruby MRI 2.1.0 to Travis CI
|
|
3
|
+
* [CHANGE] File `README.md`: Added sentence explaining where list of macro. defs is placed.
|
|
4
|
+
* [CHANGE] File `LICENSE.txt`: Added 2014 to copyright year.
|
|
5
|
+
|
|
1
6
|
### 0.4.04 / 2013-12-28
|
|
2
7
|
* [CHANGE] File `.rubocop.yml`: Updated for Rubocop 0.16. Cop CaseIndentation is now enabled and uses parameters
|
|
3
8
|
* [CHANGE] File `engine.rb`: Updated indentation in case statement to comply to latest Rubocop config file.
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -449,7 +449,8 @@ This specialized step has the following syntax:
|
|
|
449
449
|
|
|
450
450
|
Where `all_macros.feature` is a feature file that will be generated when Cucumber
|
|
451
451
|
terminates. The resulting feature file lists all the macros (one per scenario) in
|
|
452
|
-
the familiar Gherkin syntax.
|
|
452
|
+
the familiar Gherkin syntax. The file is placed in the current directory (i.e. the directory where
|
|
453
|
+
Cucumber was launched).
|
|
453
454
|
|
|
454
455
|
|
|
455
456
|
|
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.4.
|
|
4
|
+
version: 0.4.05
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dimitri Geshef
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-01-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|