lib/fog/local/storage.rb in fog-1.3.1 vs lib/fog/local/storage.rb in fog-1.4.0
- old
+ new
@@ -1,5 +1,5 @@
-require File.expand_path(File.join(File.dirname(__FILE__), '..', 'storage'))
+require 'fog/local/storage'
require 'fog/storage'
module Fog
module Storage
class Local < Fog::Service