<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ebay_shopping.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 == 0.1.1 2009-01-24
 * Bugfix:
   * #cached_xml_response was being called twice if there was a cached response
+* 1 minor enhancement:
+	* Added gemspec
 
 == 0.1.0 2008-05-12
 * 1 major enhancement:</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@
 
 == DESCRIPTION:
 
-Ebay_Shopping Plugin
+Ebay_Shopping Gem
 ===================
 
-The ebay_shopping plugin is a RubyonRails library for Ebay's Shopping API (http://developer.ebay.com/products/shopping/). 
+The ebay_shopping gem is a Ruby library for Ebay's Shopping API (http://developer.ebay.com/products/shopping/). 
 Unlike the trading API (http://developer.ebay.com/products/trading/), the shopping API is only for retrieval of information, not
 for posting items, or bidding on them. 
 
@@ -20,7 +20,12 @@ community site. It's still in development, and news of updates will be posted at
 Installation
 ============
 
-To install, simply run the usual: script/plugin install http://ebay-shopping.googlecode.com/svn/trunk/ ebay_shopping
+To install, grab from github:
+
+gem sources -a http://gems.github.com # if you haven't done this in the past for other gems hosted at github
+sudo gem install ctagg-ebay_shopping
+
+simply run the usual: script/plugin install http://ebay-shopping.googlecode.com/svn/trunk/ ebay_shopping
 
 Then from the root of your rails app run ruby vendor/plugins/ebay_shopping/install.rb. 
 </diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module EbayShopping #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/ebay_shopping/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;ebay_shopping&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/ebay_shopping&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/ebay_shopping&quot; class=&quot;numbers&quot;&gt;0.1.0&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/ebay_shopping&quot; class=&quot;numbers&quot;&gt;0.1.1&lt;/a&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;#x2192; &amp;#8216;ebay_shopping&amp;#8217;&lt;/h1&gt;
 </diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d96e1da20902c19a0af0cd69ac7617e074f849e4</id>
    </parent>
  </parents>
  <author>
    <name>Chris Taggart</name>
    <email>chris@windowsxponmac.home</email>
  </author>
  <url>http://github.com/ctagg/ebay_shopping/commit/4eebb49419817ae2be73ddd7e9614652a81d1994</url>
  <id>4eebb49419817ae2be73ddd7e9614652a81d1994</id>
  <committed-date>2009-02-17T05:15:38-08:00</committed-date>
  <authored-date>2009-02-17T05:15:38-08:00</authored-date>
  <message>Added gemspec</message>
  <tree>713f2c4dfdeb0076037042d83fbfaf23fdaa4d16</tree>
  <committer>
    <name>Chris Taggart</name>
    <email>chris@windowsxponmac.home</email>
  </committer>
</commit>
