Skip to content

Commit 7aed812

Browse files
committed
updating readme
1 parent 1da9274 commit 7aed812

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rdoc

+8-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ It implements the following common pattern:
99
3. Send each message to another object for further processing
1010
4. Remove downloaded messages from the remote server
1111

12-
Install using:
12+
== Installation
1313

14-
script/plugin install git://github.com/look/fetcher.git
14+
Add this to your Gemfile:
15+
16+
gem 'mail-fetcher', :github => 'sofatutor/fetcher', :require => 'fetcher'
1517

1618
== Dependencies
1719

@@ -57,7 +59,7 @@ The following options can be passed to the <tt>Fetcher.create</tt> factory metho
5759

5860
The Fetcher plugin comes with a generator to create a daemon:
5961

60-
script/generate fetcher_daemon MailerDaemon
62+
rails g fetcher_daemon MailerDaemon
6163

6264
You should monitor the daemon using monit or god to ensure it does not crash.
6365

@@ -98,4 +100,6 @@ Created by Dan Weinand and Luke Francl. Development supported by {Slantwise Desi
98100

99101
Generators for Rails 3 compatibility added by Amol Hatwár, Exceed Consulting.
100102

101-
Licensed under the terms of the MIT License. Be excellent to each other.
103+
Added gemspec, removed legacy rails (< 3.0) support, updated readme by Martin Glaß, sofatutor.com.
104+
105+
Licensed under the terms of the MIT License. Be excellent to each other.

0 commit comments

Comments
 (0)