From 38474e94e3bfaeb40fb87bf2a9b8b1fbe546bc05 Mon Sep 17 00:00:00 2001
From: Azul <azul@leap.se>
Date: Sat, 8 Feb 2014 16:36:38 +0100
Subject: [PATCH] Version 0.5.0

Changes since 0.5.0-rc:
* locale prefix support
* download client from user page
* hotfix to make webapp work with rack again
* ensure permissions are preserved when copying customization files. (#4623)
* Return 'provider.json' via a controller, to better be able to control the response headers
* document new way we deploy couch design docs
* remove outdated views that cause errors
* only emit pgp keys if they are actually set
* ensure auto_update_design_docs is false
* switch to using dl.bitmask.net
* remove manual 'gem minitest'
* default pricing, privacy policy and tos pages
* default footer with links to privacy policy, tos, pricing, about us, contact
* upgraded bootstrap to latest in 2.x series
* move #masthead out of main templates
* customizable 'bye' page for when a user leaves
* fix js platform detection
* applied mcnair's changes to privacy policy
* untracked files in deploy are in gitignore - #4953
* gitkeep empty folders for config/provider and config/customizations
* integration test with en-EN language
* ensure record removal after tests
* log failing integration tests with screenshot and serverlog
* stop taking screenshots inside tests
---
 Gemfile.lock            | 18 +++++++++---------
 lib/leap_web/version.rb |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index e8a98314..0c7486f5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,21 +8,21 @@ GIT
 PATH
   remote: billing
   specs:
-    leap_web_billing (0.5.0.rc)
+    leap_web_billing (0.5.0)
       braintree
-      leap_web_core (= 0.5.0.rc)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: certs
   specs:
-    leap_web_certs (0.5.0.rc)
+    leap_web_certs (0.5.0)
       certificate_authority (>= 0.2.0)
-      leap_web_core (= 0.5.0.rc)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: core
   specs:
-    leap_web_core (0.5.0.rc)
+    leap_web_core (0.5.0)
       couchrest (~> 1.1.3)
       couchrest_model (~> 2.0.0)
       couchrest_session_store (~> 0.2.4)
@@ -32,14 +32,14 @@ PATH
 PATH
   remote: help
   specs:
-    leap_web_help (0.5.0.rc)
-      leap_web_core (= 0.5.0.rc)
+    leap_web_help (0.5.0)
+      leap_web_core (= 0.5.0)
 
 PATH
   remote: users
   specs:
-    leap_web_users (0.5.0.rc)
-      leap_web_core (= 0.5.0.rc)
+    leap_web_users (0.5.0)
+      leap_web_core (= 0.5.0)
       rails_warden
       ruby-srp (~> 0.2.1)
 
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 6915930d..16a014b2 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.5.0.rc" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.5.0" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab