zeta 1.0.0.beta3 → 1.0.0

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: a8aa1b1a44320d208de80eabb1051e693c89d3bd
4
- data.tar.gz: cce558ec072b0a8e1a5306e9e7d251a6636215d3
3
+ metadata.gz: 76bfe7039cbfb9e4454325d3a7d5541db816ea90
4
+ data.tar.gz: 86b2f2d8fb4522d44a4b71f51469fd9b8ef2baba
5
5
  SHA512:
6
- metadata.gz: b0fc99ab2ab1fdb86a8aca91a76bf610753b7cd6ea08c3eb13560d26f2b9a6ce11f8837bd5f408afda6d721782095390c604de57ef84e165545a305eef4b97ca
7
- data.tar.gz: 83dc9e750e59fd92d8d3be51cbfb7834b22067abcec1609a17b87aaafb6610be1b0917687db39c59c66693939626e2bf5ba55bd3b8155902be4a0df1d1eccece
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
@@ -1,3 +1,3 @@
1
1
  class Zeta
2
- VERSION = "1.0.0.beta3"
2
+ VERSION = "1.0.0"
3
3
  end
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.beta3
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-02-14 00:00:00.000000000 Z
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: 1.3.1
194
+ version: '0'
195
195
  requirements: []
196
196
  rubyforge_project:
197
- rubygems_version: 2.5.1
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