<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 2009-01-10 - Sean Huber (shuber@huberry.com)
   * Object includes Huberry::AliasMethodChain instead of Module
+  * Remove init.rb
 
 2009-01-08 - Sean Huber (shuber@huberry.com)
   * Update CHANGELOG email addresses</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 hattr\_accessor
 ===============
 
-A gem/plugin that allows you to define attr\_accessors that reference members of a hash.
+Allows you to define attr\_accessors that reference members of a hash.
 
 
 Installation</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -5,14 +5,14 @@ require 'rake/rdoctask'
 desc 'Default: run the hattr_accessor tests'
 task :default =&gt; :test
  
-desc 'Test the hattr_accessor gem/plugin.'
+desc 'Test the hattr_accessor gem.'
 Rake::TestTask.new(:test) do |t|
   t.libs &lt;&lt; 'lib'
   t.pattern = 'test/*_test.rb'
   t.verbose = true
 end
  
-desc 'Generate documentation for the hattr_accessor gem/plugin.'
+desc 'Generate documentation for the hattr_accessor gem.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'rdoc'
   rdoc.title    = 'hattr_accessor'</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 Gem::Specification.new do |s|
   s.name    = 'hattr_accessor'
-  s.version = '1.0.2'
-  s.date    = '2009-01-08'
+  s.version = '1.0.3'
+  s.date    = '2009-01-10'
   
-  s.summary     = 'A gem/plugin that allows you to define attr_accessors that reference members of a hash'
-  s.description = 'A gem/plugin that allows you to define attr_accessors that reference members of a hash'
+  s.summary     = 'Allows you to define attr_accessors that reference members of a hash'
+  s.description = 'Allows you to define attr_accessors that reference members of a hash'
   
   s.author   = 'Sean Huber'
   s.email    = 'shuber@huberry.com'
@@ -14,7 +14,6 @@ Gem::Specification.new do |s|
   
   s.files = %w(
     CHANGELOG
-    init.rb
     lib/alias_method_chain.rb
     lib/hattr_accessor.rb
     MIT-LICENSE</diff>
      <filename>hattr_accessor.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,7 @@
-require File.dirname(__FILE__) + '/alias_method_chain'
-Object.send :include, Huberry::AliasMethodChain unless Object.method_defined? :alias_method_chain
+unless Object.method_defined? :alias_method_chain
+  require File.dirname(__FILE__) + '/alias_method_chain'
+  Object.send :include, Huberry::AliasMethodChain
+end
 
 module Huberry
   module HattrAccessor</diff>
      <filename>lib/hattr_accessor.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>init.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>96a4784eda3d3120e046620cd0deb3cda1b76f11</id>
    </parent>
  </parents>
  <author>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </author>
  <url>http://github.com/shuber/hattr_accessor/commit/e91fbc75e78109a53d7bcaaaa2be197a92698006</url>
  <id>e91fbc75e78109a53d7bcaaaa2be197a92698006</id>
  <committed-date>2009-01-10T13:40:08-08:00</committed-date>
  <authored-date>2009-01-10T13:40:08-08:00</authored-date>
  <message>Remove init.rb</message>
  <tree>468b23067dd0b3be19117dae2498df46c9690129</tree>
  <committer>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </committer>
</commit>
