fusionary-mail_logger 0.1.2 → 0.1.4

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/mail_logger.gemspec +7 -7
  3. metadata +3 -6
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake'
3
3
  require 'rake/testtask'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new("mail_logger", "0.1.2") do |p|
6
+ Echoe.new("mail_logger", "0.1.4") do |p|
7
7
  p.description = "Braindead-simple email logger for ActionMailer using ActiveRecord"
8
8
  p.url = "http://github.com/fusionary/mail_logger"
9
9
  p.author = ["Fusionary Media", "Josh Clayton"]
data/mail_logger.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{mail_logger}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Fusionary Media, Josh Clayton"]
9
- s.date = %q{2009-04-17}
9
+ s.date = %q{2009-04-23}
10
10
  s.description = %q{Braindead-simple email logger for ActionMailer using ActiveRecord}
11
11
  s.email = %q{joshua.clayton@gmail.com}
12
12
  s.extra_rdoc_files = ["lib/mail_logger/app/models/mail_log.rb", "lib/mail_logger/lib/extensions/action_mailer.rb", "lib/mail_logger.rb", "README.textile"]
@@ -16,20 +16,20 @@ Gem::Specification.new do |s|
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Mail_logger", "--main", "README.textile"]
17
17
  s.require_paths = ["lib"]
18
18
  s.rubyforge_project = %q{mail_logger}
19
- s.rubygems_version = %q{1.3.1}
19
+ s.rubygems_version = %q{1.3.2}
20
20
  s.summary = %q{Braindead-simple email logger for ActionMailer using ActiveRecord}
21
21
  s.test_files = ["test/test_helper.rb", "test/unit/action_mailer_extension_test.rb", "test/unit/mail_log_test.rb"]
22
22
 
23
23
  if s.respond_to? :specification_version then
24
24
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
- s.specification_version = 2
25
+ s.specification_version = 3
26
26
 
27
27
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
28
- s.add_development_dependency(%q<actionmailer>, [">= 0", "= 2.1.0"])
28
+ s.add_development_dependency(%q<actionmailer>, [">= 2.1.0"])
29
29
  else
30
- s.add_dependency(%q<actionmailer>, [">= 0", "= 2.1.0"])
30
+ s.add_dependency(%q<actionmailer>, [">= 2.1.0"])
31
31
  end
32
32
  else
33
- s.add_dependency(%q<actionmailer>, [">= 0", "= 2.1.0"])
33
+ s.add_dependency(%q<actionmailer>, [">= 2.1.0"])
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusionary-mail_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fusionary Media, Josh Clayton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-17 00:00:00 -07:00
12
+ date: 2009-04-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -19,9 +19,6 @@ dependencies:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- - - "="
25
22
  - !ruby/object:Gem::Version
26
23
  version: 2.1.0
27
24
  version:
@@ -83,7 +80,7 @@ requirements: []
83
80
  rubyforge_project: mail_logger
84
81
  rubygems_version: 1.2.0
85
82
  signing_key:
86
- specification_version: 2
83
+ specification_version: 3
87
84
  summary: Braindead-simple email logger for ActionMailer using ActiveRecord
88
85
  test_files:
89
86
  - test/test_helper.rb