actionmailer-callbacks 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.travis ADDED
@@ -0,0 +1,3 @@
1
+ branches:
2
+ only:
3
+ - master
data/README.md CHANGED
@@ -19,7 +19,8 @@ before/after filters:
19
19
  This gem is tested only with ActionMailer 2.3.x, gem version dependencies are
20
20
  strict because I needed it to work only on those specific versions. Probably it
21
21
  will work with other versions too, as long as the creation/delivery interface of
22
- ActionMailer::Base class is still the same.
22
+ ActionMailer::Base class is still the same. Some features of this version are
23
+ available also on the action mailer v3.x version. Checkout the 1.0 release.
23
24
 
24
25
  ## Notes
25
26
 
@@ -1,5 +1,5 @@
1
1
  module Actionmailer
2
2
  module Callbacks
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer-callbacks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-13 00:00:00.000000000 Z
12
+ date: 2012-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -83,6 +83,7 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
85
  - .gitignore
86
+ - .travis
86
87
  - Gemfile
87
88
  - README.md
88
89
  - Rakefile