README.md in defog-0.9.2 vs README.md in defog-0.9.3
- old
+ new
@@ -237,13 +237,13 @@
gem 'defog'
## Compatibility
-Defog is currently known to work on:
+Defog is tested on:
-* Ruby: MRI 1.9.2, MRI 1.9.3, MRI 2.0.0
+* Ruby: MRI 1.9.3, MRI 2.1.3
* Fog Storage: :local, :AWS
The above storage providers are what the author uses. Please fork and add
others! (There's just a very small amount of provider-specific code in [one
@@ -251,9 +251,10 @@
plus appropriate rspec examples.)
## History
Release Notes:
+* 0.9.3 - Bug fix: don't fail when measuring cache if file gets deleted by another process (more robust)
* 0.9.2 - Bug fix: don't fail when measuring cache if file gets deleted by another process (more robust)
* 0.9.1 - Bug fix: don't fail when measuring cache if file gets deleted by another process
* 0.9.0 - Expose Handle#md5_hash
* 0.8.0 - Include prefix in proxy_path (thus allowing cache sharing)
* 0.7.2 - Bug fix: don't fail when clearing cache if another process clears it first