zeta 2.1.0 → 2.1.1.beta1

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: 43d01ffd8d89df42706ebca59c2c6680520ff9f9
4
- data.tar.gz: a5646e2a0a345f0b7d995e0afa68b5c6343e68e5
3
+ metadata.gz: 5488a2642ed4182f70ce059032e77a3a822d1dbe
4
+ data.tar.gz: 41b5adec55b453a868687c82ef425e34ac088695
5
5
  SHA512:
6
- metadata.gz: bbd3ec86f080ee494c8f24c841c800f1a3c5c72764ac1c7cf50b47cfd53d5462f8afd7ad3ef2f0d40612373dc9f8e8afc9d35b5eb5b480c426a6fd6a79ab72a4
7
- data.tar.gz: b25a68595c253e78169abc30973db1752667e4caea62a2df18fbf8c46909d6e1f105cee369a10930454efbe7ec494e25301a7c7151c31a33922c2c484c99a436
6
+ metadata.gz: b0af1874393f543709506a7783069bf77fc80c98692c71b8f213d877c982181e125038d21587e366f37914cdd1273cb78888024c9c1381ad8b2c75f63d1ee089
7
+ data.tar.gz: 69ce607a076c1632aec29b55452836cfcceeedf16902fcc45096c6c6d1b239da3ea9bb8413dc249a968994e2e9f6c0add65cbe7dc0af2fdb25638a0113f8610c
@@ -6,22 +6,22 @@ if defined?(Rails) && ENV['ZETA_HTTP_USER'].blank? && ENV['ZETA_HTTP_PASSWORD'].
6
6
  ENV['ZETA_HTTP_PASSWORD'] = Rails.application.config_for(:zeta)['api_key']
7
7
  end
8
8
 
9
- RSpec.describe "Zeta infrastructure", order: :defined do
10
- it "has a correctly configured current service" do
11
- expect{
9
+ RSpec.describe 'Zeta infrastructure', order: :defined do
10
+ it 'has a correctly configured current service' do
11
+ expect do
12
12
  Zeta.config
13
13
  Zeta.infrastructure
14
- }.to_not raise_error
14
+ end.to_not raise_error
15
15
  end
16
16
 
17
- it "can download the infrastructure contracts (requires network connection)" do
18
- expect{
17
+ it 'can download the infrastructure contracts (requires network connection)' do
18
+ expect do
19
19
  Zeta.verbose = false
20
20
  Zeta.update_contracts
21
- }.to_not raise_error
21
+ end.to_not raise_error
22
22
  end
23
23
 
24
- it "has a valid infrastructure" do
25
- expect(Zeta.contracts_fulfilled?(Lacerda::Reporters::RSpec.new)).to eq true
24
+ context 'contract validation' do
25
+ Zeta.contracts_fulfilled?(Lacerda::Reporters::RSpec.new)
26
26
  end
27
27
  end
data/lib/zeta/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Zeta
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1.beta1"
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: 2.1.0
4
+ version: 2.1.1.beta1
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-08-28 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -190,9 +190,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  requirements:
193
- - - ">="
193
+ - - ">"
194
194
  - !ruby/object:Gem::Version
195
- version: '0'
195
+ version: 1.3.1
196
196
  requirements: []
197
197
  rubyforge_project:
198
198
  rubygems_version: 2.6.12