<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>COPYING</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+= Net::LDAP Changelog
+
+== Net::LDAP 0.0.1: April 30, 2006
+Initial release.
+
 #--
 # Net::LDAP for Ruby.
 #   http://rubyforge.org/projects/net-ldap/
@@ -9,8 +14,3 @@
 # $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
 #++
 # vim: sts=2 sw=2 ts=4 et ai tw=77
-
-= Net::LDAP Changelong
-
-== Net::LDAP 0.0.1: April 30, 2006
-Initial release.</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -85,7 +85,7 @@ if $can_minitar
     Dir.chdir(&quot;..&quot;) do
       begin
         files = %W(bin/**/* lib/**/* tests/**/* ChangeLog README LICENCE
-                 Rakefile net-ldap.gemspec setup.rb pre-setup.rb)
+                 COPYING Rakefile net-ldap.gemspec setup.rb pre-setup.rb)
         files = FileList[files.map { |file| File.join(current, file) }].to_a
         files.map! do |dd|
           ddnew = dd.gsub(/^#{current}/, $distdir)
@@ -227,4 +227,3 @@ if $can_minitar
   task :publish_news =&gt; :tar
   task :default =&gt; :tar
 end
-</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,43 @@
-spec = Gem::Specification.new {|s|
-	s.name = &quot;netldap&quot;
-	s.version = &quot;0.0.1&quot;
-	s.author = &quot;Francis Cianfrocca&quot;
-	s.email = &quot;garbagecat10@gmail.com&quot;
-	s.homepage = &quot;netldap@rubyforge.org&quot;
-	s.summary = &quot;Net::LDAP library&quot;
-	s.files = FileList[&quot;{bin,tests,lib}/**/*&quot;].exclude(&quot;rdoc&quot;).to_a
-	s.require_paths = [&quot;lib&quot;]
-	s.test_file = &quot;tests/testem.rb&quot;
-	s.has_rdoc = true
-	s.extra_rdoc_files = [&quot;README&quot;, &quot;ChangeLog&quot;, &quot;LICENCE&quot;]
-}
+#--
+# Net::LDAP for Ruby.
+#   http://rubyforge.org/projects/net-ldap/
+#   Copyright 2006 Francis Cianfrocca
+#
+#   Available under the same terms as Ruby. See LICENCE in the main
+#   distribution for full licensing information.
+#
+# $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
+#++
+
+spec = Gem::Specification.new do |s|
+  s.name              = &quot;ruby-net-ldap&quot;
+  s.version           = &quot;0.0.1&quot;
+  s.summary           = %q(A pure Ruby LDAP client library.)
+  s.platform          = Gem::Platform::RUBY
+
+  s.has_rdoc          = true
+  s.rdoc_options      = %w(--title Net::LDAP --main README --line-numbers)
+  s.extra_rdoc_files  = %w(README ChangeLog LICENCE COPYING)
+
+  files = %w(README LICENCE ChangeLog COPYING {bin,tests,lib}/**/*)
+  s.files             = FileList[*files].exclude(&quot;rdoc&quot;).to_a
+
+  s.require_paths     = [&quot;lib&quot;]
+
+  s.test_files        = %w{tests/testem.rb}
+
+  s.author            = &quot;Francis Cianfrocca&quot;
+  s.email             = &quot;garbagecat10@gmail.com&quot;
+  s.rubyforge_project = %q(net-ldap)
+  s.homepage          = &quot;http://rubyforge.org/projects/net-ldap&quot;
+
+  description = []
+  File.open(&quot;README&quot;) do |file|
+    file.each do |line|
+      line.chomp!
+      break if line.empty?
+      description &lt;&lt; &quot;#{line.gsub(/\[\d\]/, '')}&quot;
+    end
+  end
+  s.description = description[1..-1].join(&quot; &quot;)
+end</diff>
      <filename>net-ldap.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -43,4 +43,4 @@ ri    = %w(--ri-site --merge)
 dox   = %w(README ChangeLog lib)
 build_rdoc rdoc + dox
 build_ri ri + dox
-run_tests Dir[&quot;tests/**/*&quot;]
+# run_tests Dir[&quot;tests/**/*&quot;]</diff>
      <filename>pre-setup.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1fec1f6abf7902f51f6bccda30233e3c34f2db6f</id>
    </parent>
  </parents>
  <author>
    <name>austin</name>
    <email>austin@005445c4-6811-0410-8301-cae4f0071d1d</email>
  </author>
  <url>http://github.com/innovationfactory/ruby-net-ldap/commit/2f3802c4fdad0ef031dae25c7aaa30a58ff000ed</url>
  <id>2f3802c4fdad0ef031dae25c7aaa30a58ff000ed</id>
  <committed-date>2006-04-30T19:14:05-07:00</committed-date>
  <authored-date>2006-04-30T19:14:05-07:00</authored-date>
  <message>Tweaks to top-level files.</message>
  <tree>f81544ca23d4ba99c998ae5a3e2ac77623cb38cd</tree>
  <committer>
    <name>austin</name>
    <email>austin@005445c4-6811-0410-8301-cae4f0071d1d</email>
  </committer>
</commit>
