<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,9 +30,11 @@ Rake::TestTask.new do |t|
   t.verbose = true
 end
 
-desc 'Generate the gemspec to serve this Gem from Github'
-task :github do
+desc 'Generate the gemspec for the Gem (useful when serving from Github)'
+task :gemspec do
   file = File.dirname(__FILE__) + &quot;/#{spec.name}.gemspec&quot;
   File.open(file, 'w') {|f| f &lt;&lt; spec.to_ruby }
   puts &quot;Created gemspec: #{file}&quot;
-end
\ No newline at end of file
+end
+
+task :github =&gt; :gemspec
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6ea7dfa8521cf2606c4b3611640a2c7ecf687c2a</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Reagan</name>
    <email>patrick.reagan@viget.com</email>
  </author>
  <url>http://github.com/reagent/simple-gem/commit/92bf8d5fb8bb5d061d0993d0b694be74d1183c1a</url>
  <id>92bf8d5fb8bb5d061d0993d0b694be74d1183c1a</id>
  <committed-date>2009-09-30T11:24:52-07:00</committed-date>
  <authored-date>2009-09-30T11:24:52-07:00</authored-date>
  <message>Update Rakefile to match new gemspec creation task</message>
  <tree>88d157d48e6b19858900d4a103dba9cdc26268a7</tree>
  <committer>
    <name>Patrick Reagan</name>
    <email>patrick.reagan@viget.com</email>
  </committer>
</commit>
