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.
File without changes
File without changes
data/lib/lobby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
data/lib/lobby.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Lobby
2
2
  require "lobby/engine"
3
- require File.expand_path('../../app/models/lobby/authentication', __FILE__)
4
- require File.expand_path('../../app/models/lobby/auth_user', __FILE__)
3
+ require "lobby/authentication"
4
+ require "lobby/auth_user"
5
5
  end
data/lib/lobby.rb~ CHANGED
@@ -1,5 +1,6 @@
1
1
  module Lobby
2
2
  require "lobby/engine"
3
- require File.expand_path('../../app/models/lobby/authentication', __FILE__)
3
+ require "lobby/authentication"
4
+ require "lobby/auth_user"
4
5
  require File.expand_path('../../app/models/lobby/auth_user', __FILE__)
5
6
  end
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.17
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