simple-s3 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -55,3 +55,9 @@ include_files:
55
55
 
56
56
  # ... the rest of the simple-s3.yml file
57
57
  ```
58
+
59
+ ## More Info
60
+
61
+ Click here to view more information about this amazing gem.
62
+
63
+ http://www.yearofmoo.com/2012/10/launch-a-static-website-with-simple-s3.html
@@ -49,6 +49,10 @@ 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__)
53
+ raise path
54
+ next if File.directory?(path)
55
+
52
56
  name = File.basename(file)
53
57
  found = false
54
58
  exclude.each do |ex|
@@ -1,3 +1,3 @@
1
1
  class SimpleS3
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
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
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matias Niemela
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-10-23 00:00:00 -04:00
17
+ date: 2012-10-29 00:00:00 -04:00
18
18
  default_executable: simple-s3
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency