pact-provider-verifier 1.35.0 → 1.35.1
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 +7 -0
- data/README.md +2 -2
- data/lib/pact/provider_verifier/cli/verify.rb +1 -1
- data/lib/pact/provider_verifier/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28573f8fe893fbf9a191616d9bdeee07eba3dbf3202eda14695299f31225eb88
|
|
4
|
+
data.tar.gz: b7bcc78dde971c1108b4880d4ed286000ce7a8b2a3f0bb55f49069e9c177a534
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11715e836ed1ad1262a9c782be06db924ade279fe51d4ef3edecd077f2ad173de0f02dc2e71f23beb3c4e2b73d2d161df0e7c6d945de02fa77504699d6449e40
|
|
7
|
+
data.tar.gz: d873504497c993e66a07a5bc8317f137dd2ad7c97f6ff27966c2c7e6012b215278f684a2d76e98e7dfd6ea6320232370249636b013eacade527910f6dee80648
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ binary-like CLI tool.
|
|
|
10
10
|
|
|
11
11
|
* Verify Pacts against Pacts published to an http endpoint, such as a [Pact Broker](https://github.com/pact-foundation/pact_broker)
|
|
12
12
|
* Verify local `*.json` Pacts on the file system
|
|
13
|
-
* Works with Pact [provider states](https://docs.pact.io/
|
|
13
|
+
* Works with Pact [provider states](https://docs.pact.io/getting_started/provider_states) should you need them
|
|
14
14
|
* Publishes the verification results back to the pact broker if the pact was retrieved from a broker.
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
@@ -161,7 +161,7 @@ Modification of the request headers is sometimes necessary, but be aware that an
|
|
|
161
161
|
|
|
162
162
|
### API with Provider States
|
|
163
163
|
|
|
164
|
-
Read the [Provider States section on docs.pact.io](https://docs.pact.io/
|
|
164
|
+
Read the [Provider States section on docs.pact.io](https://docs.pact.io/getting_started/provider_states) for an introduction to provider states.
|
|
165
165
|
|
|
166
166
|
To allow the correct data to be set up before each interaction is replayed, you will need to create a dev/test only HTTP endpoint that accepts a JSON document that looks like:
|
|
167
167
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact-provider-verifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.35.
|
|
4
|
+
version: 1.35.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Fellows
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-06-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -342,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
- !ruby/object:Gem::Version
|
|
343
343
|
version: '0'
|
|
344
344
|
requirements: []
|
|
345
|
-
rubygems_version: 3.2.
|
|
345
|
+
rubygems_version: 3.2.21
|
|
346
346
|
signing_key:
|
|
347
347
|
specification_version: 4
|
|
348
348
|
summary: Provides a Pact verification service for use with Pact
|