lib/fog/storage.rb in fog-1.3.1 vs lib/fog/storage.rb in fog-1.4.0

- old
+ new

@@ -12,9 +12,12 @@ require 'fog/aws/storage' Fog::Storage::AWS.new(attributes) when :google require 'fog/google/storage' Fog::Storage::Google.new(attributes) + when :hp + require 'fog/hp/storage' + Fog::Storage::HP.new(attributes) when :ibm require 'fog/ibm/storage' Fog::Storage::IBM.new(attributes) when :local require 'fog/local/storage'