<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,10 @@
-require 'mysql' # this should load the mysqlplus version of mysql.so, as we assume the user has installed mysql as a gem and have not done any previous &quot;require 'mysql'&quot; to have loaded the other
+require File.dirname(__FILE__) + '/mysql' # load our version of mysql--note
+# if someone does a require 'mysql' after a require 'mysqlplus' then their screen will be littered with warnings
+# and the &quot;old&quot; mysql will override the &quot;new&quot; mysqlplus, so be careful.
 
 #
-# Mysqlplus library gives you a [slightly modified] version of the Mysql class
-# See http://www.kitebird.com/articles/ruby-mysql.html for details, as well as the test directory within the library
+# The mysqlplus library is a  [slightly updated] fork of the Mysql class, with asynchronous capability added
+# See http://www.kitebird.com/articles/ruby-mysql.html for details, as well as the test directory within the gem
 #
 class Mysql
   </diff>
      <filename>lib/mysqlplus.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,16 +18,7 @@ Gem::Specification.new do |s|
     ext/mysql.c
     lib/mysqlplus.rb
     mysqlplus.gemspec
-    test/c_threaded_test.rb
-    test/evented_test.rb
-    test/native_threaded_test.rb
-    test/test_all_hashes.rb
-    test/test_failure.rb
-    test/test_helper.rb
-    test/test_many_requests.rb
-    test/test_parsing_while_response_is_being_read.rb
-    test/test_threaded_sequel.rb
-  ]
+  ] + Dir.glob('test/*')
   s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
   s.extra_rdoc_files = [&quot;README&quot;]
   s.extensions &lt;&lt; &quot;ext/extconf.rb&quot;</diff>
      <filename>mysqlplus.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b44d124700868695f0ab757b3b738e08c14e2a01</id>
    </parent>
  </parents>
  <author>
    <name>Roger Pack</name>
    <email>rogerpack2005@gmail.com</email>
  </author>
  <url>http://github.com/oldmoe/mysqlplus/commit/482fd82d83b83e5a2707f101e77dfc3e46428c45</url>
  <id>482fd82d83b83e5a2707f101e77dfc3e46428c45</id>
  <committed-date>2009-05-12T17:23:47-07:00</committed-date>
  <authored-date>2009-05-12T17:23:47-07:00</authored-date>
  <message>allow the gem to compile, also ensure it requires our version of mysql.so</message>
  <tree>6d94abab018769d6496b910e2c2e319ceee5e383</tree>
  <committer>
    <name>Roger Pack</name>
    <email>rogerpack2005@gmail.com</email>
  </committer>
</commit>
