wrong number of args in callback

This commit is contained in:
Thomas Reynolds 2011-08-14 13:38:03 -07:00
parent f0c538925a
commit c84830b30f
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ module Middleman
instance_eval(&proc)
end
SHARED_SERVER.after_build_callbacks.each do |name, proc|
SHARED_SERVER.after_build_callbacks.each do |proc|
instance_eval(&proc)
end
end

View file

@ -1,3 +1,3 @@
module Middleman
VERSION = "2.0.1"
VERSION = "2.0.1.1"
end