pact_broker 2.9.0.beta.5 → 2.9.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 +4 -4
- data/CHANGELOG.md +2 -4
- data/lib/pact_broker/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d11875536cc6d2a888c0774fa732e34fe2709d0
|
|
4
|
+
data.tar.gz: ac11e2c9f5c4f8dddccf82e71049e8a5dec41258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ef0c92ce55eb054238d06849b734d5fca37fbdc3350684e87b2034932cb84e9f3ca935d8128f4a1f5ddbad3a15d27e5a43c70b72d33b700d6d2d68f78c66a80
|
|
7
|
+
data.tar.gz: db1f2c583ca514e0c3673f9be6c65802482ff1f79cf35fdd93d8bd4dbce51b55c4c565c4243ae8e0c5f0e9c6f648619e9af4d460d1720f029bb39d20ac048515
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
<a name="v2.9.0
|
|
2
|
-
### v2.9.0
|
|
3
|
-
|
|
1
|
+
<a name="v2.9.0"></a>
|
|
2
|
+
### v2.9.0 (2017-11-09)
|
|
4
3
|
|
|
5
4
|
#### Features
|
|
6
5
|
|
|
@@ -10,7 +9,6 @@
|
|
|
10
9
|
* **matrix**
|
|
11
10
|
* allow query to determine if a particular pacticipant version is compatible with the latest tagged versions of all its dependencies ([ba4a1cc](/../../commit/ba4a1cc))
|
|
12
11
|
|
|
13
|
-
|
|
14
12
|
<a name="v2.8.0.beta.5"></a>
|
|
15
13
|
### v2.8.0.beta.5 (2017-11-06)
|
|
16
14
|
|
data/lib/pact_broker/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact_broker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.0
|
|
4
|
+
version: 2.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bethany Skurrie
|
|
@@ -1047,9 +1047,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1047
1047
|
version: 2.2.0
|
|
1048
1048
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1049
1049
|
requirements:
|
|
1050
|
-
- - "
|
|
1050
|
+
- - ">="
|
|
1051
1051
|
- !ruby/object:Gem::Version
|
|
1052
|
-
version:
|
|
1052
|
+
version: '0'
|
|
1053
1053
|
requirements: []
|
|
1054
1054
|
rubyforge_project:
|
|
1055
1055
|
rubygems_version: 2.6.11
|