<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e850d0c404461d5ad49109400667f706ad03962e</id>
      </parent>
      <parent>
        <id>dae660237947f19edb7e36acfc2c0f384cb036f9</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/30ea50650f748ea28dd0932706d7850b543b3b24</url>
    <id>30ea50650f748ea28dd0932706d7850b543b3b24</id>
    <committed-date>2009-02-10T10:24:03-08:00</committed-date>
    <authored-date>2009-02-10T10:24:03-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/sinatra/sinatra-book</message>
    <tree>baa0bf9ff95f63ebb5a90437ccd5db72798cbc3f</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a779525ca9e3a1d02b9baff40c0489c828af6f9b</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/dae660237947f19edb7e36acfc2c0f384cb036f9</url>
    <id>dae660237947f19edb7e36acfc2c0f384cb036f9</id>
    <committed-date>2009-02-10T01:41:18-08:00</committed-date>
    <authored-date>2009-02-10T01:41:18-08:00</authored-date>
    <message>upgrading deprecated code</message>
    <tree>7dbef418555ce8bbb6e58d7d6fb501ca4e11aae0</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63d7406cdf465dbd5aa187a1a49218aea4b7887b</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/a779525ca9e3a1d02b9baff40c0489c828af6f9b</url>
    <id>a779525ca9e3a1d02b9baff40c0489c828af6f9b</id>
    <committed-date>2009-02-10T01:31:40-08:00</committed-date>
    <authored-date>2009-02-10T01:31:40-08:00</authored-date>
    <message>Better wording</message>
    <tree>15c2bf97140b97fc957fd37098b87def22f694dd</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cee76df6e3dc245fba9f31b565a41cc06ac8dcc6</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/63d7406cdf465dbd5aa187a1a49218aea4b7887b</url>
    <id>63d7406cdf465dbd5aa187a1a49218aea4b7887b</id>
    <committed-date>2009-02-10T00:41:50-08:00</committed-date>
    <authored-date>2009-02-09T23:31:11-08:00</authored-date>
    <message>Show the easiest deployment + configuration first.

Sinatra is about quickly getting a web application up and running.
Right now, Heroku is hands-down the easiest way to get going.  If
at any time there proves to be an easier way, I am all for putting it
first.</message>
    <tree>5f2a83ae08c7f7395723028175f611809ae1a1d3</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7a3bfd9478a700cd8d67fe85ab19705562f2e534</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/cee76df6e3dc245fba9f31b565a41cc06ac8dcc6</url>
    <id>cee76df6e3dc245fba9f31b565a41cc06ac8dcc6</id>
    <committed-date>2009-02-09T23:29:40-08:00</committed-date>
    <authored-date>2009-02-09T23:29:40-08:00</authored-date>
    <message>Update Heroku information</message>
    <tree>3214cb68f78b45cbcf6807fed4cf4a8a680a0162</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>398e1a992e5837951696aebcf782c14606982dcc</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/7a3bfd9478a700cd8d67fe85ab19705562f2e534</url>
    <id>7a3bfd9478a700cd8d67fe85ab19705562f2e534</id>
    <committed-date>2009-01-29T15:49:10-08:00</committed-date>
    <authored-date>2009-01-29T15:47:36-08:00</authored-date>
    <message>link to sinatra/sinatra, not bmizerany/sinatra

Signed-off-by: Scott Wisely &lt;syd@scrimfind.org&gt;</message>
    <tree>eddeb47479e1e1f65ea14ab74a16a761a34770e2</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf6d54306fcd7a52d5939811eeb310a2664ca591</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/e850d0c404461d5ad49109400667f706ad03962e</url>
    <id>e850d0c404461d5ad49109400667f706ad03962e</id>
    <committed-date>2009-01-29T15:47:36-08:00</committed-date>
    <authored-date>2009-01-29T15:47:36-08:00</authored-date>
    <message>link to sinatra/sinatra, not bmizerany/sinatra</message>
    <tree>12bc59da7c1532f070fee416c206c7c66fff2ab3</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>acf3474d83b3fa878553ad26d9590b26098b625e</id>
      </parent>
      <parent>
        <id>398e1a992e5837951696aebcf782c14606982dcc</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/bf6d54306fcd7a52d5939811eeb310a2664ca591</url>
    <id>bf6d54306fcd7a52d5939811eeb310a2664ca591</id>
    <committed-date>2009-01-29T15:46:29-08:00</committed-date>
    <authored-date>2009-01-29T15:46:29-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/sinatra/sinatra-book</message>
    <tree>e61ee8217e936678255c539e0bdf4968772d8650</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c2c766d91faf38d61af37865345cc20de45de5c</id>
      </parent>
    </parents>
    <author>
      <name>Nicolas Sanguinetti</name>
      <email>contacto@nicolassanguinetti.info</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/398e1a992e5837951696aebcf782c14606982dcc</url>
    <id>398e1a992e5837951696aebcf782c14606982dcc</id>
    <committed-date>2009-01-28T08:03:05-08:00</committed-date>
    <authored-date>2009-01-28T08:03:05-08:00</authored-date>
    <message>Official repo is sinatra/sinatra, not bmizerany/sinatra</message>
    <tree>f98cdd7810ebb1ae4d78047c3e95b9cd345f8471</tree>
    <committer>
      <name>Nicolas Sanguinetti</name>
      <email>contacto@nicolassanguinetti.info</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d976d0cbc4db2cd738b98cf580334b161c0e0cc</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/acf3474d83b3fa878553ad26d9590b26098b625e</url>
    <id>acf3474d83b3fa878553ad26d9590b26098b625e</id>
    <committed-date>2009-01-24T04:50:03-08:00</committed-date>
    <authored-date>2009-01-24T04:50:03-08:00</authored-date>
    <message>various fixes</message>
    <tree>d71fe292f3b8039e2c8236dc92d6647ba138b3ae</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f6464f6c260332136f746821e7c0bc84a11f439</id>
      </parent>
      <parent>
        <id>3c2c766d91faf38d61af37865345cc20de45de5c</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/4d976d0cbc4db2cd738b98cf580334b161c0e0cc</url>
    <id>4d976d0cbc4db2cd738b98cf580334b161c0e0cc</id>
    <committed-date>2009-01-24T04:36:43-08:00</committed-date>
    <authored-date>2009-01-24T04:36:43-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/sinatra/sinatra-book</message>
    <tree>09ae211c2a892c9f47e1eabeb063fcedb3ec47e4</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2980f04690017355b02551e34943cca69d4f66c3</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/3c2c766d91faf38d61af37865345cc20de45de5c</url>
    <id>3c2c766d91faf38d61af37865345cc20de45de5c</id>
    <committed-date>2009-01-24T00:17:17-08:00</committed-date>
    <authored-date>2009-01-24T00:15:18-08:00</authored-date>
    <message>fixed a typo

Signed-off-by: Scott Wisely &lt;syd@scrimfind.org&gt;</message>
    <tree>09ae211c2a892c9f47e1eabeb063fcedb3ec47e4</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a7d013776edb3c1b4fef77b9cd09e211aa023d3</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/6f6464f6c260332136f746821e7c0bc84a11f439</url>
    <id>6f6464f6c260332136f746821e7c0bc84a11f439</id>
    <committed-date>2009-01-24T00:15:18-08:00</committed-date>
    <authored-date>2009-01-24T00:15:18-08:00</authored-date>
    <message>fixed a typo</message>
    <tree>09ae211c2a892c9f47e1eabeb063fcedb3ec47e4</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>855ee713d318a0f8f390c615395bfe09dfaaf433</id>
      </parent>
      <parent>
        <id>2980f04690017355b02551e34943cca69d4f66c3</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/9a7d013776edb3c1b4fef77b9cd09e211aa023d3</url>
    <id>9a7d013776edb3c1b4fef77b9cd09e211aa023d3</id>
    <committed-date>2009-01-24T00:13:50-08:00</committed-date>
    <authored-date>2009-01-24T00:13:50-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/sinatra/sinatra-book</message>
    <tree>c440bd2fd2092b896168157b4751bdc661f508dc</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2c3404dec86fa644fc658867931a11b7ec4c8b39</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/2980f04690017355b02551e34943cca69d4f66c3</url>
    <id>2980f04690017355b02551e34943cca69d4f66c3</id>
    <committed-date>2009-01-20T13:05:16-08:00</committed-date>
    <authored-date>2009-01-20T13:03:31-08:00</authored-date>
    <message>unicode arrows ftw</message>
    <tree>c440bd2fd2092b896168157b4751bdc661f508dc</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45edcb5c7971a09eabe230a02b3705c64b63e011</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/2c3404dec86fa644fc658867931a11b7ec4c8b39</url>
    <id>2c3404dec86fa644fc658867931a11b7ec4c8b39</id>
    <committed-date>2009-01-20T13:05:13-08:00</committed-date>
    <authored-date>2009-01-20T12:36:06-08:00</authored-date>
    <message>code example for use of session</message>
    <tree>116fdae539c17b33ad5d11af52efe883d3991766</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce29dd50825cdbe949f5e9e0ed7a4aa7574a48ea</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/45edcb5c7971a09eabe230a02b3705c64b63e011</url>
    <id>45edcb5c7971a09eabe230a02b3705c64b63e011</id>
    <committed-date>2009-01-20T12:30:59-08:00</committed-date>
    <authored-date>2009-01-20T12:30:59-08:00</authored-date>
    <message>fix whitespaces and line length</message>
    <tree>99480e6829925be2d5c1db92377756e01beb4331</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>023eddbea37b430bd1e94602c7e57368b16ef617</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/ce29dd50825cdbe949f5e9e0ed7a4aa7574a48ea</url>
    <id>ce29dd50825cdbe949f5e9e0ed7a4aa7574a48ea</id>
    <committed-date>2009-01-16T16:28:05-08:00</committed-date>
    <authored-date>2009-01-16T16:25:41-08:00</authored-date>
    <message>Remove ghosts

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>a98ceebdda3bf84738c2bc24d9570fe39f78e0e7</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85a2696eebcfc4f0bfdf0623bfcfda562bce5080</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/023eddbea37b430bd1e94602c7e57368b16ef617</url>
    <id>023eddbea37b430bd1e94602c7e57368b16ef617</id>
    <committed-date>2009-01-16T16:20:08-08:00</committed-date>
    <authored-date>2009-01-16T05:10:15-08:00</authored-date>
    <message>Needles tune-ups

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>4b37a1f875053e7e0cf8cd027fe24bdf54dc0612</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88ff63546b26a521fefae2beca364b85a57a3504</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/85a2696eebcfc4f0bfdf0623bfcfda562bce5080</url>
    <id>85a2696eebcfc4f0bfdf0623bfcfda562bce5080</id>
    <committed-date>2009-01-16T16:20:06-08:00</committed-date>
    <authored-date>2009-01-16T05:06:23-08:00</authored-date>
    <message>We need a Who's Using Sinatra page

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>69c5c2c00ccc6aff54a4590557268fa0cee4d83c</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e316415273384a49188499e657669aa9d386634d</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/88ff63546b26a521fefae2beca364b85a57a3504</url>
    <id>88ff63546b26a521fefae2beca364b85a57a3504</id>
    <committed-date>2009-01-16T16:19:13-08:00</committed-date>
    <authored-date>2009-01-16T05:04:45-08:00</authored-date>
    <message>Added &quot;Real World Applications&quot; sections + various tune-ups

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>70838ca1e4662a1636482bf9922961b3014dc64c</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b559eb806014564d549b6f5016e819bbb3d11f13</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/e316415273384a49188499e657669aa9d386634d</url>
    <id>e316415273384a49188499e657669aa9d386634d</id>
    <committed-date>2009-01-16T16:18:14-08:00</committed-date>
    <authored-date>2009-01-16T04:28:24-08:00</authored-date>
    <message>Reformatting

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>e9c68822ed65c541230505cdfa2b14154b55ce35</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f82889bb9187cf1e742023707d4cd8da775d997b</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/b559eb806014564d549b6f5016e819bbb3d11f13</url>
    <id>b559eb806014564d549b6f5016e819bbb3d11f13</id>
    <committed-date>2009-01-16T16:18:13-08:00</committed-date>
    <authored-date>2009-01-16T04:27:59-08:00</authored-date>
    <message>Fix bad URL in example

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>9098cae633190742501350e53d7c5d431faa6e1a</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ae8d5ef063ca6ba3e9cf92751b2f1ba8f0263bb</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/f82889bb9187cf1e742023707d4cd8da775d997b</url>
    <id>f82889bb9187cf1e742023707d4cd8da775d997b</id>
    <committed-date>2009-01-16T16:15:11-08:00</committed-date>
    <authored-date>2009-01-16T15:52:36-08:00</authored-date>
    <message>Better basic styling

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>b921546ffdead4a5ad65785beb0e4be1817ed7e4</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ccbcd5edbc2a51244a9d10946eac8505ed2ef769</id>
      </parent>
    </parents>
    <author>
      <name>Karel Minarik</name>
      <email>karmi@karmi.cz</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/9ae8d5ef063ca6ba3e9cf92751b2f1ba8f0263bb</url>
    <id>9ae8d5ef063ca6ba3e9cf92751b2f1ba8f0263bb</id>
    <committed-date>2009-01-16T16:15:10-08:00</committed-date>
    <authored-date>2009-01-16T04:24:23-08:00</authored-date>
    <message>First stab at rewriting the Introduction, so it does not just mirror the README

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>a30bd1b5abf0f322919454a3c108c1e24a8ce4bb</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01aafb08c3c80895127efbdf6ee853b0a89f8a33</id>
      </parent>
    </parents>
    <author>
      <name>Neal Lindsay</name>
      <email>neal.lindsay@gmail.com</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/ccbcd5edbc2a51244a9d10946eac8505ed2ef769</url>
    <id>ccbcd5edbc2a51244a9d10946eac8505ed2ef769</id>
    <committed-date>2009-01-14T15:24:09-08:00</committed-date>
    <authored-date>2009-01-13T05:46:20-08:00</authored-date>
    <message>basic configuration example

Signed-off-by: Chris Schneider &lt;chris@christopher-schneider.com&gt;</message>
    <tree>dd73395f6bec79ba16a9b2fa33a2390cf497049e</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cfa05c4b3ca28540aa5df08b43ab8811c17406f0</id>
      </parent>
      <parent>
        <id>01aafb08c3c80895127efbdf6ee853b0a89f8a33</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/855ee713d318a0f8f390c615395bfe09dfaaf433</url>
    <id>855ee713d318a0f8f390c615395bfe09dfaaf433</id>
    <committed-date>2009-01-09T06:07:32-08:00</committed-date>
    <authored-date>2009-01-09T06:07:32-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/cschneid/sinatra-book</message>
    <tree>963257246fb69243f0c3cb0398c1b7138a3f691b</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14f44b311470eead8f2b51b8d83e36fd02bd701f</id>
      </parent>
    </parents>
    <author>
      <name>Nicolas Sanguinetti</name>
      <email>contacto@nicolassanguinetti.info</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/01aafb08c3c80895127efbdf6ee853b0a89f8a33</url>
    <id>01aafb08c3c80895127efbdf6ee853b0a89f8a33</id>
    <committed-date>2009-01-09T06:02:25-08:00</committed-date>
    <authored-date>2009-01-09T05:58:19-08:00</authored-date>
    <message>Remove text that comes from copying from gittr and doesn't make much sense out of context.

Signed-off-by: Scott Wisely &lt;syd@scrimfind.org&gt;</message>
    <tree>963257246fb69243f0c3cb0398c1b7138a3f691b</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>339873b750440b92f2033b75dc22107e366a6a36</id>
      </parent>
    </parents>
    <author>
      <name>Nicolas Sanguinetti</name>
      <email>contacto@nicolassanguinetti.info</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/14f44b311470eead8f2b51b8d83e36fd02bd701f</url>
    <id>14f44b311470eead8f2b51b8d83e36fd02bd701f</id>
    <committed-date>2009-01-09T06:02:24-08:00</committed-date>
    <authored-date>2009-01-09T05:57:42-08:00</authored-date>
    <message>Be consistent with casing and indentation.

* Make sure we use 4-space indentation for markdown where we want &lt;pre&gt; tags in the output, and 2-space indentation for ruby/html code in those code samples.
* Make all titles/subtitles start with uppercase.
* Fix some minor spelling issues
* Add some missing 'require &quot;rubygems&quot;' in the Deployment section.

Signed-off-by: Scott Wisely &lt;syd@scrimfind.org&gt;</message>
    <tree>c0fd67a5119f14631fe60b64d8b2b88d8946cd85</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0138fe78e2570c66c3c4fe576fe7e29cef983d06</id>
      </parent>
      <parent>
        <id>339873b750440b92f2033b75dc22107e366a6a36</id>
      </parent>
    </parents>
    <author>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </author>
    <url>http://github.com/Syd/sinatra-book/commit/cfa05c4b3ca28540aa5df08b43ab8811c17406f0</url>
    <id>cfa05c4b3ca28540aa5df08b43ab8811c17406f0</id>
    <committed-date>2009-01-04T02:03:50-08:00</committed-date>
    <authored-date>2009-01-04T02:03:50-08:00</authored-date>
    <message>Merge branch 'master' of git://github.com/cschneid/sinatra-book</message>
    <tree>3c0bb10d4c806ffb7f8380cc5e645eb272c1b4ba</tree>
    <committer>
      <name>Scott Wisely</name>
      <email>syd@scrimfind.org</email>
    </committer>
  </commit>
</commits>
