<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ Furthermore, as of version 0.1.0, the Customer model is the only model fleshed o
 
 Simply include this gem in your project:
   require 'rubygems'
-  gem 'quickbooks'
+  require 'quickbooks'
 
 Without any configuration, you should be able to talk to Quickbooks immediately if it and a company file is open on the same computer:
   c = Quickbooks::Customer.first</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -12,12 +12,6 @@ PKG_FILES = FileList[
     &quot;lib/**/*&quot;, &quot;rspec/**/*&quot;, &quot;[A-Z]*&quot;, &quot;Rakefile&quot;, &quot;doc/**/*&quot;
 ]
 
-desc &quot;Default Task&quot;
-task :default =&gt; [ :test ] do
-  # Run the unit tests
-  desc &quot;Run all rspec tests (rake task not yet implemented!)&quot;
-end
-
 # Make a console, useful when working on tests
 desc &quot;Generate a test console&quot;
 task :console do
@@ -76,6 +70,17 @@ task :stats do
   ).to_s
 end
 
+desc &quot;Publish new gem to Public Dropbox&quot;
+task :drop_gem =&gt; [:package] do
+  `cp pkg/*.gem ~/Dropbox/Public`
+end
+
+desc &quot;Default Task&quot;
+task :default =&gt; [ :drop_gem ] do
+  # Run the unit tests
+  # desc &quot;Run all rspec tests (rake task not yet implemented!)&quot;
+end
+
 desc &quot;Publish new documentation&quot;
 task :publish =&gt; [:doc] do
   `scp -r doc/* dcparker@rubyforge.org:/var/www/gforge-projects/quickbooks`</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf4b294a81e33f9691f582aca03f5c677b0b3dbf</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Parker</name>
    <email>dcparker@gmail.com</email>
  </author>
  <url>http://github.com/dcparker/quickbooks/commit/c3ad0e76b5fc454bd88f545dc52905c809f0227f</url>
  <id>c3ad0e76b5fc454bd88f545dc52905c809f0227f</id>
  <committed-date>2008-07-25T10:01:59-07:00</committed-date>
  <authored-date>2008-07-25T10:01:59-07:00</authored-date>
  <message>Cleaned up version 0.4.3 for gem on github.</message>
  <tree>ec36badb0b42b5de74735ccb8d86280c3df0dbe3</tree>
  <committer>
    <name>Daniel Parker</name>
    <email>dcparker@gmail.com</email>
  </committer>
</commit>
