stubs/stack/setup.rb in rango-0.2.1 vs stubs/stack/setup.rb in rango-0.2.3
- old
+ new
@@ -15,7 +15,7 @@
context[:orm] = "datamapper" unless context[:orm]
context[:router] = "usher" unless context[:router]
context[:template_engine] = "haml" unless context[:template_engine]
context[:git_deployer] = true unless context.has_key?(:git_deployer)
context[:code_cleaner] = true unless context.has_key?(:git_deployer)
- context[:email_hash] = Base64.encode64(context[:email])
+ context[:email_hash] = Base64.encode64(context[:email]) if context[:email]
end