<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>History.rdoc</filename>
    </added>
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>politics.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -37,29 +37,3 @@ Twitter::   http://twitter.com/mperham
 
 This software is free for you to use as you'd like.  If you find it useful, please consider giving 
 me a recommendation at {Working with Rails}[http://workingwithrails.com/person/10797-mike-perham].
-
-
-= License
-
- # (The MIT License)
- #
- # Copyright (c) 2008 Mike Perham
- # 
- # Permission is hereby granted, free of charge, to any person obtaining
- # a copy of this software and associated documentation files (the
- # 'Software'), to deal in the Software without restriction, including
- # without limitation the rights to use, copy, modify, merge, publish,
- # distribute, sublicense, and/or sell copies of the Software, and to
- # permit persons to whom the Software is furnished to do so, subject to
- # the following conditions:
- # 
- # The above copyright notice and this permission notice shall be
- # included in all copies or substantial portions of the Software.
- # 
- # THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
- # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -24,4 +24,11 @@ Rake::TestTask.new do |t|
 	t.test_files = FileList['test/*_test.rb']
 end
 
+desc &quot;Create rdoc&quot;
+Rake::RDocTask.new do |rd|
+	rd.main = &quot;README.rdoc&quot;
+	rd.rdoc_files.include(&quot;README.rdoc&quot;, &quot;History.rdoc&quot;, &quot;lib/**/*.rb&quot;)
+end
+
+
 task :default =&gt; :test</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,7 @@ module Politics
       replicas.clear if count % 5 == 0
       return if count &gt; 10 # Guaranteed to terminate, but not successfully :-(
 
-      puts &quot;Finding replicas&quot;
+      #puts &quot;Finding replicas&quot;
       peer_set = []
       bonjour_scan do |replica|
         (his_rid, his_peers) = replica.hello(rid)
@@ -66,14 +66,14 @@ module Politics
           peer_set &lt;&lt; peer unless peer_set.include? peer
         end
       end
-      p [peer_set.sort, replicas.keys.sort]
+      #p [peer_set.sort, replicas.keys.sort]
       if peer_set.sort != replicas.keys.sort
         # Recursively call ourselves until the network has settled down and all
         # peers have reached agreement on the peer group membership.
         sleep 0.2
         find_replicas(count + 1)
       end
-      puts &quot;Found #{replicas.size} peers: #{replicas.keys.sort.inspect}&quot;
+      puts &quot;Found #{replicas.size} peers: #{replicas.keys.sort.inspect}&quot; if count == 0
       replicas
     end
     </diff>
      <filename>lib/politics/discoverable_node.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Manifest</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b37b50c114c1f4b2458d68a476b68593f5d602bd</id>
    </parent>
  </parents>
  <author>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </author>
  <url>http://github.com/mperham/politics/commit/7b2970dc249b89a9aa3fa2a0184ea071896838f9</url>
  <id>7b2970dc249b89a9aa3fa2a0184ea071896838f9</id>
  <committed-date>2008-10-06T19:11:12-07:00</committed-date>
  <authored-date>2008-10-06T19:11:12-07:00</authored-date>
  <message>Prepare for 0.1 release</message>
  <tree>6c4473492b7bf9cf23667cf4b2dbf7d97a4fb5e7</tree>
  <committer>
    <name>Mike Perham</name>
    <email>mperham@gmail.com</email>
  </committer>
</commit>
