rails-identity 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-identity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David An
@@ -162,6 +162,7 @@ files:
162
162
  - db/migrate/20160323210017_create_rails_identity_sessions.rb
163
163
  - db/migrate/20160401223433_add_reset_token_to_users.rb
164
164
  - db/migrate/20160411215917_add_verification_token_to_users.rb
165
+ - db/migrate/20160420012342_add_type_to_users.rb
165
166
  - lib/rails_identity/engine.rb
166
167
  - lib/rails_identity/version.rb
167
168
  - lib/rails_identity.rb
@@ -203,6 +204,7 @@ files:
203
204
  - test/dummy/db/test.sqlite3
204
205
  - test/dummy/log/development.log
205
206
  - test/dummy/log/test.log
207
+ - test/dummy/log/tet.log
206
208
  - test/dummy/public/404.html
207
209
  - test/dummy/public/422.html
208
210
  - test/dummy/public/500.html
@@ -280,6 +282,7 @@ test_files:
280
282
  - test/dummy/db/test.sqlite3
281
283
  - test/dummy/log/development.log
282
284
  - test/dummy/log/test.log
285
+ - test/dummy/log/tet.log
283
286
  - test/dummy/public/404.html
284
287
  - test/dummy/public/422.html
285
288
  - test/dummy/public/500.html