lobby 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/lib/lobby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
data/lib/lobby.rb CHANGED
@@ -5,6 +5,7 @@ module Lobby
5
5
  require File.expand_path('../../app/models/lobby/password_forgotten_form_abstract', __FILE__)
6
6
  require File.expand_path('../../app/mailers/lobby/confirmation_mailer', __FILE__)
7
7
  require File.expand_path('../../app/forms/lobby/password_forgotten_form', __FILE__)
8
+ require File.expand_path('../../app/controllers/lobby/application_controller', __FILE__)
8
9
  require File.expand_path('../../app/controllers/lobby/confirmation_controller', __FILE__)
9
10
  require File.expand_path('../../app/controllers/lobby/password_forgotten_controller', __FILE__)
10
11
  require File.expand_path('../../app/controllers/lobby/sessions_controller', __FILE__)
data/lib/lobby.rb~ CHANGED
@@ -1,12 +1,12 @@
1
1
  module Lobby
2
2
  require "lobby/engine"
3
- require "../../app/models/lobby/authentication"
4
- require "../../app/models/lobby/auth_user"
5
- require "../../app/models/lobby/password_forgotten_form_abstract"
6
- require "../../app/mailers/lobby/confirmation_mailer"
7
- require "../../app/forms/lobby/password_forgotten_form"
8
- require "../../app/controllers/lobby/confirmation_controller"
9
- require "../../app/controllers/lobby/password_forgotten_controller"
10
- require "../../app/controllers/lobby/sessions_controller"
11
- require "../../app/controllers/lobby/users_controller"
3
+ require File.expand_path('../../app/models/lobby/authentication', __FILE__)
4
+ require File.expand_path('../../app/models/lobby/auth_user', __FILE__)
5
+ require File.expand_path('../../app/models/lobby/password_forgotten_form_abstract', __FILE__)
6
+ require File.expand_path('../../app/mailers/lobby/confirmation_mailer', __FILE__)
7
+ require File.expand_path('../../app/forms/lobby/password_forgotten_form', __FILE__)
8
+ require File.expand_path('../../app/controllers/lobby/confirmation_controller', __FILE__)
9
+ require File.expand_path('../../app/controllers/lobby/password_forgotten_controller', __FILE__)
10
+ require File.expand_path('../../app/controllers/lobby/sessions_controller', __FILE__)
11
+ require File.expand_path('../../app/controllers/lobby/users_controller', __FILE__)
12
12
  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.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: