<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ class Session &lt; Base
     # Generates a new session ID and creates a row for the new session in the database.
     def self.generate cookies
         rand_max = RAND_CHARS.size
-        sid = (0..32).inject(&quot;&quot;) { |ret,_| ret &lt;&lt; RAND_CHARS[rand(rand_max)] }
+        sid = (0...32).inject(&quot;&quot;) { |ret,_| ret &lt;&lt; RAND_CHARS[rand(rand_max)] }
         sess = Session.create :hashid =&gt; sid, :ivars =&gt; Camping::H[]
         cookies.camping_sid = sess.hashid
         sess</diff>
      <filename>lib/camping/session.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21dcbfc2875cd8286a57529c3fc7e86c18fd63f0</id>
    </parent>
  </parents>
  <author>
    <name>_why</name>
    <email>why@whytheluckystiff.net</email>
  </author>
  <url>http://github.com/judofyr/camping/commit/7b9d87db3218a8de7727242f75fb3b200381aa60</url>
  <id>7b9d87db3218a8de7727242f75fb3b200381aa60</id>
  <committed-date>2006-04-11T08:30:42-07:00</committed-date>
  <authored-date>2006-04-11T08:30:42-07:00</authored-date>
  <message> * lib/camping/session.rb: per #13, session hash generation was a character too long.</message>
  <tree>31bdc9ed29ea699bbf5f32fa83416f5c1ab6835b</tree>
  <committer>
    <name>_why</name>
    <email>why@whytheluckystiff.net</email>
  </committer>
</commit>
