jekyll-s3-yearofmoo 0.0.28 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -63,7 +63,6 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
63
63
  else
64
64
  files = Dir[dir + '/' + include_pattern]
65
65
  end
66
- raise files.to_yaml
67
66
 
68
67
  files = files.delete_if { |f|
69
68
  File.directory?(f)
@@ -97,6 +96,7 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
97
96
  else
98
97
  paths = files
99
98
  end
99
+ raise paths.to_yaml
100
100
 
101
101
  paths
102
102
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.28"
3
+ VERSION = "0.0.29"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 28
9
- version: 0.0.28
8
+ - 29
9
+ version: 0.0.29
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux