pact-mock_service 1.0.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 502b6bb8fc1c02f95eb7cc9eceda437d070c14fd
4
- data.tar.gz: 7899667f864724cf2dd32c35a914b21cb1fa670e
3
+ metadata.gz: 6ef75f8dd875225c00d4ba08d0490ca1550e65ab
4
+ data.tar.gz: 8d77013fbb95464c591d28a58e158237cf534c36
5
5
  SHA512:
6
- metadata.gz: fd0da22f52dd902c8663a31e1a806cfc2bd86585b0cd8109b2158ad67732e3da0e5299723fdd358136c48f6ba4aab6c7d890b421f0d4be089a8936adbb9dbac0
7
- data.tar.gz: 660b0087a8545dfcf910600649a27aeba7c7cdd991e2402e2455bfb411a8dafc7e3c1947c73085dbb0f8b82c5d77e8225efc693ebc9879f91e0eba34831c68dd
6
+ metadata.gz: 37eeffc9f312fbc32a0aeef063ad7838b63a5964fef2f73c2e09f4790bf0b5398573b6899455c12a73629d0539a9c0953d15c9e047d1db04d8650db917fc6506
7
+ data.tar.gz: 8951652ffecd5cc1c3d578d2bccd0395ff8bc81b2e8e786a85b7e39497e677107194bd9a08b81dfc7b27bfa2fc85b3cf0f21625c5d6ea95b26f1364bda1ca1ef
@@ -2,6 +2,10 @@ Do this to generate your change history
2
2
 
3
3
  git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD
4
4
 
5
+ ### 1.1.0 (4 Apr 2017)
6
+ * dc5331b - Silence zip command in rake package task (Beth Skurrie, Tue Apr 4 10:29:10 2017 +1000)
7
+
8
+ ### 1.0.0 (3 Apr 2017)
5
9
  * 18b98c0 - Included request matching rules in pact file (Matt Baumgartner, Wed Feb 15 16:20:50 2017 -0500)
6
10
 
7
11
  ### 0.12.1 (11 Jan 2017)
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module MockService
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
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: 1.0.0
4
+ version: 1.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: 2017-04-03 00:00:00.000000000 Z
15
+ date: 2017-04-04 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rack