lib/yuyi/roll.rb in yuyi-1.0.5 vs lib/yuyi/roll.rb in yuyi-1.0.6

- old
+ new

@@ -172,10 +172,11 @@ end end def pre_install return unless self.class.pre_install + say title, :type => :success instance_eval(&self.class.pre_install) end def install begin @@ -186,9 +187,10 @@ end end def post_install return unless self.class.post_install + say title, :type => :success instance_eval(&self.class.post_install) end def uninstall begin