devise_token_auth 0.1.31.beta3 → 0.1.31.beta4
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/lib/devise_token_auth/rails/routes.rb +2 -1
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +6768 -0
- data/test/dummy/tmp/generators/app/models/user.rb +4 -0
- data/test/dummy/tmp/generators/db/migrate/{20150105043654_devise_token_auth_create_users.rb → 20150105044322_devise_token_auth_create_users.rb} +0 -0
- metadata +3 -5
- data/test/dummy/tmp/generators/app/controllers/application_controller.rb +0 -6
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.beta4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lynn Hurley
|
|
@@ -203,10 +203,9 @@ files:
|
|
|
203
203
|
- test/dummy/public/422.html
|
|
204
204
|
- test/dummy/public/500.html
|
|
205
205
|
- test/dummy/public/favicon.ico
|
|
206
|
-
- test/dummy/tmp/generators/app/controllers/application_controller.rb
|
|
207
206
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
208
207
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
209
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
208
|
+
- test/dummy/tmp/generators/db/migrate/20150105044322_devise_token_auth_create_users.rb
|
|
210
209
|
- test/dummy/tmp/restart.txt
|
|
211
210
|
- test/fixtures/evil_users.yml
|
|
212
211
|
- test/fixtures/mangs.yml
|
|
@@ -325,10 +324,9 @@ test_files:
|
|
|
325
324
|
- test/dummy/public/favicon.ico
|
|
326
325
|
- test/dummy/Rakefile
|
|
327
326
|
- test/dummy/README.rdoc
|
|
328
|
-
- test/dummy/tmp/generators/app/controllers/application_controller.rb
|
|
329
327
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
330
328
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
331
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
329
|
+
- test/dummy/tmp/generators/db/migrate/20150105044322_devise_token_auth_create_users.rb
|
|
332
330
|
- test/dummy/tmp/restart.txt
|
|
333
331
|
- test/fixtures/evil_users.yml
|
|
334
332
|
- test/fixtures/mangs.yml
|