middleman 2.0.1 → 2.0.1.1

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.
@@ -77,7 +77,7 @@ module Middleman
77
77
  instance_eval(&proc)
78
78
  end
79
79
 
80
- SHARED_SERVER.after_build_callbacks.each do |name, proc|
80
+ SHARED_SERVER.after_build_callbacks.each do |proc|
81
81
  instance_eval(&proc)
82
82
  end
83
83
  end
@@ -1,3 +1,3 @@
1
1
  module Middleman
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.1.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: 13
4
+ hash: 105
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 1
10
- version: 2.0.1
10
+ - 1
11
+ version: 2.0.1.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Thomas Reynolds
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-08-12 00:00:00 Z
19
+ date: 2011-08-14 00:00:00 Z
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: rack