devise_token_auth 0.1.31.beta9 → 0.1.31.beta10

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.
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.beta9
4
+ version: 0.1.31.beta10
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-09 00:00:00.000000000 Z
11
+ date: 2015-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -206,8 +206,7 @@ files:
206
206
  - test/dummy/public/favicon.ico
207
207
  - test/dummy/tmp/generators/app/models/user.rb
208
208
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
209
- - test/dummy/tmp/generators/config/routes.rb
210
- - test/dummy/tmp/generators/db/migrate/20150109190943_devise_token_auth_create_users.rb
209
+ - test/dummy/tmp/generators/db/migrate/20150128192943_devise_token_auth_create_users.rb
211
210
  - test/dummy/tmp/restart.txt
212
211
  - test/fixtures/evil_users.yml
213
212
  - test/fixtures/mangs.yml
@@ -329,8 +328,7 @@ test_files:
329
328
  - test/dummy/README.rdoc
330
329
  - test/dummy/tmp/generators/app/models/user.rb
331
330
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
332
- - test/dummy/tmp/generators/config/routes.rb
333
- - test/dummy/tmp/generators/db/migrate/20150109190943_devise_token_auth_create_users.rb
331
+ - test/dummy/tmp/generators/db/migrate/20150128192943_devise_token_auth_create_users.rb
334
332
  - test/dummy/tmp/restart.txt
335
333
  - test/fixtures/evil_users.yml
336
334
  - test/fixtures/mangs.yml
@@ -1,4 +0,0 @@
1
- Rails.application.routes.draw do
2
- mount_devise_token_auth_for 'User', at: '/auth'
3
- patch '/chong', to: 'bong#index'
4
- end