Sha256: 7bf097760e810c3f09a727ff659df0f4eb48532784567736f3015cac38a49b20

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 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::Bluebox::Compute.new(attributes)
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fog-0.3.7 lib/fog/go_grid.rb
fog-0.3.6 lib/fog/go_grid.rb
fog-0.3.5 lib/fog/go_grid.rb
fog-0.3.4 lib/fog/go_grid.rb
fog-0.3.3 lib/fog/go_grid.rb
fog-0.3.2 lib/fog/go_grid.rb
fog-0.3.1 lib/fog/go_grid.rb
fog-0.3.0 lib/fog/go_grid.rb