Sha256: 5614d5d62940d3bffdecd906f8399dac37deea06f04e32d427508c8c6fedd58d

Contents?: true

Size: 438 Bytes

Versions: 33

Compression:

Stored size: 438 Bytes

Contents

module Fog
  module Bluebox

    extend Fog::Provider

    service_path 'fog/bluebox'
    service :compute

    def self.new(attributes = {})
      location = caller.first
      warning = "[yellow][WARN] Fog::Bluebox#new is deprecated, use Fog::Bluebox::Compute#new instead[/]"
      warning << " [light_black](" << location << ")[/] "
      Formatador.display_line(warning)
      Fog::Bluebox::Compute.new(attributes)
    end

  end
end

Version data entries

33 entries across 33 versions & 2 rubygems

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