<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,14 +1,7 @@
-# Midgt
-# Convert between integer and a shortened alpha-numeric correspondence
-
-# Usage:
-# Midgt.encode(94573) # =&gt; nBo
-# Midgt.decode(nBo)   # =&gt; 94573
-
 module Midgt
   CHARACTERS = &quot;0123456789&quot; + 
-               &quot;abcdefghijklmnopqrstuvwxyz&quot; +
-               &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;
+               &quot;abcdefghijkmnopqrstuvwxyz&quot; +
+               &quot;ABCDEFGHJKLMNPQRSTUVWXYZ&quot;
   
   def encode(n)
     unless n.kind_of?(Integer)</diff>
      <filename>midgt.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6eb56fa951a9c16dbdcfbe4d3b95779a2d516ef9</id>
    </parent>
  </parents>
  <author>
    <name>Mattt Thompson</name>
    <email>m@mattt.me</email>
  </author>
  <url>http://github.com/mattt/midgt/commit/67c0e052db0c7c66ad8cb01831413f816dd26628</url>
  <id>67c0e052db0c7c66ad8cb01831413f816dd26628</id>
  <committed-date>2009-08-09T21:53:47-07:00</committed-date>
  <authored-date>2009-08-09T21:53:47-07:00</authored-date>
  <message>Version 0.2 release

README and License information added

Updated in response to tr.im shutdown</message>
  <tree>c4829da8af353df753bd8c0436e7b2f21adc8042</tree>
  <committer>
    <name>Mattt Thompson</name>
    <email>m@mattt.me</email>
  </committer>
</commit>
