<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,17 +29,17 @@ h2. Install
 
 h3. Get the code
 
-We're still actively developing {{ site.gemname }}.  The newest version is available via &quot;Git&quot;:http://git-scm.com on &quot;github:&quot;:http://github.com/mrflip/{{ site.gemname }}
+We're still actively developing wukong.  The newest version is available via &quot;Git&quot;:http://git-scm.com on &quot;github:&quot;:http://github.com/mrflip/wukong
 
-pre. $ git clone git://github.com/mrflip/{{ site.gemname }}
+pre. $ git clone git://github.com/mrflip/wukong
 
-A gem is available from &quot;gemcutter:&quot;:http://gemcutter.org/gems/{{ site.gemname }}
+A gem is available from &quot;gemcutter:&quot;:http://gemcutter.org/gems/wukong
 
-pre. $ sudo gem install {{ site.gemname }} --source=http://gemcutter.org
+pre. $ sudo gem install wukong --source=http://gemcutter.org
 
 (don't use the gems.github.com version -- it's way out of date.)
 
-You can instead download this project in either &quot;zip&quot;:http://github.com/mrflip/{{ site.gemname }}/zipball/master or &quot;tar&quot;:http://github.com/mrflip/{{ site.gemname }}/tarball/master formats.
+You can instead download this project in either &quot;zip&quot;:http://github.com/mrflip/wukong/zipball/master or &quot;tar&quot;:http://github.com/mrflip/wukong/tarball/master formats.
 
 h3. Dependencies and setup
 
@@ -190,9 +190,15 @@ bq. Sun Wukong possesses incredible strength, being able to lift his 13,500 j&#299;n
 
 The &quot;Jaime Hewlett / Damon Albarn short&quot;:http://news.bbc.co.uk/sport1/hi/olympics/monkey that the BBC made for their 2008 Olympics coverage gives the general idea.
 
-h2. Credits
+&lt;notextile&gt;&lt;div class=&quot;toggle&quot;&gt;&lt;/notextile&gt;
 
-Wukong was written by &quot;Philip (flip) Kromer&quot;:http://mrflip.com (flip@infochimps.org) for the &quot;infochimps project&quot;:http://infochimps.org
+h2. More info
+
+There are many useful examples in the examples/ directory.
+
+h3. Credits
+
+Monkeyshines was written by &quot;Philip (flip) Kromer&quot;:http://mrflip.com (flip@infochimps.org / &quot;@mrflip&quot;:http://twitter.com/mrflip) for the &quot;infochimps project&quot;:http://infochimps.org
 
 Patches submitted by:
 * gemified by Ben Woosley (ben.woosley with the gmails)
@@ -201,3 +207,9 @@ Patches submitted by:
 Thanks to:
 * &quot;Brad Heintz&quot;:http://www.bradheintz.com/no1thing/talks/ for his early feedback
 * &quot;Phil Ripperger&quot;:http://blog.pdatasolutions.com for his &quot;wukong in the Amazon AWS cloud&quot;:http://blog.pdatasolutions.com/post/191978092/ruby-on-hadoop-quickstart tutorial.
+
+h3. Help!
+
+Send monkeyshines questions to the &quot;Infinite Monkeywrench mailing list&quot;:http://groups.google.com/group/infochimps-code
+
+&lt;notextile&gt;&lt;/div&gt;&lt;/notextile&gt;</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -27,8 +27,6 @@ pre. $ sudo gem install {{ site.gemname }} --source=http://gemcutter.org
 
 You can instead download this project in either &quot;zip&quot;:http://github.com/mrflip/{{ site.gemname }}/zipball/master or &quot;tar&quot;:http://github.com/mrflip/{{ site.gemname }}/tarball/master formats.
 
-&lt;notextile&gt;&lt;/div&gt;&lt;div class=&quot;toggle&quot;&gt;&lt;/notextile&gt;
-
 h3. Get the Dependencies
 
 * Hadoop</diff>
      <filename>docpages/INSTALL.textile</filename>
    </modified>
    <modified>
      <diff>@@ -71,7 +71,7 @@ h2. Documentation index
 
 h2. Credits
 
-Wukong was written by &quot;Philip (flip) Kromer&quot;:http://mrflip.com (flip@infochimps.org) for the &quot;infochimps project&quot;:http://infochimps.org
+Wukong was written by &quot;Philip (flip) Kromer&quot;:http://mrflip.com (flip@infochimps.org / &quot;@mrflip&quot;:http://twitter.com/mrflip) for the &quot;infochimps project&quot;:http://infochimps.org
 
 Patches submitted by:
 * gemified by Ben Woosley (ben.woosley@gmail.com)
@@ -88,3 +88,5 @@ h2. Help!
 Send Wukong questions to the &quot;Infinite Monkeywrench mailing list&quot;:http://groups.google.com/group/infochimps-code
 
 &lt;notextile&gt;&lt;/div&gt;&lt;/notextile&gt;
+
+{% include news.html %}</diff>
      <filename>docpages/index.textile</filename>
    </modified>
    <modified>
      <diff>@@ -22,15 +22,16 @@ module Wukong
       end
     end
 
-    class HFile &lt; TypedStruct.new(
-        [:mode_str,     String],
-        [:i_count,      String],
-        [:owner,        String],
-        [:group,        String],
-        [:size,         Integer],
-        [:date,         Bignum],
-        [:path,     String]
-        )
+    HFile = TypedStruct.new(
+      [:mode_str,     String],
+      [:i_count,      String],
+      [:owner,        String],
+      [:group,        String],
+      [:size,         Integer],
+      [:date,         Bignum],
+      [:path,     String]
+      )
+    HFile.class_eval do
       def self.new_from_ls ls_line
         mode, ic, o, g, sz, dt, tm, path = ls_line.chomp.split(/\s+/)
         date = Time.parse(&quot;#{dt} #{tm}&quot;).utc.to_flat</diff>
      <filename>lib/wukong/dfs.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,27 +1,25 @@
 
 module Wukong
   module Models
-    class Edge &lt; TypedStruct.new(
-        [:src,              Integer],
-        [:dest,             Integer]
-        )
-    end
+    Edge = TypedStruct.new(
+      [:src,              Integer],
+      [:dest,             Integer]
+      )
 
-    class MultiEdge &lt; TypedStruct.new(
-        [:src,              Integer],
-        [:dest,             Integer],
-        [:a_follows_b,      Integer],
-        [:b_follows_a,      Integer],
-        [:a_replies_b,      Integer],
-        [:b_replies_a,      Integer],
-        [:a_atsigns_b,      Integer],
-        [:b_atsigns_a,      Integer],
-        [:a_retweets_b,     Integer],
-        [:b_retweets_a,     Integer],
-        [:a_favorites_b,    Integer],
-        [:b_favorites_a,    Integer]
-        )
-    end
+    MultiEdge = TypedStruct.new(
+      [:src,              Integer],
+      [:dest,             Integer],
+      [:a_follows_b,      Integer],
+      [:b_follows_a,      Integer],
+      [:a_replies_b,      Integer],
+      [:b_replies_a,      Integer],
+      [:a_atsigns_b,      Integer],
+      [:b_atsigns_a,      Integer],
+      [:a_retweets_b,     Integer],
+      [:b_retweets_a,     Integer],
+      [:a_favorites_b,    Integer],
+      [:b_favorites_a,    Integer]
+      )
 
   end
 end</diff>
      <filename>lib/wukong/models/graph.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6dad13c33934131ecb25f46d8718c7e2a3e25e9</id>
    </parent>
  </parents>
  <author>
    <name>Philip (flip) Kromer</name>
    <email>flip@infochimps.org</email>
  </author>
  <url>http://github.com/mrflip/wukong/commit/b1dd801fb810b6ad6dc86746afc42a4e7ff9d7dd</url>
  <id>b1dd801fb810b6ad6dc86746afc42a4e7ff9d7dd</id>
  <committed-date>2009-10-12T01:24:02-07:00</committed-date>
  <authored-date>2009-10-12T01:24:02-07:00</authored-date>
  <message>Readying gem for release</message>
  <tree>7dcf95754d1d4bbc892aced154610a1ddfb0ddbe</tree>
  <committer>
    <name>Philip (flip) Kromer</name>
    <email>flip@infochimps.org</email>
  </committer>
</commit>
