pact_broker-client 1.16.1 → 1.16.2

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
  SHA1:
3
- metadata.gz: 99a2fdefafafdd5e69e61ee2e863c7f63a601373
4
- data.tar.gz: a4fb89236b35fb6e5af5987ac5a1f90db9f15116
3
+ metadata.gz: ac3b8dc618560f1c89e8b1f47c3e77d4a50dd091
4
+ data.tar.gz: 535a97e290212d90e7478b60653f774060b41a88
5
5
  SHA512:
6
- metadata.gz: eab26d69d13f1191c77260eeb1384a3827d8bcbfb2ebfb979133b42db68c1807dba88e418cecb3b6ebc7daa3070ba224330c08360cc5d35eb56320e92f98d98c
7
- data.tar.gz: 1b9319610abc1df95a9ac9425d0bba0f63a5f84bb1b67894f80f93e201e8c17d3020987815b94146732ee1a8dabd3525f7d66f341922c187d9ecd9967bbc349a
6
+ metadata.gz: cc58335634f112c188020e115f3e492da5d300898ad6c8e229f5307ad85d608b44c9e806f658c6cde6533939b5ed89058efdc9a038e1879fed31609fc3f3fb6a
7
+ data.tar.gz: f37507fb98f716d1c2c0ef1ad6c903493521059dc829b5d5ced9f6449f557d81fcf72d8e5b9c9800709a87938007c538a1a23052302d1eaf12715c3508635ae8
data/README.md CHANGED
@@ -154,6 +154,27 @@ Description:
154
154
  when executing create-webhook.
155
155
  ```
156
156
 
157
+ ### describe-version
158
+
159
+ ```
160
+ Usage:
161
+ pact-broker describe-version -a, --pacticipant=PACTICIPANT -b, --broker-base-url=BROKER_BASE_URL
162
+
163
+ Options:
164
+ -a, --pacticipant=PACTICIPANT # The name of the pacticipant that the version belongs to.
165
+ -e, [--version=VERSION] # The pacticipant version number.
166
+ -l, [--latest=[TAG]] # Describe the latest pacticipant version. Optionally specify a TAG to describe the latest version with the specified tag.
167
+ -b, --broker-base-url=BROKER_BASE_URL # The base URL of the Pact Broker
168
+ -u, [--broker-username=BROKER_USERNAME] # Pact Broker basic auth username
169
+ -p, [--broker-password=BROKER_PASSWORD] # Pact Broker basic auth password
170
+ -o, [--output=OUTPUT] # json or table or id
171
+ # Default: table
172
+ -v, [--verbose], [--no-verbose] # Verbose output. Default: false
173
+
174
+ Description:
175
+ Describes a pacticipant version. If no version or tag is specified, the latest version is described.
176
+ ```
177
+
157
178
  ## Usage - Ruby
158
179
 
159
180
  ### Consumer
@@ -1,5 +1,5 @@
1
1
  module PactBroker
2
2
  module Client
3
- VERSION = '1.16.1'
3
+ VERSION = '1.16.2'
4
4
  end
5
5
  end
@@ -8,7 +8,7 @@ module PactBroker
8
8
  Line = Struct.new(:number, :tags)
9
9
 
10
10
  OPTIONS = [
11
- { number: {} },
11
+ { number: {:width => 40} },
12
12
  { tags: {} }
13
13
  ]
14
14
 
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.16.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beth Skurrie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-02 00:00:00.000000000 Z
11
+ date: 2018-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty