veronic 0.0.15 → 0.0.16

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.
@@ -68,7 +68,11 @@ module Provider
68
68
  rescue
69
69
  puts "Creation of #{@name} failed"
70
70
  self.destroy([node.server.id]) if node.server
71
- self.bootstrap(recursive_count+=1) if recursive_count < 3
71
+ if recursive_count < 10
72
+ self.bootstrap(recursive_count+=1)
73
+ else
74
+ exit 1
75
+ end
72
76
  end
73
77
  end
74
78
 
data/veronic.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'veronic'
3
- s.version = '0.0.15'
3
+ s.version = '0.0.16'
4
4
  s.date = '2013-04-05'
5
5
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
6
6
  s.summary = "Veronic, a simple cloud deployer"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veronic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: