ruby-aaws-simple 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,7 +109,7 @@ module Amazon
109
109
  cache_file = File.join( @path, digest )
110
110
 
111
111
  Amazon.dprintf( 'Caching %s...', digest )
112
- content.force_encoding("UTF-8")
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
@@ -1,7 +1,7 @@
1
1
  module Amazon
2
2
  module AWS
3
3
  module Simple
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-aaws-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: