zeta 0.12.2 → 0.12.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b10db3801785bc09864d308162f261326ca085a
4
- data.tar.gz: f8334a996b45382413cf12a9c1ad7f062aa0c58f
3
+ metadata.gz: f89983d6e8c1a86caa18dd2c70c7232feed564e4
4
+ data.tar.gz: 9425b22e845e2072fe48e643992d06a41ecfa451
5
5
  SHA512:
6
- metadata.gz: 7aafe2089d71cfbfbd1a33359d400f3f9f809f821aa03c9ddfdabd763f5e6b468f83743351bf7caa08c4beea0d3aa09071adb2542d4ad15c07726138a6033add
7
- data.tar.gz: a4929381cbd747e58b3dcc182440a83fe46cfa769d1d3595bf5654a4077ad02dce7dcd9846d3f66797c4479d38b88468fc6a3eee5d9805bbc6caf8844dc16d9c
6
+ metadata.gz: b8b6f95426950ccd197785bb59fbc2698f424e85d2f9db831a8a44e9b70d95f6ef0ebe7b66ba30db8702398e9b4a63812289b60227019412575ea7fca8781ef6
7
+ data.tar.gz: 6d45ff3c39f792fd99a9b1375aaab85f167e4fad300b45a7c53c3b3eaec23846ac6e8347ae55f78625ba6f5b2c3be87eb395891bb0fc2a1bec0bda9e326117aa
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.12.3
2
+ - Force rspec examples (in RSpec integration of zeta, not its own tests) to run in order
3
+
1
4
  # 0.12.1
2
5
  - Retry failed downloads up to 3 times
3
6
 
data/lib/zeta/rspec.rb CHANGED
@@ -4,14 +4,15 @@ require 'zeta'
4
4
  # Include this file in your spec/spec_helper.rb
5
5
  class Zeta::RSpec
6
6
  def self.run
7
- RSpec.describe "Update Zeta infrastructure once" do
8
- it "download infrastructure" do
7
+ RSpec.describe "Update Zeta infrastructure once", order: :defined do
8
+ it "download infrastructure (requires network connection)" do
9
9
  expect{
10
10
  Zeta.config
11
+ Zeta.infrastructure
11
12
  }.to_not raise_error
12
13
  end
13
-
14
- it "download specifications" do
14
+
15
+ it "download specifications (requires network connection)" do
15
16
  expect{
16
17
  Zeta.verbose = false
17
18
  Zeta.update_contracts
data/lib/zeta/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Zeta
2
- VERSION = "0.12.2"
2
+ VERSION = "0.12.3"
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: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jannis Hermanns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-01 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake