ironfan 4.11.3 → 4.11.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v4.11.4
2
+ * fix "undefined method" error when assigning elastic IPs (thanks, @andrewgoktepe)
3
+
1
4
  # v4.11.3
2
5
  * Removing unnecessary check for groups (caused failures when in VPC)
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.11.3
1
+ 4.11.4
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.3"
8
+ s.version = "4.11.4"
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-07-13"
12
+ s.date = "2013-08-28"
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 = [
@@ -58,7 +58,7 @@ module Ironfan
58
58
  return unless elastic_ip = computer.server.ec2.elastic_ip
59
59
  return unless recall? elastic_ip
60
60
  # also, in the case of VPC Elastic IPs, can discover and use allocation_id to attach a VPC Elastic IP.
61
- return unless computer.server.ec2.include?(:elastic_ip)
61
+ return unless computer.server.ec2.methods.include?(:elastic_ip)
62
62
  if ( computer.server.ec2.elastic_ip.nil? and cloud.vpc.nil? )
63
63
  # First, :elastic_ip is set, no address is currently allocated for this connection's owner
64
64
  # NOTE: We cannot specify an address to create, but after a reload we can then load the first available.
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.11.3
4
+ version: 4.11.4
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-07-13 00:00:00.000000000 Z
12
+ date: 2013-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -381,7 +381,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
381
381
  version: '0'
382
382
  segments:
383
383
  - 0
384
- hash: 4157015172636706371
384
+ hash: 2271021476756364937
385
385
  required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  none: false
387
387
  requirements: