lobby 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,6 @@
1
1
  module Lobby
2
2
  class ConfirmationMailer < ActionMailer::Base
3
3
 
4
- default :from => APP_CONFIG['registration_mailer']['from']
5
-
6
4
  def registration( user )
7
5
  @confirmation_url = confirm_url( :registration, user.signup_token )
8
6
  mail( :to => user.email, :subject => t( '.subject' ))
@@ -1,8 +1,6 @@
1
1
  module Lobby
2
2
  class ConfirmationMailer < ActionMailer::Base
3
3
 
4
- helper :application
5
-
6
4
  default :from => APP_CONFIG['registration_mailer']['from']
7
5
 
8
6
  def registration( user )
data/lib/lobby/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Lobby
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: