Sha256: 6b04e26c8577441773b3b2e9e54fe70cc9662152aea941c99d208b6e40f140a8
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
require File.join(File.dirname(__FILE__), 'core') module Fog module Linode extend Fog::Provider service_path 'fog/linode' service 'compute' service 'dns' def self.new(attributes = {}) location = caller.first warning = "[yellow][WARN] Fog::Linode#new is deprecated, use Fog::Linode::Compute#new instead[/]" warning << " [light_black](" << location << ")[/] " Formatador.display_line(warning) Fog::Linode::Compute.new(attributes) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fog-0.4.0 | lib/fog/linode.rb |
fog-0.3.34 | lib/fog/linode.rb |
fog-0.3.33 | lib/fog/linode.rb |
fog-0.3.32 | lib/fog/linode.rb |