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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40aec54d6032b2a63f96e834a0308e98f6093af635bf5450b6575d05eb7a8549
4
- data.tar.gz: f445fbe3035fc931018214d5bad5f8e616e8dda0ba682a8051081505503796a6
3
+ metadata.gz: 28573f8fe893fbf9a191616d9bdeee07eba3dbf3202eda14695299f31225eb88
4
+ data.tar.gz: b7bcc78dde971c1108b4880d4ed286000ce7a8b2a3f0bb55f49069e9c177a534
5
5
  SHA512:
6
- metadata.gz: 6d9941c91fed0ca20106fc24077c20556ea3757aa3ca176718e50d1c903e5d6608620c5160916c5396908e30ecd01fa58e4c4a1e25654cbbe26cfaf1da312c61
7
- data.tar.gz: 1317675953ae4ebecaa9c289deac2a7f09fda5ef3778f6dfada6651d5bc52a49ae5629fa8b55b63ea1d0755942be26b151ec0ad0a7ac6687d1f8b5bb77f2e036
6
+ metadata.gz: 11715e836ed1ad1262a9c782be06db924ade279fe51d4ef3edecd077f2ad173de0f02dc2e71f23beb3c4e2b73d2d161df0e7c6d945de02fa77504699d6449e40
7
+ data.tar.gz: d873504497c993e66a07a5bc8317f137dd2ad7c97f6ff27966c2c7e6012b215278f684a2d76e98e7dfd6ea6320232370249636b013eacade527910f6dee80648
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ <a name="v1.35.1"></a>
2
+ ### v1.35.1 (2021-07-01)
3
+
4
+ #### Bug Fixes
5
+
6
+ * exit with correct exit code on failure ([a8a2144](/../../commit/a8a2144))
7
+
1
8
  <a name="v1.35.0"></a>
2
9
  ### v1.35.0 (2021-03-20)
3
10
 
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/documentation/provider_states.html) should you need them
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/documentation/provider_states.html) for an introduction to provider states.
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
 
@@ -125,7 +125,7 @@ module Pact
125
125
  exit 1
126
126
  end
127
127
 
128
- def exit_on_failure?
128
+ def self.exit_on_failure?
129
129
  true
130
130
  end
131
131
  end
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module ProviderVerifier
3
- VERSION = "1.35.0"
3
+ VERSION = "1.35.1"
4
4
  end
5
5
  end
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.0
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-03-29 00:00:00.000000000 Z
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.15
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