cucumber-api 0.7 → 0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 58a6004ffba95c36be83a6387b5cccb7ef4ffd02
4
- data.tar.gz: 7533b5f37df30a1688ac9771c7a62d45bbf16bcb
2
+ SHA256:
3
+ metadata.gz: fbd5a42ce1e58be266e72a9ef14c57050a3095badf920e0de6ac12f411e35a72
4
+ data.tar.gz: 9eac80341c0eadaf45d5adfa87b72ce2852a8e02201851055f74d750b106257f
5
5
  SHA512:
6
- metadata.gz: d17fce9a70de89976349b12b9d412d736b30737f5f8f6fea6d2d70d3d5b9782c0b76925bdf529eba90e7b00dfe054a6cadd7c927b7c58526eff5da122f56d96c
7
- data.tar.gz: 614efc58ed2d28cb8f94cb4117f77d8ae5c04c6a650d7b71cea5f39e0e086651cbdf5434f50a2a409aacfa7a76e41acbea644002d958bd3804883143f1278c6b
6
+ metadata.gz: 802f90159a95ac6bdaf0adfc82cdaf6fdb5d18da457aba8fbf9d61e7b78a39b1cabe7ee4523eab0526544c1be8642ba3cf2c16b28a23b5f16ff1fd2e9f45c17b
7
+ data.tar.gz: da591efd35bb2a4480cac6d638b45d6ba6689737480938f2d618e07bb7f168b0e6ae7aa416f44a9ed074a318cc275829a783949911efb73f218de4d697bd1307
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
 
3
- ## [Current](https://github.com/hidroh/cucumber-api/compare/0.6...master)
3
+ ## [Current](https://github.com/hidroh/cucumber-api/compare/0.7...master)
4
+
5
+ ## [0.7](https://github.com/hidroh/cucumber-api/compare/0.6...0.7) (Aug 29, 2018)
6
+ * Allow clearing GET response cache #25
4
7
 
5
8
  ## [0.6](https://github.com/hidroh/cucumber-api/compare/0.5...0.6) (May 08, 2018)
6
9
  * Allow headers to use grabbed values #24
@@ -146,8 +146,7 @@ Then(/^the JSON response should follow "(.*?)"$/) do |schema|
146
146
  $!.fragments, $!.failed_attribute, $!.schema)
147
147
  end
148
148
  else
149
- puts %/WARNING: missing schema '#{file_path}'/
150
- pending
149
+ raise %/Schema not found: '#{file_path}'/
151
150
  end
152
151
  end
153
152
 
@@ -1,3 +1,3 @@
1
1
  module CucumberApi
2
- VERSION = "0.7"
2
+ VERSION = "0.8"
3
3
  end
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.7'
4
+ version: '0.8'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ha Duy Trung
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-29 00:00:00.000000000 Z
11
+ date: 2021-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -108,7 +108,7 @@ homepage: https://github.com/hidroh/cucumber-api
108
108
  licenses:
109
109
  - Apache-2.0
110
110
  metadata: {}
111
- post_install_message:
111
+ post_install_message:
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib
@@ -123,9 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubyforge_project:
127
- rubygems_version: 2.2.2
128
- signing_key:
126
+ rubygems_version: 3.2.3
127
+ signing_key:
129
128
  specification_version: 4
130
129
  summary: API validator with Cucumber
131
130
  test_files: []