ironfan 4.11.2.pre → 4.11.2.pre2
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/VERSION +1 -1
- data/ironfan.gemspec +1 -1
- data/lib/ironfan/provider/ec2/machine.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.11.2.
|
|
1
|
+
4.11.2.pre2
|
data/ironfan.gemspec
CHANGED
|
@@ -108,7 +108,7 @@ module Ironfan
|
|
|
108
108
|
|
|
109
109
|
def to_s
|
|
110
110
|
"<%-15s %-12s %-25s %-25s %-15s %-15s %-12s %-12s %s:%s>" % [
|
|
111
|
-
self.class.handle, id, created_at,
|
|
111
|
+
self.class.handle, id, created_at, name, private_ip_address, public_ip_address, flavor_id, availability_zone, key_name, groups.join(',') ]
|
|
112
112
|
end
|
|
113
113
|
|
|
114
114
|
#
|
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.2.
|
|
4
|
+
version: 4.11.2.pre2
|
|
5
5
|
prerelease: 7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -381,7 +381,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
381
381
|
version: '0'
|
|
382
382
|
segments:
|
|
383
383
|
- 0
|
|
384
|
-
hash: -
|
|
384
|
+
hash: -1711638393510915584
|
|
385
385
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
386
386
|
none: false
|
|
387
387
|
requirements:
|