From 470bc1e35f22c1fe5813a1754e52b3fbc2bb951b Mon Sep 17 00:00:00 2001
From: Azul <azul@leap.se>
Date: Tue, 1 Jul 2014 09:21:25 +0200
Subject: [PATCH] Version 0.5.3

This release enables using custom gems in the leap platform
customization. It also fixes cornercases during the account creation and
documents debugging in production.

 * android app now supports signup, so change text that said otherwise.
 * added debugging note to DEVELOP.md
 * Account.create - do a User.new instead of User.create, so that we can
   report the errors on the object if not saved.

Pull request #172 from elijh/feature/customgem
 * Gemfile: fix problem when config is missing environments
 * support for optional gems in Gemfile (engines/ and
 * config/customization/gems/)

Pull request #171 from elijh/feature/identityfail
 * if identity fails to be created, destroy the user. also, pass through
   identity errors to user and add identity class hook.
---
 lib/leap_web/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 56df918f..9ff7c460 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.5.2" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.5.3" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab