pact-provider-verifier 1.20.0 → 1.21.0
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 +9 -0
- data/lib/pact/provider_verifier/app.rb +1 -1
- data/lib/pact/provider_verifier/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9b025708d15dd7bb5a024b9ba8f2eb9d873fb362220bc42c75c77e37736cf46
|
|
4
|
+
data.tar.gz: 6c58cbcfcde8e978c8c0dae9631e96b9998d14166c48571622a70005cabad1eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53d99e77b06e646faa1918402ea354afffdf33fd081688273e61a6a7d0a996f446dd09213c5a8633b69832e2f19028aa868456c051f88c671e2c188c349c5f59
|
|
7
|
+
data.tar.gz: 1d52cf9bd35b8d0880f920de3dedc3de647360c509960cc66087f83b6e1d7271e56279e4335140b215a7ff5d1b6f3189b7a55e58ea76df54d7040789e9333802
|
data/CHANGELOG.md
CHANGED
|
@@ -164,7 +164,7 @@ module Pact
|
|
|
164
164
|
end
|
|
165
165
|
|
|
166
166
|
def all_pact_urls
|
|
167
|
-
http_client_options = { username: options.broker_username, password: options.broker_password }
|
|
167
|
+
http_client_options = { username: options.broker_username, password: options.broker_password, verbose: options.verbose }
|
|
168
168
|
AggregatePactConfigs.call(pact_urls, options.provider, consumer_version_tags, options.pact_broker_base_url, http_client_options)
|
|
169
169
|
end
|
|
170
170
|
|
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.
|
|
4
|
+
version: 1.21.0
|
|
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: 2018-
|
|
12
|
+
date: 2018-11-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -57,22 +57,22 @@ dependencies:
|
|
|
57
57
|
name: faraday
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
|
-
- - "~>"
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: '0.9'
|
|
63
60
|
- - ">="
|
|
64
61
|
- !ruby/object:Gem::Version
|
|
65
62
|
version: 0.9.0
|
|
63
|
+
- - "~>"
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
version: '0.9'
|
|
66
66
|
type: :runtime
|
|
67
67
|
prerelease: false
|
|
68
68
|
version_requirements: !ruby/object:Gem::Requirement
|
|
69
69
|
requirements:
|
|
70
|
-
- - "~>"
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
version: '0.9'
|
|
73
70
|
- - ">="
|
|
74
71
|
- !ruby/object:Gem::Version
|
|
75
72
|
version: 0.9.0
|
|
73
|
+
- - "~>"
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0.9'
|
|
76
76
|
- !ruby/object:Gem::Dependency
|
|
77
77
|
name: faraday_middleware
|
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -325,7 +325,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
325
325
|
version: '0'
|
|
326
326
|
requirements: []
|
|
327
327
|
rubyforge_project:
|
|
328
|
-
rubygems_version: 2.7.
|
|
328
|
+
rubygems_version: 2.7.8
|
|
329
329
|
signing_key:
|
|
330
330
|
specification_version: 4
|
|
331
331
|
summary: Provides a Pact verification service for use with Pact
|