ey_cloud_awareness 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/ey_cloud_awareness.gemspec +1 -1
- data/lib/engine_yard_cloud_instance.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
data/ey_cloud_awareness.gemspec
CHANGED
@@ -114,7 +114,7 @@ class EngineYardCloudInstance
|
|
114
114
|
current[:aws_state] = instance_description[:aws_state]
|
115
115
|
current[:aws_groups] = instance_description[:aws_groups]
|
116
116
|
current[:aws_instance_id] = instance_description[:aws_instance_id]
|
117
|
-
current[:users] =
|
117
|
+
current[:users] = dna[:users].map(&:recursive_symbolize_keys!) # array of hashes, so we have to do this manually
|
118
118
|
end
|
119
119
|
@_data = hash.recursive_symbolize_keys!
|
120
120
|
end
|