pact_broker-client 1.58.0 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
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.58.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beth Skurrie
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-13 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -174,22 +174,16 @@ dependencies:
174
174
  name: approvals
175
175
  requirement: !ruby/object:Gem::Requirement
176
176
  requirements:
177
- - - ">="
177
+ - - '='
178
178
  - !ruby/object:Gem::Version
179
179
  version: 0.0.24
180
- - - "<"
181
- - !ruby/object:Gem::Version
182
- version: 1.0.0
183
180
  type: :development
184
181
  prerelease: false
185
182
  version_requirements: !ruby/object:Gem::Requirement
186
183
  requirements:
187
- - - ">="
184
+ - - '='
188
185
  - !ruby/object:Gem::Version
189
186
  version: 0.0.24
190
- - - "<"
191
- - !ruby/object:Gem::Version
192
- version: 1.0.0
193
187
  - !ruby/object:Gem::Dependency
194
188
  name: rspec-its
195
189
  requirement: !ruby/object:Gem::Requirement
@@ -205,9 +199,9 @@ dependencies:
205
199
  - !ruby/object:Gem::Version
206
200
  version: '1.3'
207
201
  description: Client for the Pact Broker. Publish, retrieve and query pacts and verification
208
- results.
202
+ results. Manage webhooks and environments.
209
203
  email:
210
- - bskurrie@dius.com.au
204
+ - beth@bethesque.com
211
205
  executables:
212
206
  - pact-broker
213
207
  extensions: []
@@ -251,8 +245,10 @@ files:
251
245
  - lib/pact_broker/client/cli/deployment_commands.rb
252
246
  - lib/pact_broker/client/cli/environment_commands.rb
253
247
  - lib/pact_broker/client/cli/matrix_commands.rb
248
+ - lib/pact_broker/client/cli/pact_commands.rb
254
249
  - lib/pact_broker/client/cli/pacticipant_commands.rb
255
250
  - lib/pact_broker/client/cli/record_deployment_long_desc.txt
251
+ - lib/pact_broker/client/cli/version_commands.rb
256
252
  - lib/pact_broker/client/cli/version_selector_options_parser.rb
257
253
  - lib/pact_broker/client/cli/webhook_commands.rb
258
254
  - lib/pact_broker/client/colorize_notices.rb
@@ -310,6 +306,7 @@ files:
310
306
  - lib/pact_broker/client/verification_required.rb
311
307
  - lib/pact_broker/client/version.rb
312
308
  - lib/pact_broker/client/versions.rb
309
+ - lib/pact_broker/client/versions/create.rb
313
310
  - lib/pact_broker/client/versions/describe.rb
314
311
  - lib/pact_broker/client/versions/formatter.rb
315
312
  - lib/pact_broker/client/versions/json_formatter.rb
@@ -371,6 +368,7 @@ files:
371
368
  - spec/lib/pact_broker/client/publish_pacts_the_old_way_spec.rb
372
369
  - spec/lib/pact_broker/client/retry_spec.rb
373
370
  - spec/lib/pact_broker/client/tasks/publication_task_spec.rb
371
+ - spec/lib/pact_broker/client/versions/create_spec.rb
374
372
  - spec/lib/pact_broker/client/versions/describe_spec.rb
375
373
  - spec/lib/pact_broker/client/versions_spec.rb
376
374
  - spec/lib/pact_broker/client/webhooks/create_spec.rb
@@ -412,11 +410,11 @@ files:
412
410
  - spec/support/pacts_latest_list.json
413
411
  - spec/support/shared_context.rb
414
412
  - tasks/pact.rake
415
- homepage: https://github.com/bethesque/pact_broker-client.git
413
+ homepage: https://github.com/pact-foundation/pact_broker-client.git
416
414
  licenses:
417
415
  - MIT
418
416
  metadata: {}
419
- post_install_message:
417
+ post_install_message:
420
418
  rdoc_options: []
421
419
  require_paths:
422
420
  - lib
@@ -431,8 +429,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
431
429
  - !ruby/object:Gem::Version
432
430
  version: '0'
433
431
  requirements: []
434
- rubygems_version: 3.2.31
435
- signing_key:
432
+ rubygems_version: 3.3.13
433
+ signing_key:
436
434
  specification_version: 4
437
435
  summary: See description
438
436
  test_files:
@@ -478,6 +476,7 @@ test_files:
478
476
  - spec/lib/pact_broker/client/publish_pacts_the_old_way_spec.rb
479
477
  - spec/lib/pact_broker/client/retry_spec.rb
480
478
  - spec/lib/pact_broker/client/tasks/publication_task_spec.rb
479
+ - spec/lib/pact_broker/client/versions/create_spec.rb
481
480
  - spec/lib/pact_broker/client/versions/describe_spec.rb
482
481
  - spec/lib/pact_broker/client/versions_spec.rb
483
482
  - spec/lib/pact_broker/client/webhooks/create_spec.rb