<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,21 +20,23 @@ As of release TODO, Net::DNS is compatible with Ruby 1.9.1.
 == Install
 
 Just use RubyGems:
-     
-     $ sudo gem install net-dns
+  
+  $ gem install net-dns
 
 If you want to install from source, you can use Rake:
-   
-   $ rake install
 
-Or directly from install.rb
+  $ rake install
+
+Or directly from setup.rb
+
+  $ ruby setup.rb
 
-   $ sudo ruby install.rb
 
 == API Documentation
 
 Visit the page http://marcoceresa.com/net-dns
 
+
 == Trivial resolver
 
 The simplest way to use the library is to invoke the Resolver() method:
@@ -154,7 +156,7 @@ Gives:
 
 Net::DNS is distributed under the same license Ruby is.
 
+
 == Author
 
-(c) Marco Ceresa 2006   
-      
+(c) Marco Ceresa 2006-2009
\ No newline at end of file</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,12 @@ require 'rake'
 #
 SPEC = Gem::Specification.new do |s|
   s.name              = &quot;net-dns&quot;
+  s.summary           = &quot;Pure Ruby DNS library&quot;
+  s.description       = &quot;Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API&quot;
   s.authors           = [&quot;Marco Ceresa&quot;]
   s.email             = &quot;ceresa@gmail.com&quot;
   s.homepage          = &quot;http://github.com/bluemonk/net-dns&quot;
-  s.platform          = Gem::Platform::RUBY
-  s.summary           = &quot;Pure Ruby DNS library&quot;
-  s.has_rdoc          = true
   s.extra_rdoc_files  = [&quot;README.rdoc&quot;,&quot;AUTHORS&quot;,&quot;INSTALL&quot;, &quot;THANKS&quot;]
-  s.description       = &quot;Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API&quot;
   s.rubyforge_project = &quot;net-dns&quot;
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ef154ba75c97c98524771d630898e8c3ccf38f9</id>
    </parent>
  </parents>
  <author>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </author>
  <url>http://github.com/bluemonk/net-dns/commit/8c19053afd8e2d6078ff95c55199df687c629d61</url>
  <id>8c19053afd8e2d6078ff95c55199df687c629d61</id>
  <committed-date>2009-11-01T04:55:33-08:00</committed-date>
  <authored-date>2009-11-01T04:55:33-08:00</authored-date>
  <message>Updated Readme file.</message>
  <tree>22da0c1e6a1eab51b7aed07db840867a90fd4502</tree>
  <committer>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </committer>
</commit>
