lobby 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
data/lib/lobby/version.rb
CHANGED
data/lib/lobby/version.rb~
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lobby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -235,6 +235,7 @@ files:
|
|
235
235
|
- app/controllers/lobby/confirmation_controller.rb
|
236
236
|
- app/controllers/lobby/users_controller.rb
|
237
237
|
- app/controllers/lobby/sessions_controller.rb
|
238
|
+
- app/controllers/lobby/application_controller.rb~
|
238
239
|
- app/controllers/lobby/password_forgotten_controller.rb
|
239
240
|
- app/helpers/lobby/application_helper.rb
|
240
241
|
- app/models/lobby/auth_user.rb
|