<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,3 +3,5 @@
 
 == rufus-google - 0.0.1    not yet released
 
+- todo   #23036 : integrated title patch by Thibaut Barrere
+</diff>
      <filename>CHANGELOG.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,9 @@
 
 = CREDITS.txt
 
+== Contributors
+
+Thibaut Barrere - title patch
+
 == Feedback
 </diff>
      <filename>CREDITS.txt</filename>
    </modified>
    <modified>
      <diff>@@ -184,6 +184,10 @@ module Google
       @entry = entry
     end
 
+    def title
+      @entry.title.to_s
+    end
+
     def author
       @entry.authors.first
     end</diff>
      <filename>lib/rufus/google.rb</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,7 @@ class Test0Cal &lt; Test::Unit::TestCase
     evts = cal.events(:q =&gt; 'zorglub')
 
     assert_equal 1, evts.size
+    assert_equal 'Tennis with Zorglub', evts.first.title
 
     cal.delete!(evts.first)
 </diff>
      <filename>test/t_0_cal.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>580a34be2a97103cb9ea73a1ade5f1888fa897ea</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/rufus-google/commit/59db91b213bbe2fd5759700a270449b963036c8f</url>
  <id>59db91b213bbe2fd5759700a270449b963036c8f</id>
  <committed-date>2008-11-28T05:10:43-08:00</committed-date>
  <authored-date>2008-11-28T05:10:15-08:00</authored-date>
  <message>todo #23036 : integrated title patch by Thibaut Barrere</message>
  <tree>dc9f1723ff21c2463e5adece551dffaae102857f</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
