simple-s3 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,7 @@ class SimpleS3
57
57
  exclude.each do |ex|
58
58
  found = true if file.start_with?(ex) || ex == name
59
59
  end
60
- files.push(file) unless found
60
+ files.push(path) unless found
61
61
  end
62
62
  end
63
63
 
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
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
  - 1
7
7
  - 0
8
- - 5
9
- version: 1.0.5
8
+ - 6
9
+ version: 1.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela