<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ end
 
 begin
   require 'jeweler'
-  Jeweler::Tasks.new do |gem|
+  jewler = Jeweler::Tasks.new do |gem|
     gem.name = &quot;sdoc&quot;
     gem.summary = &quot;rdoc html with javascript search index.&quot;
     gem.email = &quot;voloko@gmail.com&quot;
@@ -32,6 +32,13 @@ begin
 
     # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
   end
+
+  desc &quot;Replace system gem with symlink to this folder&quot;
+  task 'ghost' do
+    path = Gem.searcher.find(jewler.gemspec.name).full_gem_path
+    system 'sudo', 'rm', '-r', path
+    symlink File.expand_path('.'), path
+  end
 rescue LoadError
   puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bfd59767fe20de47d8ad6609e63295aff877ba25</id>
    </parent>
  </parents>
  <author>
    <name>Boba Fat</name>
    <email>ivan@workisfun.ru</email>
  </author>
  <url>http://github.com/voloko/sdoc/commit/6826a4baffa1f40cb7f06294c1d1b1b05f492b67</url>
  <id>6826a4baffa1f40cb7f06294c1d1b1b05f492b67</id>
  <committed-date>2009-06-17T08:08:16-07:00</committed-date>
  <authored-date>2009-06-17T08:08:16-07:00</authored-date>
  <message>ghost task to replace current gem with development version</message>
  <tree>5b3807aea67ca83eb9f30502ce8e0e600aecc5bb</tree>
  <committer>
    <name>Boba Fat</name>
    <email>ivan@workisfun.ru</email>
  </committer>
</commit>
