pact-support 1.9.0 → 1.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2184e9575553c8a69f05b2a7665f5c70948b06a8
4
- data.tar.gz: 896248de0a0c7c6d19d4ae7dfec15587929db2a8
3
+ metadata.gz: 7ddd6b8ed226e3eeead4b2cb8a83e792f140bb0f
4
+ data.tar.gz: 5b3dfda22ba5831a090a6056cb91976c49247d73
5
5
  SHA512:
6
- metadata.gz: 890f78b04b7778391c0c2c7536c1ec153e080a48c4724f01be27ed77373e2fd472b8aed151e7420b4ccf9b4d453a6bb1907c1525c4295f8464eacccb1939684f
7
- data.tar.gz: 43688a515f9719b74666fb584fa9b80ed1b0d4951d64a0b75964710373bbd089bced0962201dfc627288e9e26d761d58628fedb9fa8dd3b15bc77914c48450d1
6
+ metadata.gz: 1410d70ac368a9ba6104119afe6ec0a78ff8ed96e7b636cf6a232086909c0eab3b9e93e696170d6cc4c42973f0522475701f7d2a71152df9a1b95a402c68e332
7
+ data.tar.gz: ae355a32b6fff4c4a1d6db38825b20ecc52e0fabc67f16c245cc876049bd36654aaba1f0e4e7589b7cd4863cdcb333ed9690e347c18bc0f6ff0b935cab3b87e0
@@ -1,3 +1,12 @@
1
+ <a name="v1.10.0"></a>
2
+ ### v1.10.0 (2019-03-15)
3
+
4
+
5
+ #### Bug Fixes
6
+
7
+ * don't try and fix producer keys for a nil string ([94245c7](/../../commit/94245c7))
8
+
9
+
1
10
  <a name="v1.9.0"></a>
2
11
  ### v1.9.0 (2019-02-22)
3
12
 
@@ -59,7 +59,7 @@ module Pact
59
59
  end
60
60
 
61
61
  def self.maintain_backwards_compatiblity_with_producer_keys string
62
- string.gsub('"producer":', '"provider":').gsub('"producer_state":', '"provider_state":')
62
+ string.gsub('"producer":', '"provider":').gsub('"producer_state":', '"provider_state":') if string
63
63
  end
64
64
 
65
65
  def find_interaction criteria
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module Support
3
- VERSION = "1.9.0"
3
+ VERSION = "1.10.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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-02-21 00:00:00.000000000 Z
15
+ date: 2019-03-14 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: randexp