devise_token_auth 0.1.29.beta5 → 0.1.29.beta6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.29.beta5
4
+ version: 0.1.29.beta6
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-30 00:00:00.000000000 Z
11
+ date: 2014-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -200,7 +200,8 @@ files:
200
200
  - test/dummy/public/favicon.ico
201
201
  - test/dummy/tmp/generators/app/models/user.rb
202
202
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
203
- - test/dummy/tmp/generators/db/migrate/20140930074846_devise_token_auth_create_users.rb
203
+ - test/dummy/tmp/generators/config/routes.rb
204
+ - test/dummy/tmp/generators/db/migrate/20141002192139_devise_token_auth_create_users.rb
204
205
  - test/dummy/tmp/restart.txt
205
206
  - test/fixtures/evil_users.yml
206
207
  - test/fixtures/mangs.yml
@@ -314,7 +315,8 @@ test_files:
314
315
  - test/dummy/README.rdoc
315
316
  - test/dummy/tmp/generators/app/models/user.rb
316
317
  - test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
317
- - test/dummy/tmp/generators/db/migrate/20140930074846_devise_token_auth_create_users.rb
318
+ - test/dummy/tmp/generators/config/routes.rb
319
+ - test/dummy/tmp/generators/db/migrate/20141002192139_devise_token_auth_create_users.rb
318
320
  - test/dummy/tmp/restart.txt
319
321
  - test/fixtures/evil_users.yml
320
322
  - test/fixtures/mangs.yml