<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/gdata/client.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ bin/bloggerpost
 bin/gspreadsheet
 bin/removeenclosure
 lib/gdata.rb
-lib/gdata/base.rb
+lib/gdata/client.rb
 lib/gdata/blogger.rb
 lib/gdata/spreadsheet.rb
 test/test_gdata.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,42 +1,42 @@
-require 'gdata/base'
+require 'gdata/client'
 require 'builder'
-require 'hpricot'
-require 'rexml/document'
+require 'hpricot'
+require 'rexml/document'
 
 module GData
 
   class Blogger &lt; GData::Client
-    attr_reader :blog_id, :entry_id, :user_id, :blogs
-    attr_writer :blog_id, :entry_id
-    # Default initialization method.  The blog ID and the entry ID may 
+    attr_reader :blog_id, :entry_id, :user_id, :blogs
+    attr_writer :blog_id, :entry_id
+    # Default initialization method.  The blog ID and the entry ID may 
     # or may not be known ahead of time.
     def initialize(blog_id=nil, entry_id=nil)
       @blog_id = blog_id
       @entry_id = entry_id
       super 'blogger', 'gdata-ruby', 'www.blogger.com'
-    end
-    
-    # Pull down a list of the user's blogs.  This allows the use of muliple blogs
-    # per user.  The @blogs Array will store the available blogs by internal hash.
-    # 
-    def retrieve_blog_list
-      # retrieve the user's list of blogs from 
-      blog_feed = get('/feeds/default/blogs')
-      @blog_list = REXML::Document.new(blog_feed[1]).root
-      @blogs = Array.new
-      @blog_list.elements.each('entry'){|entry| @blogs.push({entry.elements['title'].get_text.to_s =&gt; entry.elements['id'].get_text.to_s.split(/blog-/).last})}
-      # By default, set the first blog to @blog_id
-      @blog_id = @blogs[0].values.to_s
-      @blogs
-    end
-    # retrieves the user$ ID from the blog_list feed.
-    def get_user_id
-      # Because someone might call this method without the blog_list called,
-      # we wouldn't have data to pull from.  So let's call that method.
-      self.blog_list
-      uid = @blog_list.elements['id'].get_text.to_s.split(/-|\:/)
-      @user_id = uid[uid.index(&quot;user&quot;)+1].delete(&quot;.blogs&quot;) 
-    end
+    end
+    
+    # Pull down a list of the user's blogs.  This allows the use of muliple blogs
+    # per user.  The @blogs Array will store the available blogs by internal hash.
+    # 
+    def retrieve_blog_list
+      # retrieve the user's list of blogs from 
+      blog_feed = get('/feeds/default/blogs')
+      @blog_list = REXML::Document.new(blog_feed[1]).root
+      @blogs = Array.new
+      @blog_list.elements.each('entry'){|entry| @blogs.push({entry.elements['title'].get_text.to_s =&gt; entry.elements['id'].get_text.to_s.split(/blog-/).last})}
+      # By default, set the first blog to @blog_id
+      @blog_id = @blogs[0].values.to_s
+      @blogs
+    end
+    # retrieves the user$ ID from the blog_list feed.
+    def get_user_id
+      # Because someone might call this method without the blog_list called,
+      # we wouldn't have data to pull from.  So let's call that method.
+      self.blog_list
+      uid = @blog_list.elements['id'].get_text.to_s.split(/-|\:/)
+      @user_id = uid[uid.index(&quot;user&quot;)+1].delete(&quot;.blogs&quot;) 
+    end
     
     def feed
       request &quot;/feeds/#{@blog_id}/posts/default&quot;</diff>
      <filename>lib/gdata/blogger.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-require 'gdata/base'
+require 'gdata/client'
 
 module GData
 
-  class Spreadsheet &lt; GData::Base
+  class Spreadsheet &lt; GData::Client
 
     def initialize(spreadsheet_id)
       @spreadsheet_id = spreadsheet_id</diff>
      <filename>lib/gdata/spreadsheet.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/gdata/base.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9edd1257fd68e1bdf75bbd40c97d4103f40be476</id>
    </parent>
  </parents>
  <author>
    <name>dion</name>
    <email>dion@3d76ca7b-2e8e-4910-8bb0-bc18f4d68cdf</email>
  </author>
  <url>http://github.com/dsisnero/gdata-ruby/commit/b3832e69c12c37c2acbcead6735cd532074b3944</url>
  <id>b3832e69c12c37c2acbcead6735cd532074b3944</id>
  <committed-date>2007-07-05T22:58:58-07:00</committed-date>
  <authored-date>2007-07-05T22:58:58-07:00</authored-date>
  <message>fixed ^M and moved base.rb to be client.rb

git-svn-id: http://gdata-ruby.rubyforge.org/svn@14 3d76ca7b-2e8e-4910-8bb0-bc18f4d68cdf</message>
  <tree>ab3b8251e9bbbc2fdeec4e043a61e9ced1308c0a</tree>
  <committer>
    <name>dion</name>
    <email>dion@3d76ca7b-2e8e-4910-8bb0-bc18f4d68cdf</email>
  </committer>
</commit>
