zeta 1.0.0.beta3 → 1.0.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.markdown +4 -0
- data/lib/zeta/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76bfe7039cbfb9e4454325d3a7d5541db816ea90
|
|
4
|
+
data.tar.gz: 86b2f2d8fb4522d44a4b71f51469fd9b8ef2baba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d7579d5cb4216ece5d492af07f08412965e5c25b0e9f33b82dc72cc386df537a7e51c0b8c828676bd16abb71c2e7bd04b9620c0a4ffcd6d440595dd31124dd3
|
|
7
|
+
data.tar.gz: f251d096dd6135d16f99a738bf4247ea5e6824466fa8e16a3d0b2af4536513bd89957bc97a0c1480ec53b9a99b5021b5f63f25d6194b33127228dd2853ac9151
|
data/CHANGELOG.markdown
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
- Use lacerda 1.0.0, which has some breaking changes. See
|
|
3
3
|
[the changelog](https://github.com/moviepilot/lacerda/blob/master/CHANGELOG.markdown#100)
|
|
4
4
|
- Fix `Zeta::RSpec` contract validation
|
|
5
|
+
|
|
6
|
+
# 0.13.2
|
|
7
|
+
- Fix `Zeta::RSpec` contract validation
|
|
8
|
+
|
|
5
9
|
# 0.13.1
|
|
6
10
|
- Add explicit Zeta.create_instance initializer with support to pass in options
|
|
7
11
|
|
data/lib/zeta/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zeta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jannis Hermanns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -189,12 +189,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
|
-
- - "
|
|
192
|
+
- - ">="
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version:
|
|
194
|
+
version: '0'
|
|
195
195
|
requirements: []
|
|
196
196
|
rubyforge_project:
|
|
197
|
-
rubygems_version: 2.5.
|
|
197
|
+
rubygems_version: 2.5.2
|
|
198
198
|
signing_key:
|
|
199
199
|
specification_version: 4
|
|
200
200
|
summary: Collects and validates the publish/consume contracts of your infrastructure
|