devise_token_auth 0.1.31.beta8 → 0.1.31.beta9
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.
- checksums.yaml +4 -4
- data/app/controllers/devise_token_auth/passwords_controller.rb +3 -3
- data/app/controllers/devise_token_auth/sessions_controller.rb +3 -3
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +162 -0
- data/test/dummy/log/test.log +27256 -0
- data/test/dummy/tmp/generators/db/migrate/{20150107103347_devise_token_auth_create_users.rb → 20150109190943_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.31.
|
|
4
|
+
version: 0.1.31.beta9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lynn Hurley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -207,7 +207,7 @@ files:
|
|
|
207
207
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
208
208
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
209
209
|
- test/dummy/tmp/generators/config/routes.rb
|
|
210
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
210
|
+
- test/dummy/tmp/generators/db/migrate/20150109190943_devise_token_auth_create_users.rb
|
|
211
211
|
- test/dummy/tmp/restart.txt
|
|
212
212
|
- test/fixtures/evil_users.yml
|
|
213
213
|
- test/fixtures/mangs.yml
|
|
@@ -330,7 +330,7 @@ test_files:
|
|
|
330
330
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
331
331
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
332
332
|
- test/dummy/tmp/generators/config/routes.rb
|
|
333
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
333
|
+
- test/dummy/tmp/generators/db/migrate/20150109190943_devise_token_auth_create_users.rb
|
|
334
334
|
- test/dummy/tmp/restart.txt
|
|
335
335
|
- test/fixtures/evil_users.yml
|
|
336
336
|
- test/fixtures/mangs.yml
|