maillogger 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/maillogger.rb +2 -2
  3. data/maillogger.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/maillogger.rb CHANGED
@@ -3,12 +3,12 @@ require 'mail'
3
3
 
4
4
  class MailLogger
5
5
 
6
- def LoggingMailer.delivery_method clazz,options
6
+ def self.delivery_method clazz,options
7
7
  @@clazz = clazz
8
8
  @@options = options
9
9
  end
10
10
 
11
- def LoggingMailer.log_path path
11
+ def self.log_path path
12
12
  @@path = path
13
13
  end
14
14
 
data/maillogger.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "maillogger"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Darwin"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maillogger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: -2775394033740781191
81
+ hash: 310786927877376588
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements: