simple-s3 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ class SimpleS3
49
49
  files = []
50
50
  inc.each do |ii|
51
51
  Dir[ii].each do |file|
52
- path = File.expand_path(file, __FILE__)
52
+ path = File.expand_path(file)
53
53
  raise path
54
54
  next if File.directory?(path)
55
55
 
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
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
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela