<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 == 1.2 (in git)
 
 === Major Changes
+* Reek's RDoc is now hosted at http://rdoc.info/projects/kevinrutherford/reek
 * Reek's output reports are now formatted differently:
 ** Reek is no longer silent about smell-free source code
 ** Output now reports on all files examined, even if they have no smells</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,6 @@ PROJECT_NAME = 'reek'
 
 BUILD_DIR = 'build'; directory BUILD_DIR
 PKG_DIR = &quot;#{BUILD_DIR}/pkg&quot;; directory PKG_DIR
-RDOC_DIR = &quot;#{BUILD_DIR}/rdoc&quot;; directory RDOC_DIR
 
 GEM_MANIFEST = &quot;Manifest.txt&quot;
 VERSION_FILE = 'lib/reek.rb'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,8 @@
 require 'rubygems'
 require 'rake/gempackagetask'
-require 'rake/rdoctask'
 require 'yaml'
 require 'reek'
 
-begin
-  gem 'rdoc'
-rescue Gem::LoadError
-end
-
 GEMSPEC = &quot;#{PROJECT_NAME}.gemspec&quot;
 HISTORY_FILE = 'History.txt'
 
@@ -32,7 +26,6 @@ $gemspec = Gem::Specification.new do |s|
   s.require_paths = ['lib']
   s.rdoc_options = ['--main', 'README.txt']
   s.extra_rdoc_files = s.files.grep(/(txt|rdoc)$/)
-  s.has_rdoc = true
   s.post_install_message = '
 For more information on reek, see http://wiki.github.com/kevinrutherford/reek
 '
@@ -45,7 +38,7 @@ class File
 end
 
 class String
-  def rdoc_to_markdown
+  def to_markdown
     self.gsub(/^(=+)/) { &quot;#&quot; * $1.size }
   end
 
@@ -72,12 +65,11 @@ command, or as a Rake task, or as an expectation in Rspec examples.&quot;
     &quot;#{PROJECT_NAME} version #{::Reek::VERSION} has been released!&quot;
   end
   def body
-    &quot;#{$gemspec.description}\n\n## Changes:\n\n#{changes}&quot;.rdoc_to_markdown
+    &quot;#{$gemspec.description}\n\n## Changes:\n\n#{changes}&quot;.to_markdown
   end
   def urls
     result = &lt;&lt;EOR
 * http://wiki.github.com/kevinrutherford/#{PROJECT_NAME}
-* http://#{PROJECT_NAME}.rubyforge.org/rdoc/
 EOR
     result
   end
@@ -90,7 +82,7 @@ EOR
 
 ## Changes in this release:
 
-#{changes.rdoc_to_markdown}
+#{changes.to_markdown}
 
 ## More information:
 
@@ -130,7 +122,7 @@ begin
     end
 
     desc 'Minor release on github only'
-    task :minor =&gt; ['build:all', 'rubyforge:rdoc', 'release:tag'] do
+    task :minor =&gt; ['build:all', 'release:tag'] do
       RELEASE_TIMESTAMP.touch(::Reek::VERSION)
     end
 
@@ -206,16 +198,5 @@ namespace :build do
 
   task :gem =&gt; [MANIFEST_CHECKED, 'test:all']
 
-  Rake::RDocTask.new do |rd|
-    rd.main = 'README.txt'
-    rd.rdoc_dir = RDOC_DIR
-    files = $gemspec.files.grep(/^(lib|bin|ext)|txt|rdoc$/)
-    files -= [GEM_MANIFEST]
-    rd.rdoc_files.push(*files)
-    title = &quot;#{PROJECT_NAME}-#{::Reek::VERSION} Documentation&quot;
-    rd.options &lt;&lt; &quot;-t #{title}&quot;
-  end
-
-  task :rdoc =&gt; [RDOC_DIR, MANIFEST_CHECKED]
-  task :all =&gt; ['build:package', 'build:rdoc']
+  task :all =&gt; ['build:package']
 end</diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
    <modified>
      <diff>@@ -34,11 +34,6 @@ begin
       rf.add_release(PROJECT_NAME, PROJECT_NAME, ::Reek::VERSION, *files)
     end
 
-    desc 'Upload the rdoc to rubyforge'
-    task :rdoc =&gt; ['build:rdoc'] do
-      rsync(RDOC_DIR, &quot;#{REMOTE_PROJECT_DIR}/rdoc&quot;)
-    end
-
     desc 'Post news announcement to rubyforge'
     task :news do
       proj = Description.new</diff>
      <filename>tasks/rubyforge.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/defaults.reek</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4e58454ee1a2d2ebf15deb6f47ff888eb4a49cc1</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Rutherford</name>
    <email>kevin@rutherford-software.com</email>
  </author>
  <url>http://github.com/kevinrutherford/reek/commit/d40aaa8144f9f023bb8fe6eabfc251645cebafa8</url>
  <id>d40aaa8144f9f023bb8fe6eabfc251645cebafa8</id>
  <committed-date>2009-06-29T08:43:37-07:00</committed-date>
  <authored-date>2009-06-29T08:43:37-07:00</authored-date>
  <message>Removed rdoc rake tasks</message>
  <tree>8193dac4e4f840b128ce0e896ac1ebdc86c0e529</tree>
  <committer>
    <name>Kevin Rutherford</name>
    <email>kevin@rutherford-software.com</email>
  </committer>
</commit>
