jekyll-s3-yearofmoo 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,7 +71,7 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
71
71
  paths
72
72
  end
73
73
 
74
- def customize_file_metadata(file, object)
74
+ def customize_file_metadata(file)
75
75
  data = { :access => 'public-read' }
76
76
  expiry = find_matching_expires_header(file)
77
77
  if expiry
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
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
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux