devise_token_auth 0.1.28.beta3 → 0.1.28.beta4
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/models/devise_token_auth/concerns/user.rb +2 -1
- data/config/initializers/devise.rb +3 -1
- data/config/routes.rb +3 -1
- data/lib/devise_token_auth/rails/routes.rb +15 -13
- data/lib/devise_token_auth/version.rb +1 -1
- data/test/controllers/devise_token_auth/passwords_controller_test.rb +8 -8
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +79 -0
- data/test/dummy/log/test.log +14897 -0
- data/test/dummy/tmp/generators/app/models/user.rb +4 -0
- data/test/dummy/tmp/generators/db/migrate/{20140910190013_devise_token_auth_create_users.rb → 20140911060154_devise_token_auth_create_users.rb} +0 -0
- metadata +4 -6
- data/test/dummy/tmp/generators/app/controllers/application_controller.rb +0 -8
|
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.28.
|
|
4
|
+
version: 0.1.28.beta4
|
|
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
|
+
date: 2014-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -175,10 +175,9 @@ files:
|
|
|
175
175
|
- test/dummy/public/422.html
|
|
176
176
|
- test/dummy/public/500.html
|
|
177
177
|
- test/dummy/public/favicon.ico
|
|
178
|
-
- test/dummy/tmp/generators/app/controllers/application_controller.rb
|
|
179
178
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
180
179
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
181
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
180
|
+
- test/dummy/tmp/generators/db/migrate/20140911060154_devise_token_auth_create_users.rb
|
|
182
181
|
- test/dummy/tmp/restart.txt
|
|
183
182
|
- test/fixtures/mangs.yml
|
|
184
183
|
- test/fixtures/users.yml
|
|
@@ -269,10 +268,9 @@ test_files:
|
|
|
269
268
|
- test/dummy/public/favicon.ico
|
|
270
269
|
- test/dummy/Rakefile
|
|
271
270
|
- test/dummy/README.rdoc
|
|
272
|
-
- test/dummy/tmp/generators/app/controllers/application_controller.rb
|
|
273
271
|
- test/dummy/tmp/generators/app/models/user.rb
|
|
274
272
|
- test/dummy/tmp/generators/config/initializers/devise_token_auth.rb
|
|
275
|
-
- test/dummy/tmp/generators/db/migrate/
|
|
273
|
+
- test/dummy/tmp/generators/db/migrate/20140911060154_devise_token_auth_create_users.rb
|
|
276
274
|
- test/dummy/tmp/restart.txt
|
|
277
275
|
- test/fixtures/mangs.yml
|
|
278
276
|
- test/fixtures/users.yml
|