<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ DESCRIPTION       = &quot;a library for generating identicon.&quot;
 RUBYFORGE_PROJECT = &quot;quilt&quot;
 HOMEPATH          = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 BIN_FILES         = %w(  )
-VERS              = &quot;0.0.2&quot;
+VERS              = &quot;0.0.3&quot;
 
 REV = File.read(&quot;.svn/entries&quot;)[/committed-rev=&quot;(d+)&quot;/, 1] rescue nil
 CLEAN.include ['**/.*.sw?', '*.gem', '.config']
@@ -132,7 +132,11 @@ task :release =&gt; [:clean, :package] do |t|
 end
 
 desc 'Show information about the gem.'
-task :debug_gem do
+task :debug_gemspec do
 	puts spec.to_ruby
 end
 
+desc 'Update information about the gem.'
+task :update_gemspec do
+  open(&quot;#{NAME}.gemspec&quot;, 'w') { |f| f.puts spec.to_ruby }
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce5cb6d7cc9a804df7bfbc56e68cc88ee1d0ea08</id>
    </parent>
  </parents>
  <author>
    <name>swdyh</name>
    <email>youhei@gmail.com</email>
  </author>
  <url>http://github.com/swdyh/quilt/commit/504c3aee7df8f135bb0fad83f3c18eaf498b9966</url>
  <id>504c3aee7df8f135bb0fad83f3c18eaf498b9966</id>
  <committed-date>2008-09-19T05:28:47-07:00</committed-date>
  <authored-date>2008-09-19T05:28:47-07:00</authored-date>
  <message> * added updat_gemspec task</message>
  <tree>e415a53d71f7f7a18736839168b5cb292f967b21</tree>
  <committer>
    <name>swdyh</name>
    <email>youhei@gmail.com</email>
  </committer>
</commit>
