devise_token_auth 0.1.30.beta5 → 0.1.30.beta6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/devise_token_auth/registrations_controller.rb +8 -1
- data/app/models/devise_token_auth/concerns/user.rb +10 -1
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/controllers/devise_token_auth/registrations_controller_test.rb +54 -8
- data/test/dummy/db/schema.rb +12 -12
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +18194 -0
- data/test/dummy/tmp/generators/app/models/user.rb +0 -4
- data/test/dummy/tmp/generators/db/migrate/{20141111233302_devise_token_auth_create_users.rb → 20141115181532_devise_token_auth_create_users.rb} +0 -0
- metadata +4 -4
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_token_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.30.
|
4
|
+
version: 0.1.30.beta6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lynn Hurley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -201,7 +201,7 @@ files:
|
|
201
201
|
- test/dummy/public/favicon.ico
|
202
202
|
- test/dummy/tmp/generators/app/models/user.rb
|
203
203
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
204
|
-
- test/dummy/tmp/generators/db/migrate/
|
204
|
+
- test/dummy/tmp/generators/db/migrate/20141115181532_devise_token_auth_create_users.rb
|
205
205
|
- test/dummy/tmp/restart.txt
|
206
206
|
- test/fixtures/evil_users.yml
|
207
207
|
- test/fixtures/mangs.yml
|
@@ -316,7 +316,7 @@ test_files:
|
|
316
316
|
- test/dummy/README.rdoc
|
317
317
|
- test/dummy/tmp/generators/app/models/user.rb
|
318
318
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
319
|
-
- test/dummy/tmp/generators/db/migrate/
|
319
|
+
- test/dummy/tmp/generators/db/migrate/20141115181532_devise_token_auth_create_users.rb
|
320
320
|
- test/dummy/tmp/restart.txt
|
321
321
|
- test/fixtures/evil_users.yml
|
322
322
|
- test/fixtures/mangs.yml
|