Sha256: ecfafc0bee452b0edcef482a0b50150f7328e46fedc5918ee331678d2209ec7f

Contents?: true

Size: 443 Bytes

Versions: 9

Compression:

Stored size: 443 Bytes

Contents

require 'fog/core'

module Fog
  module GoGrid

    extend Fog::Provider

    service(:compute, 'compute/go_grid')

    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

9 entries across 9 versions & 2 rubygems

Version Path
fog-0.5.3 lib/fog/providers/go_grid.rb
fog-0.5.2 lib/fog/providers/go_grid.rb
fog-0.5.1 lib/fog/providers/go_grid.rb
fog-0.5.0 lib/fog/providers/go_grid.rb
phpfog-fog-0.4.1.3 lib/fog/providers/go_grid.rb
phpfog-fog-0.4.1.2 lib/fog/providers/go_grid.rb
phpfog-fog-0.4.1.1 lib/fog/providers/go_grid.rb
phpfog-fog-0.4.1 lib/fog/providers/go_grid.rb
fog-0.4.1 lib/fog/providers/go_grid.rb