summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-07-01 09:21:25 +0200
committerAzul <azul@leap.se>2014-07-01 09:21:25 +0200
commit470bc1e35f22c1fe5813a1754e52b3fbc2bb951b (patch)
tree77b332962db5d24afcc6de897a63dd5039a10b0d
parent91c2ba1054b9daf25b922e5922d88bfe1098fd3d (diff)
Version 0.5.30.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.
-rw-r--r--lib/leap_web/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 56df918..9ff7c46 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