muck-users 3.2.11 → 3.2.12
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/muck-users/controllers/authentic_application.rb +1 -1
- data/muck-users.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.12
|
@@ -40,7 +40,7 @@ module MuckUsers
|
|
40
40
|
flash[:notice] = I18n.t('muck.users.login_requred')
|
41
41
|
redirect_to login_path
|
42
42
|
end
|
43
|
-
format.json { render :json => { :success => false, :logged_in => false, :message => I18n.t('muck.users.login_requred') }
|
43
|
+
format.json { render :json => { :success => false, :logged_in => false, :message => I18n.t('muck.users.login_requred') } }
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
data/muck-users.gemspec
CHANGED
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 3.2.
|
9
|
+
- 12
|
10
|
+
version: 3.2.12
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Ball
|