<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 == 1.2 (in progress -- see github)
 
 === Major Changes
+* Reek passes all its tests under ruby 1.8.6, 1.8.7 and 1.9.1 (fixed #16)
 * 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>@@ -1,5 +1,5 @@
 $:.unshift File.dirname(__FILE__)
 
 module Reek # :doc:
-  VERSION = '1.1.3.12'
+  VERSION = '1.1.3.13'
 end</diff>
      <filename>lib/reek.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{reek}
-  s.version = &quot;1.1.3.12&quot;
+  s.version = &quot;1.1.3.13&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Kevin Rutherford&quot;]
-  s.date = %q{2009-07-25}
+  s.date = %q{2009-07-26}
   s.default_executable = %q{reek}
   s.description = %q{Code smell detector for Ruby}
   s.email = [&quot;kevin@rutherford-software.com&quot;]
@@ -20,7 +20,7 @@ For more information on reek, see http://wiki.github.com/kevinrutherford/reek
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{reek}
-  s.rubygems_version = %q{1.3.4}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{Code smell detector for Ruby}
 
   if s.respond_to? :specification_version then</diff>
      <filename>reek.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -182,7 +182,7 @@ end
 
 file MANIFEST_CHECKED =&gt; $package_files do
   display_manifest_diff
-  if query('Is this manifest good to go? [yN]') =~ /y/i
+  if query('Is this manifest good to go? [Ny] ') =~ /y/i
     MANIFEST_CHECKED.touch
   else
     abort 'Check the manifest and try again'</diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>af32b6cec2590160088b4f9614d767e21419bce0</id>
    </parent>
  </parents>
  <author>
    <name>Kevin Rutherford</name>
    <email>kevin@rutherford-software.com</email>
  </author>
  <url>http://github.com/kevinrutherford/reek/commit/6f8142285df9a8feb2d145fad51c3f3f062b71e9</url>
  <id>6f8142285df9a8feb2d145fad51c3f3f062b71e9</id>
  <committed-date>2009-07-26T12:45:18-07:00</committed-date>
  <authored-date>2009-07-26T12:45:18-07:00</authored-date>
  <message>Release 1.1.3.13</message>
  <tree>0d567eff8c57d2f74f0238340d8cd3fb20ebda42</tree>
  <committer>
    <name>Kevin Rutherford</name>
    <email>kevin@rutherford-software.com</email>
  </committer>
</commit>
