devise_token_auth 0.1.19.alpha2 → 0.1.19.alpha3

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.
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.19.alpha2
4
+ version: 0.1.19.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lynn Hurley
@@ -160,7 +160,7 @@ files:
160
160
  - test/dummy/config/secrets.yml
161
161
  - test/dummy/config/spring.rb
162
162
  - test/dummy/db/development.sqlite3
163
- - test/dummy/db/migrate/20140714021615_devise_token_auth_create_users.rb
163
+ - test/dummy/db/migrate/20140714223034_devise_token_auth_create_users.rb
164
164
  - test/dummy/db/schema.rb
165
165
  - test/dummy/db/test.sqlite3
166
166
  - test/dummy/log/development.log
@@ -239,7 +239,7 @@ test_files:
239
239
  - test/dummy/config/spring.rb
240
240
  - test/dummy/config.ru
241
241
  - test/dummy/db/development.sqlite3
242
- - test/dummy/db/migrate/20140714021615_devise_token_auth_create_users.rb
242
+ - test/dummy/db/migrate/20140714223034_devise_token_auth_create_users.rb
243
243
  - test/dummy/db/schema.rb
244
244
  - test/dummy/db/test.sqlite3
245
245
  - test/dummy/log/development.log