recipe :compass do description 'This wll add Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain' after :application_controller ask "Would you like to use Compass in this project?" do gem "compass", "~> 0.12.alpha.0" end end