<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,10 +6,9 @@ spec = Gem::Specification.new do |s|
   s.platform = Gem::Platform::RUBY
   s.summary = &quot;Case Insensitive Case Preserving Hash&quot;
   s.files = Dir['cicphash.rb']
-  s.autorequire = &quot;cicphash&quot;
   s.require_path = &quot;.&quot;
   s.test_files = Dir[&quot;test/test_cicphash.rb&quot;]
   s.has_rdoc = true
   s.rubyforge_project = 'cicphash'
+  s.homepage = &quot;http://cicphash.rubyforge.org&quot;
 end
-</diff>
      <filename>cicphash.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,9 @@
+# CICPHash is a case insensitive case preserving hash for ruby.
+#
+# * RDoc: http://cicphash.rubyforge.org
+# * Source: http://github.com/jeremyevans/ruby-cicphash
+# * Project: http://rubyforge.org/projects/cicphash/
+#
 # Copyright (c) 2007 Jeremy Evans
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,7 +24,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-# Case Insensitive, Case Preserving Hash
+# Case Insensitive Case Preserving Hash
 #
 # CICPHash has the exact same interface as Hash, but is case insensitive
 # and case preserving.  Any value can be used as a key.  However, you</diff>
      <filename>cicphash.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>192aa613d3b032b413a469f74c9507c0714fcdd5</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/ruby-cicphash/commit/82ba1d556e9d097abcd68470aed530dd85ff9107</url>
  <id>82ba1d556e9d097abcd68470aed530dd85ff9107</id>
  <committed-date>2008-07-06T15:07:50-07:00</committed-date>
  <authored-date>2008-07-06T15:07:50-07:00</authored-date>
  <message>Add Rakefile to ease project maintenance
Update documentation to reflect RDoc on cicphash.rubyforge.org
Remove autorequire from gemspec
Add homepage to gemspec</message>
  <tree>a3657d3c116047bbfc93f443cd0c7d3a108d07ae</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
