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 +4 -4
- data/CHANGELOG.markdown +3 -0
- data/lib/zeta/rspec.rb +5 -4
- data/lib/zeta/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f89983d6e8c1a86caa18dd2c70c7232feed564e4
|
|
4
|
+
data.tar.gz: 9425b22e845e2072fe48e643992d06a41ecfa451
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8b6f95426950ccd197785bb59fbc2698f424e85d2f9db831a8a44e9b70d95f6ef0ebe7b66ba30db8702398e9b4a63812289b60227019412575ea7fca8781ef6
|
|
7
|
+
data.tar.gz: 6d45ff3c39f792fd99a9b1375aaab85f167e4fad300b45a7c53c3b3eaec23846ac6e8347ae55f78625ba6f5b2c3be87eb395891bb0fc2a1bec0bda9e326117aa
|
data/CHANGELOG.markdown
CHANGED
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
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.
|
|
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-
|
|
11
|
+
date: 2016-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|