pact-mock_service 3.0.1 → 3.1.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/mock_service/version.rb +1 -1
- data/lib/pact/stub_service/cli.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea990f9ccc591d87bce5e0ea15bb3a5a3f337899acb2841d3066b01b1b27144a
|
|
4
|
+
data.tar.gz: f3acb4aa23e35135c0d941725f7d1ebf9ada96c9776348cc95b0fa7b4c44fb8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffbe0d8c3f9be37c2c2c1589ed68828bc4ff3aec4b635329f39ec0612c29d37ef8aa2bda61bbbd28b6c3651b2d5c13b216ec5f63d377a8f40cad8b5489bb8622
|
|
7
|
+
data.tar.gz: 4e7ebc53f36543ecae1bf7f821a71de0c27f7fad5ed7472bbec3d5df0c0e590e65c98eec3f0938a65d3e60ceb25e21a7b7e39b678ae7184ef3c5f6cc5fbf4d3f
|
data/CHANGELOG.md
CHANGED
|
@@ -27,6 +27,7 @@ module Pact
|
|
|
27
27
|
method_option :port, aliases: "-p", desc: "Port on which to run the service"
|
|
28
28
|
method_option :host, aliases: "-h", desc: "Host on which to bind the service", default: 'localhost'
|
|
29
29
|
method_option :log, aliases: "-l", desc: "File to which to log output"
|
|
30
|
+
method_option :log_level, desc: "Log level. Options are DEBUG INFO WARN ERROR", default: "DEBUG"
|
|
30
31
|
method_option :cors, aliases: "-o", desc: "Support browser security in tests by responding to OPTIONS requests and adding CORS headers to mocked responses"
|
|
31
32
|
method_option :ssl, desc: "Use a self-signed SSL cert to run the service over HTTPS", type: :boolean, default: false
|
|
32
33
|
method_option :sslcert, desc: "Specify the path to the SSL cert to use when running the service over HTTPS"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact-mock_service
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Fraser
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2019-
|
|
15
|
+
date: 2019-05-01 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rack
|