jekyll-s3-yearofmoo 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,8 +75,7 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
75
75
  data = { :access => 'public-read' }
76
76
  expiry = find_matching_expires_header(file)
77
77
  if expiry
78
- data[:expiry] = expiry
79
- raise data.to_yaml
78
+ data[:expires] = expiry
80
79
  end
81
80
  data
82
81
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
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
- - 16
9
- version: 0.0.16
8
+ - 17
9
+ version: 0.0.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux