pact_broker-client 1.49.0 → 1.51.2

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: a5c2b5906de55da5afb0461b51468d56834ab580efe7e3329c5b3b17b4c57ae4
4
- data.tar.gz: f452f6412fd031c4e4114c60516e058d1e6fe7b5211200c1543ab2f0e2e67c32
3
+ metadata.gz: 987f79082997428fcb03a28257f30496d1b006366a0b2dfafed1ea9e86fab00a
4
+ data.tar.gz: 8623c2f4a07dc43107f5719da52f866d165539b66ac385a7a015ea8b25fb26b5
5
5
  SHA512:
6
- metadata.gz: 0a344ebc2e27870f7b053608df5dae99bb38b81c8555baa51bf08b0d9be6d85d4e7a5755fa1615d7463363fd1d77890ffbdb374d8395115e9a50cc18b4607e50
7
- data.tar.gz: 68828a17238b5c0d4e2f98c17f75b8bcba175191eea226ffe77e63a3bf1a972b5c09b6d52d23040cd9b2b325d77216c7fff879f18d6976a5361463f52203ddef
6
+ metadata.gz: 4f2a03fb05dd35913eb6bcb93728b146bf25c1b7f2439175465774d03ed5f044c322c397e622561d1633ce2dd254b85d68752a2e1ca83356c025c35d7070e485
7
+ data.tar.gz: 392c4178a8110ad16e9440c43906649ae7f9d2826eaae56cee0ded668272f0f1b34200932e42986465dba91ddd7c07765517f7de8cc3e817e04899cff44b3265
@@ -1,6 +1,6 @@
1
1
  name: Test
2
2
 
3
- on: push
3
+ on: [push, pull_request]
4
4
 
5
5
  jobs:
6
6
  test:
@@ -27,7 +27,7 @@ jobs:
27
27
  strategy:
28
28
  fail-fast: false
29
29
  matrix:
30
- feature: ["", "publish_contracts"]
30
+ feature: [""]
31
31
  steps:
32
32
  - uses: actions/checkout@v2
33
33
  - uses: ruby/setup-ruby@v1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ <a name="v1.51.2"></a>
2
+ ### v1.51.2 (2021-09-27)
3
+
4
+ #### Bug Fixes
5
+
6
+ * **deps**
7
+ * lock httparty to 0.18.1 ([1ab2d9c](/../../commit/1ab2d9c))
8
+
9
+ <a name="v1.51.1"></a>
10
+ ### v1.51.1 (2021-09-22)
11
+
12
+ #### Bug Fixes
13
+
14
+ * remove deprecated method of handling branches ([6d26487](/../../commit/6d26487))
15
+
16
+ <a name="v1.51.0"></a>
17
+ ### v1.51.0 (2021-09-22)
18
+
19
+ #### Features
20
+
21
+ * enable use of the new 'all in one' contracts publishing endpoint without a feature toggle ([6850ace](/../../commit/6850ace))
22
+
23
+ <a name="v1.50.0"></a>
24
+ ### v1.50.0 (2021-08-16)
25
+
26
+ #### Features
27
+
28
+ * add support for creating webhooks with event contract_requiring_verification_published (feature toggled off) ([4d4bc4b](/../../commit/4d4bc4b))
29
+ * trim long versions on can-i-deploy formatting (#91) ([86d21e1](/../../commit/86d21e1))
30
+
1
31
  <a name="v1.49.0"></a>
2
32
  ### v1.49.0 (2021-08-05)
3
33