cucumber-rest-bdd 0.4.1 → 0.4.2.pre.112
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/Dockerfile +1 -1
- data/cucumber-rest-bdd.gemspec +1 -1
- data/features/response.feature +1 -1
- data/lib/cucumber-rest-bdd/types.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d327bcea89dc715e5d51be0c9fbe49c9674fb40
|
|
4
|
+
data.tar.gz: b958e42b895257ae7589cc25ad0c6cb3a34e8104
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e527191b76a223c649ec6abc1f4a2029a964fe2777166b15a95e2f00962e5f70e781270e1699f409502b86d26c1aef017f9782492c40f6d4ce5ec4f710517166
|
|
7
|
+
data.tar.gz: 48c068cc270eae2e0c745f73c827e460baf04270905d708af08868cf63564d3a04800e6f06c4c22f9b495dcc2e8aa177911748e50b201bf9e71b957c520092e7
|
data/Dockerfile
CHANGED
data/cucumber-rest-bdd.gemspec
CHANGED
data/features/response.feature
CHANGED
|
@@ -49,7 +49,7 @@ Feature: Dealing with sub objects
|
|
|
49
49
|
| attribute | type | value |
|
|
50
50
|
| title | string | sunt aut facere repellat provident occaecati excepturi optio reprehenderit |
|
|
51
51
|
| body | string | quia et suscipit\\nsuscipit recusandae consequuntur expedita et cum\\nreprehenderit molestiae ut ut quas totam\\nnostrum rerum est autem sunt rem eveniet architecto |
|
|
52
|
-
And the response has
|
|
52
|
+
And the response has 1 comment with attributes:
|
|
53
53
|
| attribute | type | value |
|
|
54
54
|
| name | string | id labore ex et quam laborum |
|
|
55
55
|
| email | string | Eliseo@gardner.biz |
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-rest-bdd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2.pre.112
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harry Bragg
|
|
@@ -104,9 +104,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- - "
|
|
107
|
+
- - ">"
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: 1.3.1
|
|
110
110
|
requirements: []
|
|
111
111
|
rubyforge_project:
|
|
112
112
|
rubygems_version: 2.4.8
|