README.rdoc in adzap-ar_mailer-2.1.4 vs README.rdoc in adzap-ar_mailer-2.1.5

- old
+ new

@@ -28,22 +28,23 @@ Before installing you will need to make sure the original gem is uninstalled as they can't coexist: $ sudo gem uninstall ar_mailer -Install the gem from GitHub gems server: +Install the gem from Gemcutter gems server: First, if you haven't already: - $ sudo gem sources -a http://gems.github.com + $ sudo gem install gemcutter + $ sudo gem tumble Then $ sudo gem install adzap-ar_mailer For Rails >= 2.1, in your environment.rb: - config.gem "adzap-ar_mailer", :lib => 'action_mailer/ar_mailer', :source => 'http://gems.github.com' + config.gem "adzap-ar_mailer", :lib => 'action_mailer/ar_mailer', :source => 'http://gemcutter.com' For Rails 2.0, in an initializer file: require 'action_mailer/ar_mailer'