user_authentication 0.0.4 → 0.0.5
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 +3 -0
- data/lib/user_authentication/version.rb +1 -1
- metadata +2 -5
- data/app/models/user.rb~ +0 -8
- data/lib/random.rb~ +0 -8
- data/lib/user_authentication/version.rb~ +0 -3
data/app/models/user.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: user_authentication
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -165,15 +165,12 @@ files:
|
|
165
165
|
- app/controllers/application_controller.rb
|
166
166
|
- app/controllers/users_controller.rb
|
167
167
|
- app/models/user.rb
|
168
|
-
- app/models/user.rb~
|
169
168
|
- app/views/users/_login.html.erb
|
170
169
|
- config/routes.rb
|
171
170
|
- db/migrate/20121009010000_create_users.rb
|
172
171
|
- lib/random.rb
|
173
|
-
- lib/random.rb~
|
174
172
|
- lib/tasks/user_authentication_tasks.rake
|
175
173
|
- lib/user_authentication/version.rb
|
176
|
-
- lib/user_authentication/version.rb~
|
177
174
|
- lib/user_authentication.rb
|
178
175
|
- MIT-LICENSE
|
179
176
|
- Rakefile
|
data/app/models/user.rb~
DELETED
data/lib/random.rb~
DELETED