pact-mock_service 2.10.0 → 2.10.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: 57000d6eb45cb2bdbcc12574580ed0b3e8d31d6672f36d7cde35e8046f11e8b3
4
- data.tar.gz: bad5df5331628319986fa2ce5f6af4a01cf923301c3cd4bb4c1e201d683c8dee
3
+ metadata.gz: 8f1f71217eb757b58cda16f0410ebbbd2b6de982380e05a1d6a40f556c29df38
4
+ data.tar.gz: 652799963b66d0bb8b6371080f1a01c8f9bc98f047c3013479125c86dc0928fd
5
5
  SHA512:
6
- metadata.gz: d1da9592af74aa18e461ce0fb9a13946a0c93cce203d546fef866c6ead81944682c870aa0d296d0196ade06b4d6c682fb4e72641e2d8ea9cff56f75a375b86f3
7
- data.tar.gz: 5920dcc583bb909a120eb00ab761205a7a3539922a426257692ccecec00d594bdb2d451ff49f1452598108761b399ab4d2d1a391da85b4e707eede912837589e
6
+ metadata.gz: dfc6d897b48f6a5a2e8dfb5ac113e44ab1d8da309f1bd11fb5939a95ee8f80cea0dbe2e055591eaa2d3112b53fbf381f561cae33a6e12e8635235d207bb5111c
7
+ data.tar.gz: 507de0001545aaba8a96f1e10d7c26772d80aa0c819368e818149b493cdcf5b640c37ad498336ab8def5fa230109a05ee269a9680b3f5bc421a5000613989b56
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ <a name="v2.10.1"></a>
2
+ ### v2.10.1 (2018-08-21)
3
+
4
+
5
+ #### Bug Fixes
6
+
7
+ * ensure specified value of --pact-specification-version is written in pact file ([bb93b0d](/../../commit/bb93b0d))
8
+
9
+
1
10
  <a name="v2.10.0"></a>
2
11
  ### v2.10.0 (2018-08-07)
3
12
 
@@ -59,7 +59,7 @@ module Pact
59
59
  consumer: options[:consumer],
60
60
  provider: options[:provider],
61
61
  cors_enabled: options[:cors],
62
- pact_specification_version: Pact::SpecificationVersion::NIL_VERSION.to_s,
62
+ pact_specification_version: options[:pact_specification_version] || Pact::SpecificationVersion::NIL_VERSION.to_s,
63
63
  pactfile_write_mode: options[:pact_file_write_mode],
64
64
  stub_pactfile_paths: options[:stub_pactfile_paths]
65
65
  }
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module MockService
3
- VERSION = "2.10.0"
3
+ VERSION = "2.10.1"
4
4
  end
5
5
  end
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: 2.10.0
4
+ version: 2.10.1
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: 2018-08-06 00:00:00.000000000 Z
15
+ date: 2018-08-21 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rack