<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ruby-git.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
-*.kpf
\ No newline at end of file
+*.kpf
+pkg/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,20 +2,7 @@ require 'rubygems'
 Gem::manage_gems
 require 'rake/gempackagetask'
 
-spec = Gem::Specification.new do |s|
-    s.platform  =   Gem::Platform::RUBY
-    s.name      =   &quot;git&quot;
-    s.version   =   &quot;1.0.5&quot;
-    s.author    =   &quot;Scott Chacon&quot;
-    s.email     =   &quot;schacon@gmail.com&quot;
-    s.summary   =   &quot;A package for using Git in Ruby code.&quot;
-    s.files     =   FileList['lib/**/*', 'tests/**/*', 'doc/**/*'].to_a
-    s.require_path  =   &quot;lib&quot;
-    s.autorequire   =   &quot;git&quot;
-    s.test_files = Dir.glob('tests/*.rb')
-    s.has_rdoc  =   true
-    s.extra_rdoc_files  =   [&quot;README&quot;]
-end
+spec = eval(File.read('ticgit.gemspec'))
 
 Rake::GemPackageTask.new(spec) do |pkg|
     pkg.need_tar = true</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,14 @@
 * more documentation
 
-
-* git revert, stash, rebase
+* git revert, rebase
 
 * diff additions
   - annotate, blame
 
-
 * submodule support
 
 * repository admin
-  - prune, fsck, pack-refs, gc, count-objects, unpack-objects
+  - prune, fsck, pack-refs, count-objects, unpack-objects
 
 * email/patch integration
   - request-pull(email_address), git-am, git-apply</diff>
      <filename>TODO</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7df710fdb2e9b6376b3201ac6dee9ea6524f6e5f</id>
    </parent>
  </parents>
  <author>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </author>
  <url>http://github.com/schacon/ruby-git/commit/0f1baf67e26092797e4a84804469cb1391546708</url>
  <id>0f1baf67e26092797e4a84804469cb1391546708</id>
  <committed-date>2008-05-12T20:42:45-07:00</committed-date>
  <authored-date>2008-05-12T20:42:45-07:00</authored-date>
  <message>updated gem specs and updated TODO file</message>
  <tree>696064e78710d2467403f2b52e8c03135b70be88</tree>
  <committer>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </committer>
</commit>
