1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/local/models/storage
Benjamin Manns 1deb159c6a [local|storage] Fix Local::File deletion for Ruby 1.8.
Ruby 1.8 doesn't have a Dir.exists? method, which causes an exception and
prevents empty parent directories from being deleted. These changes use
File.exists? and File.directory? in place of Dir.exists?. Fixes
fog/fog#707.
2012-02-15 12:52:52 -05:00
..
directories.rb [storage|local] move local storage to its own shared area (namespacing should probably be corrected) 2011-08-24 14:09:18 -05:00
directory.rb [storage|local] move local storage to its own shared area (namespacing should probably be corrected) 2011-08-24 14:09:18 -05:00
file.rb [local|storage] Fix Local::File deletion for Ruby 1.8. 2012-02-15 12:52:52 -05:00
files.rb [storage|local] move local storage to its own shared area (namespacing should probably be corrected) 2011-08-24 14:09:18 -05:00