fixed ruby 1.9.2 bug

This commit is contained in:
Scott Davis 2011-04-28 09:05:25 -04:00
parent 5a2967fe51
commit 3376a38f9d
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
compass (0.11.1.8e2292b)
compass (0.11.1.5a2967f)
chunky_png (~> 1.1)
fssm (>= 0.2.7)
sass (~> 3.1)

View File

@ -35,14 +35,12 @@ module Compass
def setup(&block)
define_method :setup do
yield
super
end
end
def after(&block)
define_method :teardown do
yield
super
end
end