resque_mailer 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/resque_mailer/common.rb +1 -1
- metadata +6 -7
- data/.gitignore +0 -21
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/lib/resque_mailer/common.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque_mailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nick Plante
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-12-21 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -78,7 +78,6 @@ extra_rdoc_files:
|
|
78
78
|
- README.rdoc
|
79
79
|
files:
|
80
80
|
- .document
|
81
|
-
- .gitignore
|
82
81
|
- LICENSE
|
83
82
|
- README.rdoc
|
84
83
|
- Rakefile
|
@@ -98,8 +97,8 @@ homepage: http://github.com/zapnap/resque_mailer
|
|
98
97
|
licenses: []
|
99
98
|
|
100
99
|
post_install_message:
|
101
|
-
rdoc_options:
|
102
|
-
|
100
|
+
rdoc_options: []
|
101
|
+
|
103
102
|
require_paths:
|
104
103
|
- lib
|
105
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|