ironfan 4.3.3 → 4.3.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.3.4:
2
+ * whoops. actually want attributes, not compact_attributes (#191)
3
+
1
4
  # v4.3.3:
2
5
  * Fixed "Terminated machines don't show up even with -VV" (#180)
3
6
  * Removing superfluous old steps from cluster_launch
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.3.3
1
+ 4.3.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.3.3"
8
+ s.version = "4.3.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 = "2012-10-10"
12
+ s.date = "2012-10-11"
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 = [
@@ -11,7 +11,7 @@ module Ironfan
11
11
  # A drive should include volume attributes in any node references
12
12
  def node()
13
13
  result = super.stringify_keys
14
- result.merge! volume.compact_attributes.stringify_keys unless volume.nil?
14
+ result.merge! volume.attributes.stringify_keys unless volume.nil?
15
15
  result
16
16
  end
17
17
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ironfan
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.3.3
5
+ version: 4.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Infochimps
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-10-10 00:00:00 Z
13
+ date: 2012-10-11 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: chef
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
- hash: 398445846014237700
236
+ hash: -657370034756427507
237
237
  segments:
238
238
  - 0
239
239
  version: "0"