rails-identity 0.1.0 → 0.1.1
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/db/migrate/20160420012342_add_type_to_users.rb +8 -0
- data/lib/rails_identity/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +2 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +16 -0
- data/test/dummy/log/test.log +5338 -0
- data/test/dummy/log/tet.log +0 -0
- metadata +4 -1
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.
|
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
|