devise_token_auth 0.1.29.beta5 → 0.1.29.beta6
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.
- checksums.yaml +4 -4
- data/app/controllers/devise_token_auth/omniauth_callbacks_controller.rb +25 -7
- data/app/views/devise_token_auth/omniauth_success.html.erb +2 -1
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +457 -0
- data/test/dummy/log/test.log +5696 -0
- data/test/dummy/tmp/generators/config/routes.rb +4 -0
- data/test/dummy/tmp/generators/db/migrate/{20140930074846_devise_token_auth_create_users.rb → 20141002192139_devise_token_auth_create_users.rb} +0 -0
- metadata +6 -4
File without changes
|
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.
|
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-
|
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/
|
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/
|
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
|