lobby 0.0.1h → 0.0.1i

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -2,7 +2,7 @@ module Lobby
2
2
  module Authentication
3
3
 
4
4
  def self.included(controller)
5
- controller.send :helper_method, :current_user, :auth_with_username?
5
+ controller.send :helper_method, :current_user
6
6
  end
7
7
 
8
8
  def current_user
data/lib/lobby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.1h"
2
+ VERSION = "0.0.1i"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.1g"
2
+ VERSION = "0.0.1h"
3
3
  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.1h
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