devise_token_auth 0.1.28.beta8 → 0.1.28.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/confirmations_controller.rb +2 -1
- data/app/controllers/devise_token_auth/passwords_controller.rb +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/db/test.sqlite3-journal +0 -0
- data/test/dummy/log/development.log +2673 -0
- data/test/dummy/log/test.log +682 -0
- metadata +3 -1
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.
|
|
4
|
+
version: 0.1.28.beta9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lynn Hurley
|
|
@@ -176,6 +176,7 @@ files:
|
|
|
176
176
|
- test/dummy/db/migrate/20140916224624_add_favorite_color_to_mangs.rb
|
|
177
177
|
- test/dummy/db/schema.rb
|
|
178
178
|
- test/dummy/db/test.sqlite3
|
|
179
|
+
- test/dummy/db/test.sqlite3-journal
|
|
179
180
|
- test/dummy/log/development.log
|
|
180
181
|
- test/dummy/log/test.log
|
|
181
182
|
- test/dummy/public/404.html
|
|
@@ -273,6 +274,7 @@ test_files:
|
|
|
273
274
|
- test/dummy/db/migrate/20140916224624_add_favorite_color_to_mangs.rb
|
|
274
275
|
- test/dummy/db/schema.rb
|
|
275
276
|
- test/dummy/db/test.sqlite3
|
|
277
|
+
- test/dummy/db/test.sqlite3-journal
|
|
276
278
|
- test/dummy/log/development.log
|
|
277
279
|
- test/dummy/log/test.log
|
|
278
280
|
- test/dummy/public/404.html
|