<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,11 +5,13 @@ require 'rake/rdoctask'
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
-desc 'Test the memcached_protected plugin.'
-Rake::TestTask.new(:test) do |t|
-  t.libs &lt;&lt; 'lib'
-  t.pattern = 'test/**/*_test.rb'
-  t.verbose = true
+desc &quot;Run all specs&quot;
+Spec::Rake::SpecTask.new do |t|
+  t.spec_files = FileList['spec/**/*_spec.rb']
+end  
+
+task :test do
+  system(&quot;rake spec&quot;)
 end
 
 desc 'Generate documentation for the memcached_protected plugin.'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 class MemcachedProtected::ProtectedAccess
   
-  MAX_KEY_SIZE = 250
+  MAX_KEY_SIZE = 247
   
   class &lt;&lt; self
 </diff>
      <filename>lib/memcached_protected/protected_access.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>tasks/memcached_protected_tasks.rake</filename>
    </removed>
    <removed>
      <filename>uninstall.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c2ff07931b98b59c699cabfde7cc6a7eb6852b86</id>
    </parent>
  </parents>
  <author>
    <name>Tapaj&#243;s</name>
    <email>tapajos@gmail.com</email>
  </author>
  <url>http://github.com/tapajos/memcached_protected/commit/bae97de589257b0d6730b6e532f290cbb5379753</url>
  <id>bae97de589257b0d6730b6e532f290cbb5379753</id>
  <committed-date>2009-04-01T11:54:10-07:00</committed-date>
  <authored-date>2009-04-01T11:54:10-07:00</authored-date>
  <message>Updating max key size</message>
  <tree>095e205d460a01cb25baf15499ce542cacba89ea</tree>
  <committer>
    <name>Tapaj&#243;s</name>
    <email>tapajos@gmail.com</email>
  </committer>
</commit>
