devise_token_auth 0.1.32.beta8 → 0.1.32.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.
@@ -0,0 +1,6 @@
1
+ class ApplicationController < ActionController::Base
2
+ include DeviseTokenAuth::Concerns::SetUserByToken
3
+ def whatever
4
+ 'whatever'
5
+ end
6
+ end
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.32.beta8
4
+ version: 0.1.32.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-03-13 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -206,9 +206,10 @@ files:
206
206
  - test/dummy/public/422.html
207
207
  - test/dummy/public/500.html
208
208
  - test/dummy/public/favicon.ico
209
+ - test/dummy/tmp/generators/app/controllers/application_controller.rb
209
210
  - test/dummy/tmp/generators/app/models/user.rb
210
211
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
211
- - test/dummy/tmp/generators/db/migrate/20150313050759_devise_token_auth_create_users.rb
212
+ - test/dummy/tmp/generators/db/migrate/20150314025650_devise_token_auth_create_users.rb
212
213
  - test/dummy/tmp/restart.txt
213
214
  - test/fixtures/evil_users.yml
214
215
  - test/fixtures/mangs.yml
@@ -329,9 +330,10 @@ test_files:
329
330
  - test/dummy/public/favicon.ico
330
331
  - test/dummy/Rakefile
331
332
  - test/dummy/README.rdoc
333
+ - test/dummy/tmp/generators/app/controllers/application_controller.rb
332
334
  - test/dummy/tmp/generators/app/models/user.rb
333
335
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
334
- - test/dummy/tmp/generators/db/migrate/20150313050759_devise_token_auth_create_users.rb
336
+ - test/dummy/tmp/generators/db/migrate/20150314025650_devise_token_auth_create_users.rb
335
337
  - test/dummy/tmp/restart.txt
336
338
  - test/fixtures/evil_users.yml
337
339
  - test/fixtures/mangs.yml