middleman-cloudfront 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,8 +60,8 @@ module Middleman
60
60
  # if :directory_indexes is active, we must invalidate both files and dirs
61
61
  files += files.map{|f| f.gsub(/\/index\.html$/, '/') }
62
62
  files.uniq!
63
- .map! { |f| f.start_with?('/') ? f : "/#{f}" }
64
- .reject! { |f| not filter =~ f }
63
+ files.map! { |f| f.start_with?('/') ? f : "/#{f}" }
64
+ files.reject! { |f| not filter =~ f }
65
65
 
66
66
  files
67
67
  end
@@ -1,6 +1,6 @@
1
1
  module Middleman
2
2
  module CloudFront
3
3
  PACKAGE = 'middleman-cloudfront'
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: