muck-users 3.2.18 → 3.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.18
1
+ 3.2.19
@@ -75,8 +75,7 @@ class Muck::UserSessionsController < ApplicationController
75
75
  if success
76
76
  respond_to do |format|
77
77
  format.html do
78
- flash[:notice] = t('muck.users.login_success')
79
- debugger if @user_session.user.blank?
78
+ flash[:notice] = t('muck.users.login_success')
80
79
  redirect_back_or_default(user_path(@user_session.user))
81
80
  end
82
81
  format.json { render :json => { :logged_in => true, :message => t('muck.users.login_success'), :user => @user.to_json } }
data/muck-users.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "muck-users"
8
- s.version = "3.2.18"
8
+ s.version = "3.2.19"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball", "Joel Duffin"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-users
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 18
10
- version: 3.2.18
9
+ - 19
10
+ version: 3.2.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball