<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,28 +2,33 @@
 
 Gem::Specification.new do |s|
   s.name = %q{api_cache}
-  s.version = &quot;0.1.2&quot;
+  s.version = &quot;0.2.0&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Martyn Loughran&quot;]
-  s.date = %q{2009-03-30}
-  s.description = %q{Library to handle caching external API calls}
+  s.date = %q{2009-08-21}
+  s.description = %q{APICache allows any API client library to be easily wrapped with a robust caching layer. It supports caching (obviously), serving stale data and limits on the number of API calls. It's also got a handy syntax if all you want to do is cache a bothersome url.}
   s.email = %q{me@mloughran.com}
-  s.files = [&quot;README.markdown&quot;, &quot;VERSION.yml&quot;, &quot;lib/api_cache&quot;, &quot;lib/api_cache/abstract_store.rb&quot;, &quot;lib/api_cache/api.rb&quot;, &quot;lib/api_cache/cache.rb&quot;, &quot;lib/api_cache/logger.rb&quot;, &quot;lib/api_cache/memcache_store.rb&quot;, &quot;lib/api_cache/memory_store.rb&quot;, &quot;lib/api_cache.rb&quot;, &quot;spec/api_cache_spec.rb&quot;, &quot;spec/api_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;]
-  s.has_rdoc = true
-  s.homepage = %q{http://github.com/mloughran/api_cache}
+  s.files = [&quot;README.rdoc&quot;, &quot;VERSION.yml&quot;, &quot;lib/api_cache&quot;, &quot;lib/api_cache/abstract_store.rb&quot;, &quot;lib/api_cache/api.rb&quot;, &quot;lib/api_cache/cache.rb&quot;, &quot;lib/api_cache/memory_store.rb&quot;, &quot;lib/api_cache/moneta_store.rb&quot;, &quot;lib/api_cache.rb&quot;, &quot;spec/api_cache_spec.rb&quot;, &quot;spec/api_spec.rb&quot;, &quot;spec/cache_spec.rb&quot;, &quot;spec/integration_spec.rb&quot;, &quot;spec/monteta_store_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;]
+  s.homepage = %q{http://mloughran.github.com/api_cache/}
   s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.rubygems_version = %q{1.3.1}
-  s.summary = %q{Library to handle caching external API calls}
+  s.rubygems_version = %q{1.3.5}
+  s.summary = %q{API Cache allows advanced caching of APIs}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_development_dependency(%q&lt;rspec&gt;, [&quot;&gt;= 0&quot;])
+      s.add_development_dependency(%q&lt;fakeweb&gt;, [&quot;&gt;= 0&quot;])
     else
+      s.add_dependency(%q&lt;rspec&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;fakeweb&gt;, [&quot;&gt;= 0&quot;])
     end
   else
+    s.add_dependency(%q&lt;rspec&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;fakeweb&gt;, [&quot;&gt;= 0&quot;])
   end
 end</diff>
      <filename>api_cache.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>588a514fa2b3e50731d6450b6eb32310917d42af</id>
    </parent>
  </parents>
  <author>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </author>
  <url>http://github.com/mloughran/api_cache/commit/fd0c61c9901fafa7145fa3972bf714e428809d34</url>
  <id>fd0c61c9901fafa7145fa3972bf714e428809d34</id>
  <committed-date>2009-08-20T18:40:54-07:00</committed-date>
  <authored-date>2009-08-20T18:40:54-07:00</authored-date>
  <message>Regenerated gemspec for version 0.2.0</message>
  <tree>6f8261589271548709fc4b7a3bf186307580f6ff</tree>
  <committer>
    <name>Martyn Loughran</name>
    <email>me@mloughran.com</email>
  </committer>
</commit>
