<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,16 +51,11 @@ class Twitter2Campfire
   end
   
   def new_archive_contents
-    &quot;#{Time.now}\n#{new_checksums.join(&quot;\n&quot;)}&quot;
-  end
-  
-  def archived_latest_date
-    time = archive_file.split(&quot;\n&quot;)[0] ? archive_file.split(&quot;\n&quot;)[0] : '1 january 1970 00:00'
-    Time.parse(time)
+    &quot;#{new_checksums.join(&quot;\n&quot;)}&quot;
   end
   
   def posts
-    entries.reject { |e| e.date.to_i &lt;= archived_latest_date.to_i or archived_checksums.include?(e.checksum) }
+    entries.reject { |e| archived_checksums.include?(e.checksum) }
   end
   
   def coder</diff>
      <filename>twitter2campfire.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,9 +18,6 @@ describe Twitter2Campfire, &quot;with a cachefile&quot; do
     ((@t.raw_feed/'entry').first/'title').first.inner_html.should match(/svenfuchs/)
   end
   
-  it &quot;should get the archived latest&quot; do
-    @t.archived_latest_date.should == Time.parse('19 January 1990 10:20')
-  end
   
   it &quot;should get the archived checksums&quot; do
     @t.archived_checksums.should == ['be7bb22cc88ff98bfd4ffe3c45ad89a7f3f4e86a', '81d405cd1e3b4bb6c959419e57c2a5c7abe688cb']
@@ -51,7 +48,7 @@ describe Twitter2Campfire, &quot;with a cachefile&quot; do
   end
   
   it &quot;should save the new archive contents&quot; do
-    @t.new_archive_contents.split(&quot;\n&quot;).size.should == 16
+    @t.new_archive_contents.split(&quot;\n&quot;).size.should == 15
   end
 end
 
@@ -71,10 +68,6 @@ describe Twitter2Campfire, &quot;with a blank cachefile&quot; do
     ((@t.raw_feed/'entry').first/'title').first.inner_html.should match(/svenfuchs/)
   end
   
-  it &quot;should get the archived latest&quot; do
-    @t.archived_latest_date.to_date.should == Date.parse('1 jan 1970')
-  end
-  
   it &quot;should get the archived checksums&quot; do
     @t.archived_checksums.should == []
   end
@@ -102,4 +95,4 @@ describe Twitter2Campfire, &quot;with a blank cachefile&quot; do
   it &quot;should have a bunch of new checksums&quot; do
     @t.new_checksums.size.should == 15
   end
-end
\ No newline at end of file
+end</diff>
      <filename>twitter2campfire_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7a2a7f3fd8170e4ae1cae6431ec60fc1f6cb7ab</id>
    </parent>
  </parents>
  <author>
    <name>Paul Campbell</name>
    <email>paul@rslw.com</email>
  </author>
  <url>http://github.com/paulca/twitter2campfire/commit/af62279cc1d8420c50557c618e87c341e0360f6f</url>
  <id>af62279cc1d8420c50557c618e87c341e0360f6f</id>
  <committed-date>2008-12-17T14:54:19-08:00</committed-date>
  <authored-date>2008-12-17T14:54:19-08:00</authored-date>
  <message>don't bother checking the date ... too unreliable ... 1000 checksums should be ok</message>
  <tree>f086b290ecf759b828b1bba6dc20413b6746a91a</tree>
  <committer>
    <name>Paul Campbell</name>
    <email>paul@rslw.com</email>
  </committer>
</commit>
