<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -88,7 +88,11 @@ module Monthly
 end
 
 module Yearly
-  def next_date(previous_date)
+  def next_date()
+    if(!@previous_date)
+      @previous_date = @start_date
+      return @previous_date
+    end
     return previous_date&lt;&lt;12
   end
 end
\ No newline at end of file</diff>
      <filename>event.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a509512d4b005d7a72c31a32290eef19b7e2f7f2</id>
    </parent>
  </parents>
  <author>
    <name>Brian Clubb</name>
    <email>bclubb@gmail.com</email>
  </author>
  <url>http://github.com/bclubb/calendar/commit/c68b29cf04672a7fc567871f03199f35d10752da</url>
  <id>c68b29cf04672a7fc567871f03199f35d10752da</id>
  <committed-date>2009-02-12T14:12:36-08:00</committed-date>
  <authored-date>2009-02-12T14:12:36-08:00</authored-date>
  <message>update yearly to work</message>
  <tree>b927789727b77df6a0587148c3d44c7d2a9eb123</tree>
  <committer>
    <name>Brian Clubb</name>
    <email>bclubb@gmail.com</email>
  </committer>
</commit>
