devise_token_auth 0.1.28.beta4 → 0.1.28.beta5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,3 @@
1
1
  class User < ActiveRecord::Base
2
2
  include DeviseTokenAuth::Concerns::User
3
-
4
- def whatever
5
- puts 'whatever'
6
- end
7
3
  end
@@ -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,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.28.beta4
4
+ version: 0.1.28.beta5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -177,7 +177,8 @@ files:
177
177
  - test/dummy/public/favicon.ico
178
178
  - test/dummy/tmp/generators/app/models/user.rb
179
179
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
180
- - test/dummy/tmp/generators/db/migrate/20140911060154_devise_token_auth_create_users.rb
180
+ - test/dummy/tmp/generators/config/routes.rb
181
+ - test/dummy/tmp/generators/db/migrate/20140913052832_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
@@ -270,7 +271,8 @@ test_files:
270
271
  - test/dummy/README.rdoc
271
272
  - test/dummy/tmp/generators/app/models/user.rb
272
273
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
273
- - test/dummy/tmp/generators/db/migrate/20140911060154_devise_token_auth_create_users.rb
274
+ - test/dummy/tmp/generators/config/routes.rb
275
+ - test/dummy/tmp/generators/db/migrate/20140913052832_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