ironfan 4.3.1 → 4.3.2

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 CHANGED
@@ -1,3 +1,6 @@
1
+ # v4.3.2:
2
+ * Adding cluster_name to cluster, to allow consistent semantics whether in cluster or facet
3
+
1
4
  # v4.3.1:
2
5
  * Correcting fullname to full_name for DSL::Compute children (this allows security_group(full_name) inside of facets)
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.3.1
1
+ 4.3.2
data/ironfan.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ironfan"
8
- s.version = "4.3.1"
8
+ s.version = "4.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Infochimps"]
@@ -15,6 +15,8 @@ module Ironfan
15
15
  facets.each {|f| f.servers.each {|s| result << s} }
16
16
  result
17
17
  end
18
+
19
+ def cluster_name() name; end
18
20
  end
19
21
 
20
22
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ironfan
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 4.3.1
5
+ version: 4.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Infochimps
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
- hash: -2956161478008164858
236
+ hash: 3099190191328474460
237
237
  segments:
238
238
  - 0
239
239
  version: "0"