lobby 0.0.17 → 0.0.18
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.
- data/{app/models → lib}/lobby/auth_user.rb +0 -0
- data/{app/models → lib}/lobby/authentication.rb +0 -0
- data/lib/lobby/version.rb +1 -1
- data/lib/lobby/version.rb~ +1 -1
- data/lib/lobby.rb +2 -2
- data/lib/lobby.rb~ +2 -1
- metadata +3 -3
|
File without changes
|
|
File without changes
|
data/lib/lobby/version.rb
CHANGED
data/lib/lobby/version.rb~
CHANGED
data/lib/lobby.rb
CHANGED
data/lib/lobby.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.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -236,17 +236,17 @@ files:
|
|
|
236
236
|
- app/controllers/lobby/sessions_controller.rb
|
|
237
237
|
- app/controllers/lobby/password_forgotten_controller.rb
|
|
238
238
|
- app/helpers/lobby/application_helper.rb
|
|
239
|
-
- app/models/lobby/auth_user.rb
|
|
240
|
-
- app/models/lobby/authentication.rb
|
|
241
239
|
- app/models/lobby/password_forgotten_form_abstract.rb
|
|
242
240
|
- config/locales/de.yml
|
|
243
241
|
- config/locales/en.yml
|
|
244
242
|
- config/locales/en.bootstrap.yml
|
|
245
243
|
- config/routes.rb
|
|
246
244
|
- lib/lobby/engine.rb~
|
|
245
|
+
- lib/lobby/auth_user.rb
|
|
247
246
|
- lib/lobby/engine.rb
|
|
248
247
|
- lib/lobby/version.rb
|
|
249
248
|
- lib/lobby/version.rb~
|
|
249
|
+
- lib/lobby/authentication.rb
|
|
250
250
|
- lib/generators/lobby/install_generator.rb
|
|
251
251
|
- lib/generators/templates/db/migrate/create_users.rb
|
|
252
252
|
- lib/generators/templates/config/initializers/constants.rb
|