<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>jsmin.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -56,3 +56,10 @@ Rake::RDocTask.new do |rd|
 
   rd.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
 end
+
+desc 'Generate the gemspec to serve this Gem from Github'
+task :github do
+  file = File.dirname(__FILE__) + &quot;/#{gemspec.name}.gemspec&quot;
+  File.open(file, 'w') {|f| f &lt;&lt; gemspec.to_ruby }
+  puts &quot;Created gemspec: #{file}&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3987eda09bcc6eadad6694d9547c0979569615ba</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Reagan</name>
    <email>patrick.reagan@viget.com</email>
  </author>
  <url>http://github.com/rgrove/jsmin/commit/b80bf2adb172e0ada8b61566866025bac13cd8ca</url>
  <id>b80bf2adb172e0ada8b61566866025bac13cd8ca</id>
  <committed-date>2009-08-10T20:43:57-07:00</committed-date>
  <authored-date>2009-02-20T14:06:50-08:00</authored-date>
  <message>Create Rake task to generate gemspec for github; Ignore some files

Signed-off-by: Ryan Grove &lt;ryan@wonko.com&gt;</message>
  <tree>bf2ae224f70b5751b71bbfd521d58d4bbd244343</tree>
  <committer>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </committer>
</commit>
