1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2676 from fog/extract_archive_bad_require

[Rackspace] Incorrectly requiring all of fog for Fog::Storage.new
This commit is contained in:
Evan Light 2014-02-14 16:50:18 -05:00
commit 2de664474a

View file

@ -1,4 +1,3 @@
require 'fog'
module Fog
module Storage
class Rackspace
@ -36,4 +35,4 @@ module Fog
end
end
end
end
end