gsoni-ar_mailer 2.1.10 → 2.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -2,27 +2,19 @@
2
2
 
3
3
  A two-phase delivery agent for ActionMailer
4
4
 
5
- Rubyforge Project:
6
-
7
- http://rubyforge.org/projects/seattlerb
8
-
9
5
  Documentation:
10
6
 
11
- http://seattlerb.org/ar_mailer
12
-
13
- and for forked additions
14
-
15
- http://github.com/adzap/ar_mailer/wikis
7
+ https://github.com/gsoni-ror/ar_mailer
16
8
 
17
9
  Bugs:
18
10
 
19
- http://adzap.lighthouseapp.com/projects/26997-ar_mailer
11
+ http://armailer.unfuddle.com
20
12
 
21
13
  == About
22
14
 
23
15
  Even delivering email to the local machine may take too long when you have to
24
16
  send hundreds of messages. ar_mailer allows you to store messages into the
25
- database for later delivery by a separate process, ar_sendmail.
17
+ database for later delivery by a separate process, ar_sendmail. Now also allows to set priorities to the mails or skip mail from getting into the queue if required.
26
18
 
27
19
  == Installing adzap-ar_mailer (forked)
28
20
 
@@ -35,17 +27,11 @@ Before installing you will need to make sure the original gem is uninstalled as
35
27
  $ sudo gem uninstall adzap-ar_mailer
36
28
 
37
29
  Then
38
-
30
+ Goto your vendor/plugin directory and run
31
+ $ git clone git@github.com:gsoni-ror/ar_mailer.git
32
+ and
39
33
  $ sudo gem install gsoni-ar_mailer
40
34
 
41
- For Rails >= 2.1, in your environment.rb:
42
-
43
- config.gem "gsoni-ar_mailer", :lib => 'action_mailer/ar_mailer'
44
-
45
- # or since version 2.1.10 of this gem you can now just do
46
-
47
- config.gem "gsoni-ar_mailer"
48
-
49
35
  For Rails 2.0, in an initializer file:
50
36
 
51
37
  require 'action_mailer/ar_mailer'
data/Rakefile CHANGED
@@ -39,7 +39,7 @@ ar_mailer_gemspec = Gem::Specification.new do |s|
39
39
  "test/test_helper.rb"
40
40
  ]
41
41
  s.has_rdoc = true
42
- s.homepage = %q{http://github.com/adzap/ar_mailer}
42
+ s.homepage = %q{https://github.com/gsoni-ror/ar_mailer}
43
43
  s.rdoc_options = ["--main", "README.rdoc"]
44
44
  s.require_paths = ["lib"]
45
45
  s.rubyforge_project = %q{seattlerb}
@@ -42,7 +42,7 @@ class ActionMailer::ARSendmail
42
42
  ##
43
43
  # The version of ActionMailer::ARSendmail you are running.
44
44
 
45
- VERSION = '2.1.10'
45
+ VERSION = '2.1.11'
46
46
 
47
47
  ##
48
48
  # Maximum number of times authentication will be consecutively retried
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsoni-ar_mailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 10
10
- version: 2.1.10
9
+ - 11
10
+ version: 2.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gaurav Soni
@@ -81,7 +81,7 @@ files:
81
81
  - test/test_arsendmail.rb
82
82
  - test/test_helper.rb
83
83
  has_rdoc: true
84
- homepage: http://github.com/adzap/ar_mailer
84
+ homepage: https://github.com/gsoni-ror/ar_mailer
85
85
  licenses: []
86
86
 
87
87
  post_install_message: