<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,7 +23,7 @@ RDOC_OPTS = ['--quiet', '--title', 'Ohcount Reference', '--main', 'README', '--i
 
 PKG_FILES = %w(README COPYING Rakefile lib/ohcount.rb) +
 	Dir.glob(&quot;ext/ohcount_native/*.{h,c,rb}&quot;) +
-	Dir.glob(&quot;lib/ohcount/*.rb&quot;) +
+	Dir.glob(&quot;lib/**/*.rb&quot;) +
 	Dir.glob(&quot;test/*&quot;) +
 	Dir.glob(&quot;test/**/*&quot;) +
 	Dir.glob(&quot;bin/*&quot;)
@@ -34,14 +34,14 @@ SPEC =
 		s.version = VERS
 		s.platform = Gem::Platform::RUBY
 		s.has_rdoc = true
-		s.rdoc_options += RDOC_OPTS
+		s.rdoc_options = RDOC_OPTS
 		s.summary = &quot;The Ohloh source code line counter&quot;
 		s.description = s.summary
 		s.author = &quot;Ohloh Corporation&quot;
 		s.email = &quot;info@ohloh.net&quot;
-		s.homepage = &quot;http://www.ohloh.net&quot;
+		s.homepage = &quot;http://labs.ohloh.net/ohcount&quot;
 		s.files = PKG_FILES
-		s.require_paths = [&quot;lib&quot;, ARCH_DIR]
+		s.require_paths &lt;&lt;  'lib'
 		s.extensions &lt;&lt; 'ext/ohcount_native/extconf.rb'
 		s.bindir = 'bin'
 		s.executables = ['ohcount']</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>739610868231c57d32fb35c062d97c3f363d5bcc</id>
    </parent>
  </parents>
  <author>
    <name>Robin Luckey</name>
    <email>robin@ohloh.net</email>
  </author>
  <url>http://github.com/korsakov/ohcount/commit/faedb82a6fa9090b3d7a904ca413c09d8ad98621</url>
  <id>faedb82a6fa9090b3d7a904ca413c09d8ad98621</id>
  <committed-date>2008-07-17T13:46:48-07:00</committed-date>
  <authored-date>2008-07-17T13:46:48-07:00</authored-date>
  <message>[FIX] Gem fixes: Add lib/license to the gem, also fix ticket #229.
      There's still some trouble with RDoc in the gem install.</message>
  <tree>11ecc0569123bc04568265303a56ee8652b82697</tree>
  <committer>
    <name>Robin Luckey</name>
    <email>robin@ohloh.net</email>
  </committer>
</commit>
