pact-provider-verifier 1.1.4 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -15
- data/lib/pact/provider_verifier/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 841f89c7d8e4630a4e451fe78a7aa565e040bfd9
|
4
|
+
data.tar.gz: 5185190d6bb9316ea3187bd804f883f5efec301c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4270937089f9520069c711ca967b0a5dc2d9c936748db259da8af1edc2d8ccc5fb43c24a9833ad6e1d08f97fe694b869d18bcf32fcf6cd6aa4751b3df614fdbf
|
7
|
+
data.tar.gz: 2fd9ed5470c4fd58325d962232eb2b3e24c6a27e42ddcb69809a31da72712bd3311b6f99c806dd206bcf8ba828b9aad1187115fdfc811207d19031fb5f6af7c6
|
data/CHANGELOG.md
CHANGED
@@ -1,48 +1,46 @@
|
|
1
|
-
|
1
|
+
<a name="1.2.0"></a>
|
2
|
+
# 1.2.0 (2017-08-05)
|
2
3
|
|
3
|
-
|
4
|
+
* chore(gems): Change json version to allow >1.8 ([b91391a](https://github.com/pact-foundation/pact-provider-verifier/commit/b91391a))
|
4
5
|
|
5
|
-
|
6
|
-
* 41ddcbd - chore(gems): Update gems (Beth Skurrie, Fri Jul 28 16:24:45 2017 +1000)
|
7
|
-
|
8
|
-
### 1.1.3 (02 June 2017)
|
6
|
+
# 1.1.3 (02 June 2017)
|
9
7
|
* 066fa60 - Add states list to state setup JSON body, to prepare for v3 pact spec which allows multiple provider states (Beth Skurrie, Fri Jun 2 15:01:28 2017 +1000)
|
10
8
|
|
11
|
-
|
9
|
+
# 1.1.2 (02 June 2017)
|
12
10
|
* da958c0 - Only set up state if a provider-states-setup-url is provided. Add tests for SetUpProviderState. (Beth Skurrie, Fri Jun 2 14:31:27 2017 +1000)
|
13
11
|
* 36ef2eb - Remove .java, .class, .gitignore and .travis.yml files from package (Beth Skurrie, Fri Jun 2 10:32:55 2017 +1000)
|
14
12
|
* 7902674 - Add rake tasks to generate and upload release notes. (Beth Skurrie, Fri Jun 2 10:12:17 2017 +1000)
|
15
13
|
* 01e811e - Add integration specs for command (Beth Skurrie, Fri Jun 2 05:51:30 2017 +1000)
|
16
14
|
|
17
|
-
|
15
|
+
# 1.1.0 (01 June 2017)
|
18
16
|
* 7106832 - chore(docs): update docs for provider states URL (Matt Fellows, Fri May 26 22:45:09 2017 +1000)
|
19
17
|
* 8f787e6 - Add deprecation warning for --provider-states-url (Beth Skurrie, Fri May 26 20:51:48 2017 +1000)
|
20
18
|
* 982ba7c - Remove need for provider-states-url by dynamically calling the set up code during test execution (Beth Skurrie, Fri May 26 16:30:14 2017 +1000)
|
21
19
|
* f055375 - Turn silent mode on for zip task in rake package (Beth Skurrie, Tue May 23 09:34:51 2017 +1000)
|
22
20
|
|
23
|
-
|
21
|
+
# 1.0.2 (23 May 2017)
|
24
22
|
* 33f0811 - Upgrade rspec version to ~>3.5 to fix #11 (Beth Skurrie, Tue May 23 09:01:07 2017 +1000)
|
25
23
|
|
26
|
-
|
24
|
+
# 1.0.1 (9 May 2017)
|
27
25
|
* 94597a0 - Updated pact gem to allow use of https for publishing verifications (Beth Skurrie, Tue May 9 14:27:19 2017 +1000)
|
28
26
|
|
29
|
-
|
27
|
+
# 1.0.0 (9 May 2017)
|
30
28
|
|
31
|
-
|
29
|
+
# 0.0.4 (15 May 2016)
|
32
30
|
|
33
31
|
* c5dc292 - Added basic authentication support for Pact Broker URLs (Matt Fellows, Sun May 15 19:08:22 2016 +1000)
|
34
32
|
|
35
|
-
|
33
|
+
# 0.0.3 (15 May 2016)
|
36
34
|
|
37
35
|
* d36ae19 - Release v0.0.3 (Matt Fellows, Sun May 15 11:22:41 2016 +1000)
|
38
36
|
|
39
|
-
|
37
|
+
# 0.0.2 (12 May 2016)
|
40
38
|
|
41
39
|
* 0aca507 - Refactored to not use the Pact rake tasks. Traveling Ruby does not like shelling out to a Ruby process (where's my Gems?) (Matt Fellows, Thu May 12 21:55:29 2016 +1000)
|
42
40
|
* 9feb60e - Verifier properly runs all Pacts provided and handles Pact CLI exit call (Matt Fellows, Sun May 15 11:22:12 2016 +1000)
|
43
41
|
* a85903d - Release template (Matt Fellows, Thu May 12 21:53:22 2016 +1000)
|
44
42
|
* 059b488 - Setting execute perms on wrapper script during package (Matt Fellows, Thu May 12 22:30:22 2016 +1000)
|
45
43
|
|
46
|
-
|
44
|
+
# 0.0.1 (8 May 2016)
|
47
45
|
|
48
46
|
* 39e75f3 - Pact provider verifier cross-platform CLI tool (Matt Fellows, Thu May 12 07:30:47 2016 +1000)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pact-provider-verifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Fellows
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -90,14 +90,14 @@ dependencies:
|
|
90
90
|
name: json
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- - "
|
93
|
+
- - ">"
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '1.8'
|
96
96
|
type: :runtime
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- - "
|
100
|
+
- - ">"
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '1.8'
|
103
103
|
- !ruby/object:Gem::Dependency
|