jekyll-s3-yearofmoo 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
86
86
  headers.each do |expire|
87
87
  pattern = Regexp.new expire['pattern']
88
88
  value = expire['value']
89
- if value =~ pattern
89
+ if file =~ pattern
90
90
  return value
91
91
  end
92
92
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
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
- - 15
9
- version: 0.0.15
8
+ - 16
9
+ version: 0.0.16
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux