devise_token_auth 0.1.35 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of devise_token_auth might be problematic. Click here for more details.

@@ -0,0 +1,4 @@
1
+ Rails.application.routes.draw do
2
+ mount_devise_token_auth_for 'User', at: 'auth'
3
+ patch '/chong', to: 'bong#index'
4
+ end
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.35
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
@@ -219,6 +219,7 @@ files:
219
219
  - test/dummy/db/migrate/20150708104536_devise_token_auth_create_unconfirmable_users.rb
220
220
  - test/dummy/db/schema.rb
221
221
  - test/dummy/db/test.sqlite3
222
+ - test/dummy/db/test.sqlite3-journal
222
223
  - test/dummy/lib/migration_database_helper.rb
223
224
  - test/dummy/log/development.log
224
225
  - test/dummy/log/test.log
@@ -228,7 +229,8 @@ files:
228
229
  - test/dummy/public/favicon.ico
229
230
  - test/dummy/tmp/generators/app/models/user.rb
230
231
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
231
- - test/dummy/tmp/generators/db/migrate/20151013023615_devise_token_auth_create_users.rb
232
+ - test/dummy/tmp/generators/config/routes.rb
233
+ - test/dummy/tmp/generators/db/migrate/20151013030419_devise_token_auth_create_users.rb
232
234
  - test/fixtures/evil_users.yml
233
235
  - test/fixtures/mangs.yml
234
236
  - test/fixtures/nice_users.yml
@@ -359,6 +361,7 @@ test_files:
359
361
  - test/dummy/db/migrate/20150708104536_devise_token_auth_create_unconfirmable_users.rb
360
362
  - test/dummy/db/schema.rb
361
363
  - test/dummy/db/test.sqlite3
364
+ - test/dummy/db/test.sqlite3-journal
362
365
  - test/dummy/lib/migration_database_helper.rb
363
366
  - test/dummy/log/development.log
364
367
  - test/dummy/log/test.log
@@ -370,7 +373,8 @@ test_files:
370
373
  - test/dummy/README.rdoc
371
374
  - test/dummy/tmp/generators/app/models/user.rb
372
375
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
373
- - test/dummy/tmp/generators/db/migrate/20151013023615_devise_token_auth_create_users.rb
376
+ - test/dummy/tmp/generators/config/routes.rb
377
+ - test/dummy/tmp/generators/db/migrate/20151013030419_devise_token_auth_create_users.rb
374
378
  - test/fixtures/evil_users.yml
375
379
  - test/fixtures/mangs.yml
376
380
  - test/fixtures/nice_users.yml