radiant-users-extension 2.1.2 → 2.1.3
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/app/models/user.rb
CHANGED
|
@@ -2,7 +2,7 @@ class User < ActiveRecord::Base
|
|
|
2
2
|
|
|
3
3
|
@@authorized_types = [ 'Administrator', 'Designer', 'User' ]
|
|
4
4
|
|
|
5
|
-
devise :database_authenticatable, :confirmable, :recoverable, :rememberable, :token_authenticatable, :validatable
|
|
5
|
+
devise :database_authenticatable, :registerable, :confirmable, :recoverable, :rememberable, :token_authenticatable, :validatable
|
|
6
6
|
# When inheriting this can raise an exception on the new models
|
|
7
7
|
|
|
8
8
|
attr_accessor :login, :new_class_name
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{radiant-users-extension}
|
|
8
|
-
s.version = "2.1.
|
|
8
|
+
s.version = "2.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dirk Kelly"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-02-02}
|
|
13
13
|
s.description = %q{Makes Radiant better by adding users!}
|
|
14
14
|
s.email = ["dk@dirkkelly.com"]
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -90,7 +90,7 @@ Gem::Specification.new do |s|
|
|
|
90
90
|
s.homepage = %q{http://github.com/dirkkelly/radiant-users-extension}
|
|
91
91
|
s.post_install_message = %q{
|
|
92
92
|
Add this to your radiant project with:
|
|
93
|
-
config.gem 'radiant-users-extension', :version => '2.1.
|
|
93
|
+
config.gem 'radiant-users-extension', :version => '2.1.3'
|
|
94
94
|
}
|
|
95
95
|
s.require_paths = ["lib"]
|
|
96
96
|
s.rubygems_version = %q{1.4.2}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: radiant-users-extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 2.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 2.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dirk Kelly
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-02-02 00:00:00 +08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -133,7 +133,7 @@ has_rdoc: true
|
|
|
133
133
|
homepage: http://github.com/dirkkelly/radiant-users-extension
|
|
134
134
|
licenses: []
|
|
135
135
|
|
|
136
|
-
post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-users-extension', :version => '2.1.
|
|
136
|
+
post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-users-extension', :version => '2.1.3'\n "
|
|
137
137
|
rdoc_options: []
|
|
138
138
|
|
|
139
139
|
require_paths:
|