cucumber-api 0.5 → 0.6
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 +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/cucumber-api/steps.rb +1 -1
- data/lib/cucumber-api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7392b8644d8388d322683235667d3d187c5a23f2
|
|
4
|
+
data.tar.gz: 2f9f4d4d4d2364fcd6ea7e4e134aecd5a36c4757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efe05026c75a06809c9d7e44652c6038ee984a5dc56d3ebf2780c354524c481bbae165bcf91359704eaac959a712e4d7c6ff6b7a29c36e5980618482d8d20847
|
|
7
|
+
data.tar.gz: b88b5bbf06f9aab8df365b599caefe0f3d37fc8fcbbbb31dae854ac29396ee8a27ab66c0591edd0bc091fe77672b4b9e692d43546b8f4a1c7ba2984ed2188b4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [Current](https://github.com/hidroh/cucumber-api/compare/0.
|
|
3
|
+
## [Current](https://github.com/hidroh/cucumber-api/compare/0.6...master)
|
|
4
|
+
|
|
5
|
+
## [0.6](https://github.com/hidroh/cucumber-api/compare/0.5...0.6) (May 08, 2018)
|
|
6
|
+
* Allow headers to use grabbed values #24
|
|
7
|
+
|
|
8
|
+
## [0.5](https://github.com/hidroh/cucumber-api/compare/0.4...0.5) (January 26, 2018)
|
|
9
|
+
* Bump up dependencies, requires min Ruby version 2.3.0
|
|
10
|
+
* Fix bug where grabbed values are not shared #11
|
|
4
11
|
|
|
5
12
|
## [0.4](https://github.com/hidroh/cucumber-api/compare/0.3...0.4) (November 03, 2016)
|
|
6
13
|
* Support additional request headers
|
data/lib/cucumber-api/steps.rb
CHANGED
data/lib/cucumber-api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.6'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ha Duy Trung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|