muck-users 3.2.20 → 3.2.21

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/Gemfile.lock ADDED
@@ -0,0 +1,48 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ activemodel (3.0.10)
5
+ activesupport (= 3.0.10)
6
+ builder (~> 2.1.2)
7
+ i18n (~> 0.5.0)
8
+ activerecord (3.0.10)
9
+ activemodel (= 3.0.10)
10
+ activesupport (= 3.0.10)
11
+ arel (~> 2.0.10)
12
+ tzinfo (~> 0.3.23)
13
+ activesupport (3.0.10)
14
+ arel (2.0.10)
15
+ authlogic (3.0.3)
16
+ activerecord (>= 3.0.7)
17
+ activerecord (>= 3.0.7)
18
+ babosa (0.3.5)
19
+ bcrypt-ruby (3.0.1)
20
+ builder (2.1.2)
21
+ friendly_id (3.3.0.1)
22
+ babosa (~> 0.3.0)
23
+ httparty (0.8.1)
24
+ multi_json
25
+ multi_xml
26
+ i18n (0.5.0)
27
+ json (1.6.1)
28
+ muck-engine (3.3.18)
29
+ overlord
30
+ validation_reflection
31
+ will_paginate (~> 3.0.0)
32
+ multi_json (1.0.3)
33
+ multi_xml (0.4.1)
34
+ overlord (3.0.2)
35
+ httparty
36
+ json
37
+ tzinfo (0.3.30)
38
+ validation_reflection (1.0.0)
39
+ will_paginate (3.0.2)
40
+
41
+ PLATFORMS
42
+ ruby
43
+
44
+ DEPENDENCIES
45
+ authlogic
46
+ bcrypt-ruby
47
+ friendly_id
48
+ muck-engine
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.20
1
+ 3.2.21
@@ -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') }, :status => :unauthorized }
44
44
  end
45
45
  end
46
46
  end
data/muck-users.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "muck-users"
8
- s.version = "3.2.20"
8
+ s.version = "3.2.21"
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"]
12
- s.date = "2011-10-07"
12
+ s.date = "2011-10-21"
13
13
  s.description = "Easily add user signup, login and other features to your application"
14
14
  s.email = "justin@tatemae.com"
15
15
  s.extra_rdoc_files = [
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  ]
18
18
  s.files = [
19
19
  "Gemfile",
20
+ "Gemfile.lock",
20
21
  "MIT-LICENSE",
21
22
  "README.rdoc",
22
23
  "Rakefile",
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: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 20
10
- version: 3.2.20
9
+ - 21
10
+ version: 3.2.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-10-07 00:00:00 Z
19
+ date: 2011-10-21 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  version_requirements: &id001 !ruby/object:Gem::Requirement
@@ -84,6 +84,7 @@ extra_rdoc_files:
84
84
  - README.rdoc
85
85
  files:
86
86
  - Gemfile
87
+ - Gemfile.lock
87
88
  - MIT-LICENSE
88
89
  - README.rdoc
89
90
  - Rakefile