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

Version Path
fog-0.3.31 lib/fog/go_grid.rb
fog-0.3.30 lib/fog/go_grid.rb
fog-0.3.29 lib/fog/go_grid.rb
fog-0.3.28 lib/fog/go_grid.rb
fog-0.3.27 lib/fog/go_grid.rb
fog-0.3.26 lib/fog/go_grid.rb
fog-0.3.25 lib/fog/go_grid.rb
fog-0.3.24 lib/fog/go_grid.rb
bbcloud-0.8.1 lib/bbcloud/vendor/fog-0.3.23/lib/fog/go_grid.rb
fog-0.3.23 lib/fog/go_grid.rb
fog-0.3.22 lib/fog/go_grid.rb
fog-0.3.21 lib/fog/go_grid.rb
fog-0.3.20 lib/fog/go_grid.rb
fog-0.3.19 lib/fog/go_grid.rb
fog-0.3.18 lib/fog/go_grid.rb
fog-0.3.17 lib/fog/go_grid.rb
fog-0.3.16 lib/fog/go_grid.rb
fog-0.3.15 lib/fog/go_grid.rb
fog-0.3.14 lib/fog/go_grid.rb
fog-0.3.13 lib/fog/go_grid.rb