<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,11 @@
 = Cerberus Changelog
 
 == Version 0.7
-New config options, Bazaar SCM support, bugfixes
+New config options, Bazaar SCM support, removed GMailer bugfixes
 
 * added support for bazaar scm
 * fixed bug with ActionMailer 2.3.3
+* removed GMailer library.  Use default Mail publisher instead
 * added 'build_dir' option for setting custom build directory
 * added 'setup_script' option for a custom script to be run before build command
 * Projects using the Git SCM were not getting the full diff output in their</diff>
      <filename>Changelog.txt</filename>
    </modified>
    <modified>
      <diff>@@ -52,7 +52,6 @@ GEM_SPEC = Gem::Specification.new do |s|
   s.add_dependency 'actionmailer', '&gt;= 1.3.3'
   s.add_dependency 'activesupport', '&gt;= 1.4.2'
   s.add_dependency 'rake', '&gt;= 0.7.3'
-  s.add_dependency 'gmailer', '&gt;= 0.1.7'
 
   s.files = Dir.glob(&quot;{bin,lib,test}/**/*&quot;).delete_if { |item| item.include?('__workdir') }
   s.files += %w(License.txt Readme.markdown Changelog.txt Rakefile)</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -35,10 +35,7 @@ Main advantages of Cerberus over other solutions include:
 * rake - 0.7.3 or higher (optional)
 * actionmailer - 1.3.3 or higher (optional)
 * activesupport - 1.4.2 or higher (optional)
-* xmpp4r - 0.3.1 or higher (optional)
-* Ruby-IRC - 1.0.7 or higher (optional)
 * gmailer - 0.1.7 or higher (optional)
-* twitter4r - 0.3.0 or higher (optional)
 
 ## Usage
  
@@ -89,6 +86,7 @@ Cerberus currently supports the following SCM tools:
   * Darcs
   * Perforce
   * CVS
+  * Bazaar
 
 Cerberus currently supports the following notification systems: 
 </diff>
      <filename>Readme.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -45,8 +45,7 @@ module Cerberus
 
   module Publisher
     TYPES = {
-      :mail =&gt; 'Mail', #Cerberus::Publisher
-      :gmailer =&gt; 'Gmailer',
+      :mail =&gt; 'Mail',
       :jabber =&gt; 'Jabber',
       :irc =&gt; 'IRC',
       :rss =&gt; 'RSS',</diff>
      <filename>lib/cerberus/component_lazy_loader.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/cerberus/publisher/gmailer.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>abe531b47bf34082718d1f03469f30ac9376b044</id>
    </parent>
  </parents>
  <author>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </author>
  <url>http://github.com/cpjolicoeur/cerberus/commit/0fa00750ae22df8c262f9a44831d6011e04e2ad0</url>
  <id>0fa00750ae22df8c262f9a44831d6011e04e2ad0</id>
  <committed-date>2009-08-04T15:38:32-07:00</committed-date>
  <authored-date>2009-08-04T15:37:52-07:00</authored-date>
  <message>remove GMailer &quot;support&quot;

* this is a duplication as the default mail
publisher does the same exact thing</message>
  <tree>88dc798bd55d22824ff134a420bf72c30e02e2a6</tree>
  <committer>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </committer>
</commit>
