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 +3 -0
- data/README.md +2 -1
- data/lib/actionmailer/callbacks/version.rb +1 -1
- metadata +3 -2
data/.travis
ADDED
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
|
|
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.
|
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-
|
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
|