ironfan 4.9.3 → 4.9.4
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.
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/ironfan.gemspec +1 -1
- data/lib/ironfan/provider/ec2/machine.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.9.
|
|
1
|
+
4.9.4
|
data/ironfan.gemspec
CHANGED
|
@@ -181,7 +181,7 @@ module Ironfan
|
|
|
181
181
|
try += 1
|
|
182
182
|
pause_for = 3 * try
|
|
183
183
|
Ironfan.step(fog_server.id,"rescue ##{try}, sleeping #{pause_for} seconds")
|
|
184
|
-
|
|
184
|
+
Chef::Log.debug "Error was #{e.inspect}"
|
|
185
185
|
sleep pause_for
|
|
186
186
|
retry
|
|
187
187
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ironfan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.9.
|
|
4
|
+
version: 4.9.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -359,7 +359,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
359
359
|
version: '0'
|
|
360
360
|
segments:
|
|
361
361
|
- 0
|
|
362
|
-
hash:
|
|
362
|
+
hash: -2624176669841722455
|
|
363
363
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
364
|
none: false
|
|
365
365
|
requirements:
|