ironfan 4.11.1 → 4.11.2.pre

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.11.1
1
+ 4.11.2.pre
data/ironfan.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ironfan"
8
- s.version = "4.11.1"
8
+ s.version = "4.11.2.pre"
9
9
 
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
10
+ s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Infochimps"]
12
- s.date = "2013-06-24"
12
+ s.date = "2013-06-26"
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 = [
@@ -42,7 +42,7 @@ module Ironfan
42
42
  def self.expected_ids(computer) [computer.server.full_name]; end
43
43
 
44
44
  def name
45
- return id if tags.empty?
45
+ return id if (tags.nil? || tags.empty?)
46
46
  tags["Name"] || tags["name"] || id
47
47
  end
48
48
 
data/lib/ironfan.rb CHANGED
@@ -144,8 +144,8 @@ module Ironfan
144
144
  #
145
145
  # Utility to retry a flaky operation three times, with ascending wait times
146
146
  #
147
- # FIXME: Add specs to test the rescue here. It's a PITA to debug naturally or
148
- #
147
+ # FIXME: Add specs to test the rescue here. It's a PITA to debug naturally or
148
+ #
149
149
  # Manual test:
150
150
  # bundle exec ruby -e "require 'chef'; require 'ironfan'; Ironfan.tell_you_thrice { p 'hah'; raise 'hell' }"
151
151
  def self.tell_you_thrice(options={})
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ironfan
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.11.1
5
- prerelease:
4
+ version: 4.11.2.pre
5
+ prerelease: 7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Infochimps
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-24 00:00:00.000000000 Z
12
+ date: 2013-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -381,13 +381,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
381
381
  version: '0'
382
382
  segments:
383
383
  - 0
384
- hash: 2795032387684139978
384
+ hash: -1828685813255560891
385
385
  required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  none: false
387
387
  requirements:
388
- - - ! '>='
388
+ - - ! '>'
389
389
  - !ruby/object:Gem::Version
390
- version: '0'
390
+ version: 1.3.1
391
391
  requirements: []
392
392
  rubyforge_project:
393
393
  rubygems_version: 1.8.23