Sha256: d209d41bbb2a2ee58cf41df2de4e183ca32847e48ff728ec260480824f845c3d
Contents?: true
Size: 435 Bytes
Versions: 25
Compression:
Stored size: 435 Bytes
Contents
module Fog module GoGrid extend Fog::Provider service_path 'fog/go_grid' service 'compute' def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::GoGrid#new is deprecated, use Fog::GoGrid::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::GoGrid::Compute.new(attributes) end end end
Version data entries
25 entries across 25 versions & 2 rubygems