simple-s3 0.0.7 → 0.0.8

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.
@@ -43,7 +43,7 @@ class SimpleS3
43
43
  base_name,
44
44
  File.open(file),
45
45
  bucket,
46
- meta_data
46
+ metadata
47
47
  )
48
48
  end
49
49
 
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/simple-s3.gem CHANGED
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela