pact_broker-client 1.47.1 → 1.48.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: 2eb00eeeb34ad8ea24b55dc13a08d0d1a6fbb05262fd5fa7c820c048286d269d
4
- data.tar.gz: 1e717ee7580afa14b6e6f6820d2e6ac97204e8d0dcd7d26119528d475c06c2c9
3
+ metadata.gz: b31de7cb8fa97a019e49a5ff8fc37683ed0116980a40cdddb37eb1cd0a52a606
4
+ data.tar.gz: 32278f6e5d47e0ead01215df9d59fc7a63843c106739b249e68b026ea5a0f31b
5
5
  SHA512:
6
- metadata.gz: 33480fa75ef16eff02037e720966b7fd5cb4eb5df5dfdb413b2f8b9c8177c91ea78891244ccbf10776c64b89b1ec97509a7c5fc1c799f35f5aead37468a4e81a
7
- data.tar.gz: bddc3501a161089d555d540700b55042506cb43fea9c4169e78cdd102dc1118e41384a39b14497e28b15665edc3ac56cf94bfd0243283cb4d63c81a9bdfd1332
6
+ metadata.gz: a9fb4c7691da7685d7d913678213a1a0576bc09f6eb118e54fec6da3fdf07bbd7c25e7d5d9f0156a700faed0a7ba16610f5f456320025fcbe991b512448d6c90
7
+ data.tar.gz: 11c9f1500fe89aebef11f79ee79fa2e3f65af16cd92c8616d90d7adc625d000269a010ea9658d0579db7c0afbc1d164a3abffab4139fc6ff628a0ca6464f2f00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ <a name="v1.48.0"></a>
2
+ ### v1.48.0 (2021-08-04)
3
+
4
+ #### Features
5
+
6
+ * **can-i-deploy**
7
+ * remove feature toggle for --ignore option ([6e7edd8](/../../commit/6e7edd8))
8
+
1
9
  <a name="v1.47.1"></a>
2
10
  ### v1.47.1 (2021-07-20)
3
11
 
@@ -31,7 +31,9 @@ module PactBroker
31
31
  method_option :tag, aliases: "-t", type: :array, banner: "TAG", desc: "Tag name for consumer version. Can be specified multiple times."
32
32
  method_option :tag_with_git_branch, aliases: "-g", type: :boolean, default: false, required: false, desc: "Tag consumer version with the name of the current git branch. Default: false"
33
33
  method_option :build_url, desc: "The build URL that created the pact"
34
+ method_option :on_conflict, desc: "If a pact already exists for this consumer version and provider with different content, specify what action should be taken. Options are "
34
35
  method_option :merge, type: :boolean, default: false, require: false, desc: "If a pact already exists for this consumer version and provider, merge the contents. Useful when running Pact tests concurrently on different build nodes."
36
+
35
37
  output_option_json_or_text
36
38
  shared_authentication_options
37
39
 
@@ -1,5 +1,5 @@
1
1
  module PactBroker
2
2
  module Client
3
- VERSION = '1.47.1'
3
+ VERSION = '1.48.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.47.1
4
+ version: 1.48.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-07-20 00:00:00.000000000 Z
11
+ date: 2021-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -429,7 +429,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
429
429
  - !ruby/object:Gem::Version
430
430
  version: '0'
431
431
  requirements: []
432
- rubygems_version: 3.2.24
432
+ rubygems_version: 3.2.25
433
433
  signing_key:
434
434
  specification_version: 4
435
435
  summary: See description