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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/resque_mailer/common.rb +1 -1
  3. metadata +6 -7
  4. data/.gitignore +0 -21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -19,7 +19,7 @@ module Resque
19
19
 
20
20
  module ClassMethods
21
21
  def environment_excluded?
22
- excluded_environment?(current_env)
22
+ !ActionMailer::Base.perform_deliveries || excluded_environment?(current_env)
23
23
  end
24
24
 
25
25
  def queue
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.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-07-28 00:00:00 -04:00
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
- - --charset=UTF-8
100
+ rdoc_options: []
101
+
103
102
  require_paths:
104
103
  - lib
105
104
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC