ironfan 4.9.7 → 4.9.8

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.
Files changed (5) hide show
  1. data/CHANGELOG.md +3 -0
  2. data/VERSION +1 -1
  3. data/ironfan.gemspec +2 -2
  4. data/lib/ironfan.rb +1 -1
  5. metadata +3 -3
@@ -1,3 +1,6 @@
1
+ # v4.9.8
2
+ * fixing rescue block in tell_you_thrice
3
+
1
4
  # v4.9.7
2
5
  * cluster_stop: turning off aggregates? and prepares?
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.9.7
1
+ 4.9.8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ironfan"
8
- s.version = "4.9.7"
8
+ s.version = "4.9.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Infochimps"]
12
- s.date = "2013-04-16"
12
+ s.date = "2013-04-17"
13
13
  s.description = "Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks."
14
14
  s.email = "coders@infochimps.com"
15
15
  s.extra_rdoc_files = [
@@ -155,7 +155,7 @@ module Ironfan
155
155
 
156
156
  begin
157
157
  yield
158
- rescue error_class => err
158
+ rescue options[:error_class] => err
159
159
  raise if try > retries
160
160
  try += 1
161
161
  pause_for = multiplier * try
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.7
4
+ version: 4.9.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-16 00:00:00.000000000 Z
12
+ date: 2013-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -359,7 +359,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
359
359
  version: '0'
360
360
  segments:
361
361
  - 0
362
- hash: -968264450704678712
362
+ hash: 743785728479819122
363
363
  required_rubygems_version: !ruby/object:Gem::Requirement
364
364
  none: false
365
365
  requirements: