simple-s3 1.0.10 → 1.0.11

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.
@@ -71,7 +71,8 @@ class SimpleS3
71
71
  files.each do |file|
72
72
  path = File.expand_path(file)
73
73
  final_file = file
74
- if final_file =~ /^.\//
74
+ if final_file =~ /^\.\//
75
+ raise final_file
75
76
  file_file = final_file[2..final_file.length-1]
76
77
  end
77
78
  puts "Simple-S3: Uploading #{file} as '#{final_file}' to '#{bucket}'"
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.11"
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
- - 10
9
- version: 1.0.10
8
+ - 11
9
+ version: 1.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela