lobby 0.0.1h → 0.0.1i
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/{auth_user.rb → lobby/auth_user.rb} +0 -0
- data/app/models/{authentication.rb → lobby/authentication.rb} +1 -1
- data/app/models/{password_forgotten_form_abstract.rb → lobby/password_forgotten_form_abstract.rb} +0 -0
- data/lib/lobby/version.rb +1 -1
- data/lib/lobby/version.rb~ +1 -1
- metadata +4 -4
File without changes
|
data/app/models/{password_forgotten_form_abstract.rb → lobby/password_forgotten_form_abstract.rb}
RENAMED
File without changes
|
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.1i
|
5
5
|
prerelease: 5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -103,11 +103,11 @@ files:
|
|
103
103
|
- app/controllers/lobby/password_forgotten_controller.rb
|
104
104
|
- app/helpers/lobby/application_helper.rb
|
105
105
|
- app/models/authentication.rb~
|
106
|
-
- app/models/auth_user.rb
|
106
|
+
- app/models/lobby/auth_user.rb
|
107
|
+
- app/models/lobby/authentication.rb
|
108
|
+
- app/models/lobby/password_forgotten_form_abstract.rb
|
107
109
|
- app/models/auth_user.rb~
|
108
|
-
- app/models/authentication.rb
|
109
110
|
- app/models/password_forgotten_form_abstract.rb~
|
110
|
-
- app/models/password_forgotten_form_abstract.rb
|
111
111
|
- config/locales/de.yml
|
112
112
|
- config/locales/en.yml~
|
113
113
|
- config/locales/en.yml
|