<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,3 +8,4 @@ pkg
 .session
 tags
 README.html
+</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 git-style-binaries
 ==================
 
-Super simple git-style binaries.
+Ridiculously easy git-style binaries.
 
 This gem uses [`trollop`](http://trollop.rubyforge.org/) for option parsing
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -5,14 +5,18 @@ begin
   require 'jeweler'
   Jeweler::Tasks.new do |gem|
     gem.name = &quot;git-style-binaries&quot;
-    gem.summary = %Q{TODO}
+    gem.description = %Q{Ridiculously easy git-style binaries}
+    gem.summary =&lt;&lt;-EOF 
+    Add git-style binaries to your project easily.
+    EOF
     gem.email = &quot;nate@natemurray.com&quot;
     gem.homepage = &quot;http://github.com/jashmenn/git-style-binaries&quot;
     gem.authors = [&quot;Nate Murray&quot;]
     gem.add_dependency 'trollop'
     gem.add_dependency 'thoughtbot-shoulda' # for running the tests
 
-    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
+    excludes = /(README\.html)/
+    gem.files = (FileList[&quot;[A-Z]*.*&quot;, &quot;{bin,examples,generators,lib,rails,spec,test}/**/*&quot;, 'Rakefile', 'LICENSE*']).delete_if{|f| f =~ excludes}
   end
 rescue LoadError
   puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -6,25 +6,25 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Nate Murray&quot;]
-  s.date = %q{2009-05-07}
+  s.date = %q{2009-05-08}
+  s.description = %q{Ridiculously easy git-style binaries}
   s.email = %q{nate@natemurray.com}
   s.extra_rdoc_files = [
-    &quot;LICENSE&quot;,
     &quot;README.html&quot;,
     &quot;README.markdown&quot;
   ]
   s.files = [
-    &quot;LICENSE&quot;,
-    &quot;README.html&quot;,
     &quot;README.markdown&quot;,
     &quot;Rakefile&quot;,
     &quot;VERSION.yml&quot;,
+    &quot;lib/ext/colorize.rb&quot;,
     &quot;lib/ext/core.rb&quot;,
     &quot;lib/git-style-binary.rb&quot;,
     &quot;lib/git-style-binary/autorunner.rb&quot;,
     &quot;lib/git-style-binary/command.rb&quot;,
     &quot;lib/git-style-binary/commands/help.rb&quot;,
     &quot;lib/git-style-binary/helpers/name_resolver.rb&quot;,
+    &quot;lib/git-style-binary/helpers/pager.rb&quot;,
     &quot;lib/git-style-binary/parser.rb&quot;,
     &quot;test/fixtures/flickr&quot;,
     &quot;test/fixtures/flickr-download&quot;,
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
   s.rdoc_options = [&quot;--charset=UTF-8&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.3.2}
-  s.summary = %q{TODO}
+  s.summary = %q{Add git-style binaries to your project easily.}
   s.test_files = [
     &quot;test/git-style-binary/command_test.rb&quot;,
     &quot;test/git_style_binary_test.rb&quot;,
@@ -57,8 +57,14 @@ Gem::Specification.new do |s|
     s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;trollop&gt;, [&quot;&gt;= 0&quot;])
+      s.add_runtime_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
     else
+      s.add_dependency(%q&lt;trollop&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
     end
   else
+    s.add_dependency(%q&lt;trollop&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
   end
 end</diff>
      <filename>git-style-binaries.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2bee50482985ffa01be399198e4922a1a15aa0c5</id>
    </parent>
  </parents>
  <author>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </author>
  <url>http://github.com/jashmenn/git-style-binaries/commit/0c3e12d43a54633432bd8e1d9f341b02538a035d</url>
  <id>0c3e12d43a54633432bd8e1d9f341b02538a035d</id>
  <committed-date>2009-05-08T09:08:55-07:00</committed-date>
  <authored-date>2009-05-08T09:08:55-07:00</authored-date>
  <message>gem housekeeping</message>
  <tree>2e6b2718fb984d9e02a4da18369d704d38d73218</tree>
  <committer>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </committer>
</commit>
