jekyll-s3-yearofmoo 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,6 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
82
82
 
83
83
  def find_matching_expires_header(file)
84
84
  headers = @config['expire_headers']
85
- raise headers.to_yaml
86
85
  headers.each do |expire|
87
86
  pattern = Regexp.new expire['pattern']
88
87
  value = expire['value']
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.11"
3
+ VERSION = "0.0.12"
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
- - 11
9
- version: 0.0.11
8
+ - 12
9
+ version: 0.0.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux