deploy-context 0.11.2 → 0.11.4

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
  SHA256:
3
- metadata.gz: 5d732c486fbd43907ae8234e4e5d57983408539c720a84bcef21e001a2b7ba85
4
- data.tar.gz: fba118b73f343a932300b4ebe9c0b95fe3a4652e4949c4206de2d7e1ba7d5477
3
+ metadata.gz: 5d61f80955675927e89ff2e79a337c2dc564f8d0d09cffab4225853ff82fbecd
4
+ data.tar.gz: fd9b93e0270e8e9c4c14c5fc6b184cb34cc1c53be0d7ac8917cbe754125b167a
5
5
  SHA512:
6
- metadata.gz: 9dc5cff0fb2fec74d804a2480a1e8e27da7175e618025e47b4f2c79b38d249c62453bf2769542bbfe291db0dad9fc686138f378969ff0cfc5fb0663da424179e
7
- data.tar.gz: f54a20ff77f983c81e710a72ebbef2d5a5bf9d0c7472c4635c357f01f2d957ebf38abc0f5375ccc158881ca6b45f885d425be348aeb3086b368905fca4f20fd2
6
+ metadata.gz: de287aad0320ca1fa8986ef6d213679b921dd38290951f4fa82e359d1044047f7aa06e6b86f337ceb11cdd5466bf22dd3def429bba9e217f8b4217ef33619771
7
+ data.tar.gz: 984f145bebec456b57f4f8e5a4d6fcef22263f55d53fee870948cf6e12038c04b961b0abd0dfb4b2c9f05ef27aeb2306104b4fea878300409481fedaa92800f6
checksums.yaml.gz.sig CHANGED
Binary file
data/bin/deploy-context CHANGED
@@ -18,6 +18,8 @@ else
18
18
  end
19
19
  when 'bump'
20
20
  deployer.minor_bump
21
+ when 'release'
22
+ deployer.major_bump
21
23
  else
22
24
  puts "Unkonown setting #{ARGV[0]}"
23
25
  end
@@ -0,0 +1,8 @@
1
+ # language: fr
2
+ @fr @serveurse
3
+ Fonctionnalité: Je suis le testeur du déployeur de deploy-context
4
+
5
+ Scénario: Initialisé deploy-context
6
+ Étant donné que deploy-context est présent
7
+ Alors compiler deploy-context
8
+ Et publié deploy-context
@@ -37,9 +37,9 @@ module Context
37
37
  context.build
38
38
  context.commit
39
39
  context.patch_bump
40
- context.release
41
- puts "Waiting a little before installing"
42
- sleep(5)
40
+ context.release(true)
41
+ puts "Waiting a minute before installing"
42
+ sleep(60)
43
43
  context.install
44
44
  if context.test_context_successful?
45
45
  puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
@@ -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.version}`.strip
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.2
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