pact_broker-client 1.57.0 → 1.58.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
  SHA256:
3
- metadata.gz: 2d919435a18e3fdcfa55f3c4e75194c950e027924b2fb274a88bb78ce04035be
4
- data.tar.gz: b80790889dde8ee96a98d48b8558608ca0f240da15ece8d57cdc15d646317d42
3
+ metadata.gz: 4d9a557ff00e502c4facd3905d6f30b5ab67c7c8c9e7810578dd9225f8ea3d68
4
+ data.tar.gz: e235879e8788aecb1fe818dee33ff67d510752b6fc72e2f6d3a5dc017fce3b75
5
5
  SHA512:
6
- metadata.gz: 9c36cfba633f104712099c648e8ef1ccf58dfd1e3025fc44719cdaf6b3e4b47af0ba27af0da7d01074ffc8f6c01cbc4e3e0195b5d95f18e5e960bbac038c6370
7
- data.tar.gz: 33526cff8acc17cd129b2521127f4abc3f73eac56b4f1c3e832fe0fb3583bdbe3a1917ae2ac9ec8796414584ad97777e89f163c5732ac5f5f4a879a6c4955be3
6
+ metadata.gz: ea33ab913c9166b74d88d3df17cef602d3f4155fb1d3d354267bcd2be5a8e4b784ac7fa20136f5c56e244d8f074adc6e66a3324de94bb6f894ea48cc75c56d04
7
+ data.tar.gz: ca291e99e8702dfebaaab039067519b4dd141e1d57c58fe7313117ed6e1d882aeaa43a23704524836c12e1e17ae21df433263089323d4b956975b06a8d36002a
@@ -20,6 +20,8 @@ jobs:
20
20
  with:
21
21
  ruby-version: ${{ matrix.ruby_version }}
22
22
  - run: "bundle install"
23
+ - if: failure()
24
+ run: cat /opt/hostedtoolcache/Ruby/2.2.10/x64/lib/ruby/gems/2.2.0/extensions/x86_64-linux/2.2.0/approvals-0.0.25/gem_make.out && exit 1
23
25
  - run: "bundle exec rake"
24
26
  pact:
25
27
  runs-on: "ubuntu-latest"
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ <a name="v1.58.0"></a>
2
+ ### v1.58.0 (2021-11-13)
3
+
4
+ #### Features
5
+
6
+ * remove feature toggle for creating contract_requiring_verification_published webhooks ([6eff6d1](/../../commit/6eff6d1))
7
+
1
8
  <a name="v1.57.0"></a>
2
9
  ### v1.57.0 (2021-11-05)
3
10
 
@@ -24,9 +24,7 @@ module PactBroker
24
24
  method_option :provider_verification_published, type: :boolean, desc: "Trigger this webhook when a provider verification result is published"
25
25
  method_option :provider_verification_failed, type: :boolean, desc: "Trigger this webhook when a failed provider verification result is published"
26
26
  method_option :provider_verification_succeeded, type: :boolean, desc: "Trigger this webhook when a successful provider verification result is published"
27
- if ENV.fetch("PACT_BROKER_FEATURES", "").include?("contract_requiring_verification_published")
28
- method_option :contract_requiring_verification_published, type: :boolean, desc: "Trigger this webhook when a contract is published that requires verification"
29
- end
27
+ method_option :contract_requiring_verification_published, type: :boolean, desc: "Trigger this webhook when a contract is published that requires verification"
30
28
  method_option :team_uuid, banner: "UUID", desc: "UUID of the Pactflow team to which the webhook should be assigned (Pactflow only)"
31
29
  shared_authentication_options
32
30
  end
@@ -1,5 +1,5 @@
1
1
  module PactBroker
2
2
  module Client
3
- VERSION = '1.57.0'
3
+ VERSION = '1.58.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact_broker-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beth Skurrie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-05 00:00:00.000000000 Z
11
+ date: 2021-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -431,7 +431,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
431
431
  - !ruby/object:Gem::Version
432
432
  version: '0'
433
433
  requirements: []
434
- rubygems_version: 3.2.30
434
+ rubygems_version: 3.2.31
435
435
  signing_key:
436
436
  specification_version: 4
437
437
  summary: See description