pact-mock_service 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70978afac2d8baa00d8723c1852b88652bb9988498adc9ea1077aa6f11a0e5d1
4
- data.tar.gz: 2d328532b86c3b2deb265b26770a6c2b72282e3d6fd4fdfeff6237fe0f1a965d
3
+ metadata.gz: 32f3c85c10bc2898b76fe8227dae566f5df1c3ca278c52c33746675c6cd4ee5b
4
+ data.tar.gz: 50c30612bd46328d7abd0222c55a00ad65cfe14186eb39629c60607132acc694
5
5
  SHA512:
6
- metadata.gz: 4621e740a4d865554ab7186547275b079955277d0c1883f31cde9c5932e56b1f3f17226edb8cd82738790b81c86cae28070f3c636c2041357a125915af55ec8e
7
- data.tar.gz: bb71b263fd9663676f90a58f8b5198f7bebcc346677151269eba80c9c5d0a3a4bc8bf9d434d4a354e09c57515c4233ef6ee467e5126c35a3b59ecb1d31ccbd9a
6
+ metadata.gz: 1cd9736792a6e43f1a7a4f5ea5474606162df1cdb52c9b5b3d3cb6d56b27ebae256549b129fded2974c55827b3d6e32174a03fa0be5afd96989c368d8221173c
7
+ data.tar.gz: a1e9b450d0a638cd9513cc33f75f1e10084642490e938c4491221c8ced0f8d10418390894d82440e1a0033af7ed28b6318fce16850e0dacc8ce9492cbd15ffd1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ <a name="v3.3.1"></a>
2
+ ### v3.3.1 (2020-01-16)
3
+
4
+
5
+ #### Bug Fixes
6
+
7
+ * put metadata on the correct decorator ([67ef5a6](/../../commit/67ef5a6))
8
+
9
+
1
10
  <a name="v3.3.0"></a>
2
11
  ### v3.3.0 (2020-01-16)
3
12
 
@@ -17,7 +17,6 @@ module Pact
17
17
  hash[:providerState] = interaction.provider_state if interaction.provider_state
18
18
  hash[:request] = decorate_request.as_json(options)
19
19
  hash[:response] = decorate_response.as_json(options)
20
- hash[:metadata] = interaction.metadata
21
20
  fix_all_the_things hash
22
21
  end
23
22
 
@@ -28,6 +28,7 @@ module Pact
28
28
  hash[:providerState] = interaction.provider_state if interaction.provider_state
29
29
  hash[:request] = decorate_request.as_json
30
30
  hash[:response] = decorate_response.as_json
31
+ hash[:metadata] = interaction.metadata
31
32
  hash
32
33
  end
33
34
 
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module MockService
3
- VERSION = "3.3.0"
3
+ VERSION = "3.3.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: 3.3.0
4
+ version: 3.3.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: 2020-01-15 00:00:00.000000000 Z
15
+ date: 2020-01-16 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rack