deploy-context 0.11.3 → 0.11.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bin/deploy-context +2 -0
- data/features/deploy-context.feature +8 -0
- data/lib/deploy-context/deploy/ruby.rb +2 -2
- data/lib/deploy-context.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d61f80955675927e89ff2e79a337c2dc564f8d0d09cffab4225853ff82fbecd
|
4
|
+
data.tar.gz: fd9b93e0270e8e9c4c14c5fc6b184cb34cc1c53be0d7ac8917cbe754125b167a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de287aad0320ca1fa8986ef6d213679b921dd38290951f4fa82e359d1044047f7aa06e6b86f337ceb11cdd5466bf22dd3def429bba9e217f8b4217ef33619771
|
7
|
+
data.tar.gz: 984f145bebec456b57f4f8e5a4d6fcef22263f55d53fee870948cf6e12038c04b961b0abd0dfb4b2c9f05ef27aeb2306104b4fea878300409481fedaa92800f6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/bin/deploy-context
CHANGED
@@ -37,8 +37,8 @@ module Context
|
|
37
37
|
context.build
|
38
38
|
context.commit
|
39
39
|
context.patch_bump
|
40
|
-
context.release
|
41
|
-
puts "Waiting a
|
40
|
+
context.release(true)
|
41
|
+
puts "Waiting a minute before installing"
|
42
42
|
sleep(60)
|
43
43
|
context.install
|
44
44
|
if context.test_context_successful?
|
data/lib/deploy-context.rb
CHANGED
@@ -23,7 +23,7 @@ module Context
|
|
23
23
|
end
|
24
24
|
|
25
25
|
def test_context_successful?
|
26
|
-
deploy_context_installed = `chef exec gem list deploy-context --local -i --version #{GVB.
|
26
|
+
deploy_context_installed = `chef exec gem list deploy-context --local -i --version #{GVB.major_version}.#{GVB.minor_version}`.strip
|
27
27
|
case deploy_context_installed
|
28
28
|
when 'true'
|
29
29
|
true
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deploy-context
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Provencher
|
@@ -97,6 +97,7 @@ files:
|
|
97
97
|
- Rakefile
|
98
98
|
- bin/deploy-context
|
99
99
|
- deploy-context.gemspec
|
100
|
+
- features/deploy-context.feature
|
100
101
|
- features/support/env.rb
|
101
102
|
- lib/deploy-context.rb
|
102
103
|
- lib/deploy-context/context/deploy.rb
|
metadata.gz.sig
CHANGED
Binary file
|