<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{hanna}
-  s.version = &quot;0.1.10&quot;
+  s.version = &quot;0.1.11&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Mislav Marohni\304\207&quot;]
-  s.date = %q{2009-09-17}
+  s.date = %q{2009-09-21}
   s.default_executable = %q{hanna}
   s.description = %q{Hanna is an RDoc implemented in Haml, making its source clean and maintainable. It's built with simplicity, beauty and ease of browsing in mind.}
   s.email = %q{mislav.marohnic@gmail.com}</diff>
      <filename>hanna.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Hanna
 
-  VERSION = '0.1.10'
+  VERSION = '0.1.11'
 
   # The version of RDoc that Hanna should use
   RDOC_VERSION = '2.3.0'</diff>
      <filename>lib/hanna/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,17 @@
-unless defined?(Hanna) or defined?(RDoc)
+unless defined?(::Hanna) or defined?(::RDoc)
   require 'rubygems/doc_manager'
-  require 'rubygems/requirement'
-  require 'hanna/version'
+
+  # define the Hanna namespace to prevent actions of rubygems_plugin from older versions
+  module Hanna; end
 
   class &lt;&lt; Gem::DocManager
     alias load_rdoc_without_version_constraint load_rdoc
 
     # overwrite load_rdoc to load the exact version of RDoc that Hanna works with
     def load_rdoc
+      require 'rubygems/requirement'
+      load File.expand_path(File.join(File.dirname(__FILE__), 'hanna', 'version.rb'))
+
       Hanna::require_rdoc(false) # don't terminate if failed
 
       # call the original method</diff>
      <filename>lib/rubygems_plugin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>028f2dde354bf3ed62c5b0644da6350f871a9b84</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/hanna/commit/740a640b3d66788b12aa412b163ecc56fe54c730</url>
  <id>740a640b3d66788b12aa412b163ecc56fe54c730</id>
  <committed-date>2009-09-21T06:19:47-07:00</committed-date>
  <authored-date>2009-09-21T06:19:47-07:00</authored-date>
  <message>release 0.1.11 -- avoid activating Hanna gem in rubygems_plugin.rb

This is critical. The version of rubygems_plugin from Hanna v0.1.10
always required &quot;hanna/version&quot;, which activated Hanna and Haml gems
and made using the newer Haml versions impossible.

References #7</message>
  <tree>a85f80d3491fa8cafe32f96259e9ee0e07863c47</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
