pact 1.55.5 → 1.55.6

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: b10e91c9004cfc9ac062f5a7f8af29366d1cfa38e7f763f649a78bb098355b5f
4
- data.tar.gz: 272b6a356bdeabc2250a4190ee33c37dd38f814b07a4db3d041cdba18ab4e387
3
+ metadata.gz: 660823c1fa86c41c93fa53306d7e3859753fe79617025d77f82994e52af023f2
4
+ data.tar.gz: 21fc55074a90dac1789809dcc3eff0bdda4525f631bc589a521f5ec4c79617b4
5
5
  SHA512:
6
- metadata.gz: fbaae4a4c078612e0441f8143f60cdbed8708da63eaaeff20e5f6677f10e499ff21a24b814459b0da60f534df6c3b95ce34827e3d9cc183f7d1676ae9615d614
7
- data.tar.gz: f862fdfee39090335099e2584a4431441b2c564a198fb4516622d71502730ca35fd315181a720d4b7b7838ba8ba03f93096815f923deca41c17e1ef9b66c199f
6
+ metadata.gz: ce0d82537eab4151f1ee7b1673ea1f420e2a6958ee9eb5703984c709bd0581527f1bade40f606e2df60e2500d3d502817bdbce0a1c96401d64ac26362bff2327
7
+ data.tar.gz: 29ef62f2be4fe2320f7ac398a1e1d256182c49d46a020c386b6c6e46089351a6864a9ee65cf3c3307b0f9faad7093ea03945fe67f2ae077313daa2e2d45213f5
@@ -1,3 +1,10 @@
1
+ <a name="v1.55.6"></a>
2
+ ### v1.55.6 (2020-11-06)
3
+
4
+ #### Bug Fixes
5
+
6
+ * require rspec now that pact-support does not depend on it ([5b5c27c](/../../commit/5b5c27c))
7
+
1
8
  <a name="v1.55.5"></a>
2
9
  ### v1.55.5 (2020-10-12)
3
10
 
@@ -27,6 +27,7 @@ module Pact
27
27
  # With RSpec3, if the pact_helper loads a library that adds its own formatter before we set one,
28
28
  # we will get a ProgressFormatter too, and get little dots sprinkled throughout our output.
29
29
  # Load a NilFormatter here to prevent that.
30
+ require 'rspec'
30
31
  require 'pact/rspec'
31
32
  ::RSpec.configuration.add_formatter Pact::RSpec.formatter_class.const_get('NilFormatter')
32
33
  end
@@ -8,7 +8,7 @@ module Pact
8
8
  module RSpec
9
9
  module Matchers
10
10
  module RSpec2Delegator
11
- # For backwards compatiblity with rspec-2
11
+ # For backwards compatibility with rspec-2
12
12
  def method_missing(method, *args, &block)
13
13
  if method_name == :failure_message_for_should
14
14
  failure_message method, *args, &block
@@ -1,4 +1,4 @@
1
1
  # Remember to bump pact-provider-proxy when this changes major version
2
2
  module Pact
3
- VERSION = "1.55.5"
3
+ VERSION = "1.55.6"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.5
4
+ version: 1.55.6
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-10-11 00:00:00.000000000 Z
15
+ date: 2020-11-06 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rspec