cwninja-inaction_mailer 0.5 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/rails/init.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ end
17
17
 
18
18
  spec = Gem::Specification.new do |s|
19
19
  s.name = %q{inaction_mailer}
20
- s.version = "0.5"
20
+ s.version = "0.6"
21
21
  s.summary = %q{An ActionMailer delivery mechanism to save mails as files in a directory.}
22
22
  s.description = %q{An ActionMailer delivery mechanism to save mails as files in a directory.}
23
23
 
data/rails/init.rb CHANGED
@@ -1 +1 @@
1
- require File.join(File.dirname(__FILE__), *%w[lib inaction_mailer])
1
+ require File.join(File.dirname(__FILE__), *%w[.. lib inaction_mailer])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwninja-inaction_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.5"
4
+ version: "0.6"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lea
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-09 00:00:00 -08:00
12
+ date: 2009-01-12 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15