<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e09308586a72e01c46c6fcc81b6f828251636782</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/bf1b72f3bbd011c1ab79f800fca3746ba5effb15</url>
    <id>bf1b72f3bbd011c1ab79f800fca3746ba5effb15</id>
    <committed-date>2009-02-10T01:00:52-08:00</committed-date>
    <authored-date>2009-02-10T01:00:52-08:00</authored-date>
    <message>Update version to 0.7.4 and require mspec 1.5.9.</message>
    <tree>035dd8d1a44ebc8d124f068c287b9f91dd525d36</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f0de18d8c1968ff8a9debc9ccb447613513e7f0</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/e09308586a72e01c46c6fcc81b6f828251636782</url>
    <id>e09308586a72e01c46c6fcc81b6f828251636782</id>
    <committed-date>2009-02-09T23:42:13-08:00</committed-date>
    <authored-date>2009-02-09T23:42:13-08:00</authored-date>
    <message>Fixed Etc.getgrgid specs.</message>
    <tree>54647ae72207511ea0e24e9f87681696021ea1a5</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>326a5384945598a06f768647ede64026f183fc1b</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/7f0de18d8c1968ff8a9debc9ccb447613513e7f0</url>
    <id>7f0de18d8c1968ff8a9debc9ccb447613513e7f0</id>
    <committed-date>2009-02-09T21:00:49-08:00</committed-date>
    <authored-date>2009-02-09T21:00:49-08:00</authored-date>
    <message>Update version to 0.7.3 and require mspec 1.5.8.</message>
    <tree>d208b45370fc5de76d6ff80a89e616a6f40e3a9b</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a8da84544e97dffc7012b84c6647c460ae2137c</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/326a5384945598a06f768647ede64026f183fc1b</url>
    <id>326a5384945598a06f768647ede64026f183fc1b</id>
    <committed-date>2009-02-09T20:42:26-08:00</committed-date>
    <authored-date>2009-02-08T00:33:40-08:00</authored-date>
    <message>Fixed use of guards in the specs.

See http://rubyspec.org/wiki/rubyspec/Guards for the correct use
of all the guards. In particular, note that the compliant_on/
not_compliant_on guarded specs will always run on MRI. The
deviates_on, extended_on, and not_supported_on never run on MRI.
These latter three guards will now raise an exception if passed
:ruby. Also, platforms like :windows are not proper for any of
these implementation compliance guards.

Use ruby_version_is or ruby_bug guards for version-specific specs
or specs that expose bugs in MRI.</message>
    <tree>bb032726f23689773128e4ec86920608d9180986</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>667670b96856b5254aa56dc7923acb2f4fe0eba7</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/6a8da84544e97dffc7012b84c6647c460ae2137c</url>
    <id>6a8da84544e97dffc7012b84c6647c460ae2137c</id>
    <committed-date>2009-02-09T11:38:14-08:00</committed-date>
    <authored-date>2009-02-09T11:38:14-08:00</authored-date>
    <message>Add spec for glob of a dir with no permission to read (JRUBY-2997).</message>
    <tree>5fc561010d7cbbe98044129b18d7724ee602efd4</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4efad7963d4484c3e2fdcd7fe0f55e451433ad42</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/667670b96856b5254aa56dc7923acb2f4fe0eba7</url>
    <id>667670b96856b5254aa56dc7923acb2f4fe0eba7</id>
    <committed-date>2009-02-07T18:58:56-08:00</committed-date>
    <authored-date>2009-02-07T18:52:20-08:00</authored-date>
    <message>Fixes to improve reliability of net/http specs.

* Wait for the HTTP server to be in :Running mode, since it starts in a thread
* get_print_spec sometimes got a blank line because socket was eof; modified
to use &quot;output&quot; matcher with regexp.</message>
    <tree>2dd41c67c8ba4688a5709df3fe9f731779fda14b</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48168bbfa3b2edecb63ab579de97c57a6e6ef149</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/4efad7963d4484c3e2fdcd7fe0f55e451433ad42</url>
    <id>4efad7963d4484c3e2fdcd7fe0f55e451433ad42</id>
    <committed-date>2009-02-07T00:03:24-08:00</committed-date>
    <authored-date>2009-02-07T00:02:19-08:00</authored-date>
    <message>Add spec for Ruby 1.9's implicit hash as last element on arrays.</message>
    <tree>12cf9dbc4c2b51c3acdcbadacd969fd35090afa0</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ec9c94a4666a7d6ddd9eff21d40e635498fd131</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/48168bbfa3b2edecb63ab579de97c57a6e6ef149</url>
    <id>48168bbfa3b2edecb63ab579de97c57a6e6ef149</id>
    <committed-date>2009-02-07T00:03:07-08:00</committed-date>
    <authored-date>2009-02-06T23:53:55-08:00</authored-date>
    <message>Add spec for implicit hash as only element on an array literal.</message>
    <tree>9051ec19d53b275f591a0126f6b5b129e0015309</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1b00cbbc12a8593849c8101a0c080ae0f60d221</id>
      </parent>
    </parents>
    <author>
      <name>Charles Comstock</name>
      <email>dgtized@gmail.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/4ec9c94a4666a7d6ddd9eff21d40e635498fd131</url>
    <id>4ec9c94a4666a7d6ddd9eff21d40e635498fd131</id>
    <committed-date>2009-02-06T18:45:49-08:00</committed-date>
    <authored-date>2009-02-06T18:45:49-08:00</authored-date>
    <message>check that ensure's are respected by redo's</message>
    <tree>10d91b5f56888d70b1371f25ff670eba37d73a72</tree>
    <committer>
      <name>Charles Comstock</name>
      <email>dgtized@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c782fc3f9addadcac64edafc6cf48c521eda3d2</id>
      </parent>
    </parents>
    <author>
      <name>qbproger</name>
      <email>qbproger@gmail.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/b1b00cbbc12a8593849c8101a0c080ae0f60d221</url>
    <id>b1b00cbbc12a8593849c8101a0c080ae0f60d221</id>
    <committed-date>2009-02-06T15:40:21-08:00</committed-date>
    <authored-date>2009-02-06T15:40:21-08:00</authored-date>
    <message>Revert &quot;change env to ENV&quot;

This reverts commit 789b8248a6f13710177488284505e45ee452923d.</message>
    <tree>1cc5190703ca20860b176f2b5ef9e9da5253dda4</tree>
    <committer>
      <name>qbproger</name>
      <email>qbproger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d31b483fcd8be5de01cead34b8fd17415054106e</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/6c782fc3f9addadcac64edafc6cf48c521eda3d2</url>
    <id>6c782fc3f9addadcac64edafc6cf48c521eda3d2</id>
    <committed-date>2009-02-05T20:14:54-08:00</committed-date>
    <authored-date>2009-02-05T19:22:06-08:00</authored-date>
    <message>Update version to 0.7.2 and require mspec 1.5.7.</message>
    <tree>3b7ab6afd90be232a37c61826ad8aef2d018bd55</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>616bc79b4118390ff041c1b9395e4ea59a8b8f08</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/d31b483fcd8be5de01cead34b8fd17415054106e</url>
    <id>d31b483fcd8be5de01cead34b8fd17415054106e</id>
    <committed-date>2009-02-05T20:14:54-08:00</committed-date>
    <authored-date>2009-02-05T19:20:06-08:00</authored-date>
    <message>Fixed specs that check for methods to use 1.8/1.9 aware matchers.</message>
    <tree>8630d8bdb1edd56e9532eed8dfbbf26eaf5e57a7</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b5b47986017029dae75990f66fc8d2bf0d3a4cd</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/616bc79b4118390ff041c1b9395e4ea59a8b8f08</url>
    <id>616bc79b4118390ff041c1b9395e4ea59a8b8f08</id>
    <committed-date>2009-02-05T20:14:53-08:00</committed-date>
    <authored-date>2009-02-04T23:35:28-08:00</authored-date>
    <message>Added tags for 1.9. See below.

The 'critical' tags are specs that either hang or cause a segfault.
These can be listed with 'mspec tag --list critical'. The rest of
the tags are from a variety of issues. These are not necessarily
bugs in 1.9. Most are probably specs that need to be fixed to be
compatible with both 1.8 and 1.9. The tags do not block syntax
errors since those occur while the file is loading.</message>
    <tree>35602b95c2d7b390f51bd6b6b0ce4a43f2742dac</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>789b8248a6f13710177488284505e45ee452923d</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/3b5b47986017029dae75990f66fc8d2bf0d3a4cd</url>
    <id>3b5b47986017029dae75990f66fc8d2bf0d3a4cd</id>
    <committed-date>2009-02-05T20:14:53-08:00</committed-date>
    <authored-date>2009-02-04T23:31:59-08:00</authored-date>
    <message>Added tags_patterns and ci_files to 1.9 config.</message>
    <tree>ea884a3478e43b33a04a0bdc10b1a3efb23324b8</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bb42fcca7a8bc43e179cd559ad05e6bc796dc1db</id>
      </parent>
    </parents>
    <author>
      <name>qbproger</name>
      <email>qbproger@gmail.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/789b8248a6f13710177488284505e45ee452923d</url>
    <id>789b8248a6f13710177488284505e45ee452923d</id>
    <committed-date>2009-02-05T18:34:10-08:00</committed-date>
    <authored-date>2009-02-05T18:34:10-08:00</authored-date>
    <message>change env to ENV</message>
    <tree>692e3148a610dea5559603759b8fa9df1bd536e5</tree>
    <committer>
      <name>qbproger</name>
      <email>qbproger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52b029916ada8e303bcb420b753f7058ea6824bd</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/bb42fcca7a8bc43e179cd559ad05e6bc796dc1db</url>
    <id>bb42fcca7a8bc43e179cd559ad05e6bc796dc1db</id>
    <committed-date>2009-02-05T14:30:31-08:00</committed-date>
    <authored-date>2009-02-05T14:30:31-08:00</authored-date>
    <message>Add specs for ?x-style character strings in 1.9 and guard the 1.8 behavior.</message>
    <tree>433147f51e0e0cc5da8120a20b3e563dfff8a232</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5f42bee853b3e332651ebbf3bd3d13064ad20f2</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/52b029916ada8e303bcb420b753f7058ea6824bd</url>
    <id>52b029916ada8e303bcb420b753f7058ea6824bd</id>
    <committed-date>2009-02-05T12:52:13-08:00</committed-date>
    <authored-date>2009-02-05T12:50:48-08:00</authored-date>
    <message>Add most basic critical= specs and guard for 1.9.</message>
    <tree>0ef1833857bb2d0a2cec56da1a888812f0aed060</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33f2901fa3914c3db6d6f322eec00f64b65c6c31</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/b5f42bee853b3e332651ebbf3bd3d13064ad20f2</url>
    <id>b5f42bee853b3e332651ebbf3bd3d13064ad20f2</id>
    <committed-date>2009-02-05T03:21:48-08:00</committed-date>
    <authored-date>2009-02-05T03:21:48-08:00</authored-date>
    <message>Add 1.9 specification for Module#attr.</message>
    <tree>26ffd14375de66757c6dfaaf12d5916c662a0cd2</tree>
    <committer>
      <name>Hongli Lai (Phusion)</name>
      <email>hongli@phusion.nl</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6bfba45fc47a8fa33fbabcbf476dedaddde2a6cd</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/33f2901fa3914c3db6d6f322eec00f64b65c6c31</url>
    <id>33f2901fa3914c3db6d6f322eec00f64b65c6c31</id>
    <committed-date>2009-02-04T16:59:19-08:00</committed-date>
    <authored-date>2009-02-04T16:58:45-08:00</authored-date>
    <message>Add specs for array splat coercion and 1.9 multi-splat.</message>
    <tree>395d5ec81dbee33a1620a17deb15f4c6dddb1910</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ea7e456a308a52ee5f9e19c93d6010b9c736b21</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/6bfba45fc47a8fa33fbabcbf476dedaddde2a6cd</url>
    <id>6bfba45fc47a8fa33fbabcbf476dedaddde2a6cd</id>
    <committed-date>2009-02-04T16:59:18-08:00</committed-date>
    <authored-date>2009-02-04T16:10:52-08:00</authored-date>
    <message>Add first specs for special case [*x].</message>
    <tree>240c7bf8bd0ea08258461b50e52b8f18d534bafa</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>084426157e63c4b47fca7a27f59ca4f6e379b0ce</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/4ea7e456a308a52ee5f9e19c93d6010b9c736b21</url>
    <id>4ea7e456a308a52ee5f9e19c93d6010b9c736b21</id>
    <committed-date>2009-02-04T16:50:44-08:00</committed-date>
    <authored-date>2009-02-04T16:50:44-08:00</authored-date>
    <message>Fix bad paths to spec_helper in new DATA specs.</message>
    <tree>603bd30d8e43765c11b052d136bc7979ac10bf25</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f163452580272575559c4e34eb0e23cb92d2a03</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/084426157e63c4b47fca7a27f59ca4f6e379b0ce</url>
    <id>084426157e63c4b47fca7a27f59ca4f6e379b0ce</id>
    <committed-date>2009-02-04T16:44:42-08:00</committed-date>
    <authored-date>2009-02-04T16:44:42-08:00</authored-date>
    <message>Add basic beginning of DATA specs.</message>
    <tree>a9487e2952e742630466dc4c0e16fb70c5633c60</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11abf2f1096859846358ca1dd8446896fc685b10</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/7f163452580272575559c4e34eb0e23cb92d2a03</url>
    <id>7f163452580272575559c4e34eb0e23cb92d2a03</id>
    <committed-date>2009-02-04T16:02:23-08:00</committed-date>
    <authored-date>2009-02-04T04:08:18-08:00</authored-date>
    <message>Remove nbproject/private directory and add it to gitignore.</message>
    <tree>fb79e097b27c96caa201e8c3ea961bb4babb88f8</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6264df69a560e074ce43b8e8c24a38d3364f5804</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/11abf2f1096859846358ca1dd8446896fc685b10</url>
    <id>11abf2f1096859846358ca1dd8446896fc685b10</id>
    <committed-date>2009-02-04T16:02:23-08:00</committed-date>
    <authored-date>2009-02-03T20:23:11-08:00</authored-date>
    <message>Add specs for arguments after splat and multi-splat on 1.9.</message>
    <tree>d071f6d01bc016d2be323ed6f710cb36c1e2ac1b</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71a0fbeee14056b2896c2f69cd81b1423aa9705a</id>
      </parent>
    </parents>
    <author>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/6264df69a560e074ce43b8e8c24a38d3364f5804</url>
    <id>6264df69a560e074ce43b8e8c24a38d3364f5804</id>
    <committed-date>2009-02-04T03:17:42-08:00</committed-date>
    <authored-date>2009-02-04T03:17:42-08:00</authored-date>
    <message>Add specs for File.size accepting to_str'able or File objects.</message>
    <tree>45b6b9ce02119b20709321d788ae463fb0b1f517</tree>
    <committer>
      <name>Charles Nutter</name>
      <email>charles.nutter@sun.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>13033dda9aae4b7e54ea1f97d905ca4fd8da38d6</id>
      </parent>
    </parents>
    <author>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/71a0fbeee14056b2896c2f69cd81b1423aa9705a</url>
    <id>71a0fbeee14056b2896c2f69cd81b1423aa9705a</id>
    <committed-date>2009-02-04T00:11:43-08:00</committed-date>
    <authored-date>2009-02-04T00:11:43-08:00</authored-date>
    <message>Commit instance_eval from jcoglan/Evan.</message>
    <tree>96ed9bb277076a8133bf713ae9961b9970c59c1c</tree>
    <committer>
      <name>Brian Ford</name>
      <email>bford@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe4d68dcf32d9d4e8d3f78c15fd7e7a1a64e9d4d</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/13033dda9aae4b7e54ea1f97d905ca4fd8da38d6</url>
    <id>13033dda9aae4b7e54ea1f97d905ca4fd8da38d6</id>
    <committed-date>2009-02-03T16:22:47-08:00</committed-date>
    <authored-date>2009-02-03T16:22:47-08:00</authored-date>
    <message>Add basic tests for splat operator on non-array values.</message>
    <tree>d4616fc117cd2d4582ec4dcae3acf1336e601d8f</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0da4803375cf0f4e982abb6861a36446f75cf57a</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/fe4d68dcf32d9d4e8d3f78c15fd7e7a1a64e9d4d</url>
    <id>fe4d68dcf32d9d4e8d3f78c15fd7e7a1a64e9d4d</id>
    <committed-date>2009-02-03T15:17:51-08:00</committed-date>
    <authored-date>2009-02-03T15:17:51-08:00</authored-date>
    <message>Use method naming conventions.</message>
    <tree>6e1b2c66badac6e7ce951a438d3785b428c0c014</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b256461e716501134a1da1b0614dd0e1ca23acc</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/0da4803375cf0f4e982abb6861a36446f75cf57a</url>
    <id>0da4803375cf0f4e982abb6861a36446f75cf57a</id>
    <committed-date>2009-02-03T14:23:16-08:00</committed-date>
    <authored-date>2009-02-03T14:23:16-08:00</authored-date>
    <message>Replace nonsensical spec with a more proper test for parenthesis and whitespace.</message>
    <tree>9f6d935aa4164e7b82c2c567881d82d029281083</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ca678ab6de7c0947588d48101402f5873a675a9</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </author>
    <url>http://github.com/rubyspec/rubyspec/commit/7b256461e716501134a1da1b0614dd0e1ca23acc</url>
    <id>7b256461e716501134a1da1b0614dd0e1ca23acc</id>
    <committed-date>2009-02-03T14:22:22-08:00</committed-date>
    <authored-date>2009-02-03T14:22:22-08:00</authored-date>
    <message>Remove redundant method invocation spec.</message>
    <tree>ff4add2a38f8af2346b25d616e475cc2ae6c18f9</tree>
    <committer>
      <name>Daniel Luz</name>
      <email>dev@mernen.com</email>
    </committer>
  </commit>
</commits>
