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.
- checksums.yaml +4 -4
- data/app/controllers/devise_token_auth/omniauth_callbacks_controller.rb +3 -1
- data/app/controllers/devise_token_auth/passwords_controller.rb +1 -1
- data/app/controllers/devise_token_auth/registrations_controller.rb +1 -1
- data/app/views/devise_token_auth/omniauth_success.html.erb +2 -1
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/controllers/devise_token_auth/registrations_controller_test.rb +17 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +90 -90
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +10731 -0
- data/test/dummy/log/test.log +16817 -0
- data/test/dummy/tmp/generators/app/controllers/application_controller.rb +6 -0
- data/test/dummy/tmp/generators/db/migrate/{20150313050759_devise_token_auth_create_users.rb → 20150314025650_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.32.
|
|
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-
|
|
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/
|
|
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/
|
|
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
|