devise_token_auth 0.1.28.beta2 → 0.1.28.beta3

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,8 @@
1
+ class ApplicationController < ActionController::Base
2
+ include DeviseTokenAuth::Concerns::SetUserByToken
3
+ respond_to :json
4
+
5
+ def whatever
6
+ 'whatever'
7
+ end
8
+ 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.28.beta2
4
+ version: 0.1.28.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
@@ -175,9 +175,10 @@ files:
175
175
  - test/dummy/public/422.html
176
176
  - test/dummy/public/500.html
177
177
  - test/dummy/public/favicon.ico
178
+ - test/dummy/tmp/generators/app/controllers/application_controller.rb
178
179
  - test/dummy/tmp/generators/app/models/user.rb
179
180
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
180
- - test/dummy/tmp/generators/db/migrate/20140910183517_devise_token_auth_create_users.rb
181
+ - test/dummy/tmp/generators/db/migrate/20140910190013_devise_token_auth_create_users.rb
181
182
  - test/dummy/tmp/restart.txt
182
183
  - test/fixtures/mangs.yml
183
184
  - test/fixtures/users.yml
@@ -268,9 +269,10 @@ test_files:
268
269
  - test/dummy/public/favicon.ico
269
270
  - test/dummy/Rakefile
270
271
  - test/dummy/README.rdoc
272
+ - test/dummy/tmp/generators/app/controllers/application_controller.rb
271
273
  - test/dummy/tmp/generators/app/models/user.rb
272
274
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
273
- - test/dummy/tmp/generators/db/migrate/20140910183517_devise_token_auth_create_users.rb
275
+ - test/dummy/tmp/generators/db/migrate/20140910190013_devise_token_auth_create_users.rb
274
276
  - test/dummy/tmp/restart.txt
275
277
  - test/fixtures/mangs.yml
276
278
  - test/fixtures/users.yml