middleman 2.0.13-x86-mingw32 → 2.0.13.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 2.0.13.1
2
+ ====
3
+ build --clean shouldn't remove dotfiles
4
+
1
5
  2.0.13
2
6
  ====
3
7
  middleman build --clean keeps the build directory clean of leftover files
@@ -68,6 +68,7 @@ module Middleman
68
68
  def queue_current_paths_from(destination)
69
69
  @cleaning_queue = []
70
70
  Find.find(destination) do |path|
71
+ next if path.match(/\/\./)
71
72
  unless path == destination
72
73
  @cleaning_queue << path.sub(destination, destination[/([^\/]+?)$/])
73
74
  end
@@ -1,3 +1,3 @@
1
1
  module Middleman
2
- VERSION = "2.0.13"
2
+ VERSION = "2.0.13.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 13
10
- version: 2.0.13
10
+ - 1
11
+ version: 2.0.13.1
11
12
  platform: x86-mingw32
12
13
  authors:
13
14
  - Thomas Reynolds