Sha256: bafefead89df2aa51ae3ddd0ecf047c622f94902db9e6eadfdbf821203ac8c2c

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

# Application template recipe for the rails3_devise_wizard. Check for a newer version here:
# https://github.com/fortuity/rails3_devise_wizard/blob/master/recipes/haml.rb

if config['haml']
  gem 'haml', '>= 3.1.1'
  gem 'haml-rails', '>= 0.3.4', :group => :development
else
  recipes.delete('haml')
end

__END__

name: HAML
description: "Utilize Haml instead of ERB."
author: fortuity

category: templating
exclusive: templating

config:
  - haml:
      type: boolean
      prompt: Would you like to use Haml instead of ERB?

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails3_devise_wizard-0.3.2 recipes/haml.rb
rails3_devise_wizard-0.3.1 recipes/haml.rb
rails3_devise_wizard-0.2.8 recipes/haml.rb