ruby-aaws-simple 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/amazon/aws/cache.rb +1 -1
- data/lib/amazon/aws/simple_version.rb +1 -1
- metadata +1 -1
data/lib/amazon/aws/cache.rb
CHANGED
@@ -109,7 +109,7 @@ module Amazon
|
|
109
109
|
cache_file = File.join( @path, digest )
|
110
110
|
|
111
111
|
Amazon.dprintf( 'Caching %s...', digest )
|
112
|
-
|
112
|
+
contents.force_encoding("UTF-8")
|
113
113
|
#File.open( cache_file, 'w' ) { |f| f.puts contents }
|
114
114
|
File.write cache_file, contents
|
115
115
|
end
|