Sha256: d960ff97cdbc6748fed89f5bd29cec907219c330410bf591829bb7a81d736e26

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 Bytes

Contents

require File.join(File.dirname(__FILE__), 'core')

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

4 entries across 4 versions & 1 rubygems

Version Path
fog-0.4.0 lib/fog/go_grid.rb
fog-0.3.34 lib/fog/go_grid.rb
fog-0.3.33 lib/fog/go_grid.rb
fog-0.3.32 lib/fog/go_grid.rb