<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>71ee19235946c169616dc0e51a96fc4778fd06e5</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/2400d1dc84e138fa0d3f292e2cf0f82a3dc4821d</url>
    <id>2400d1dc84e138fa0d3f292e2cf0f82a3dc4821d</id>
    <committed-date>2008-10-11T08:25:35-07:00</committed-date>
    <authored-date>2008-10-11T08:25:35-07:00</authored-date>
    <message>normalize commons and fixed manifest task.</message>
    <tree>a2619df93757797807d12cb7f4d87d2e9e4ef9d2</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b2a06a4c959cfc6a6c83fe11a4311a0b3e4f4e1</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/71ee19235946c169616dc0e51a96fc4778fd06e5</url>
    <id>71ee19235946c169616dc0e51a96fc4778fd06e5</id>
    <committed-date>2008-09-16T00:51:35-07:00</committed-date>
    <authored-date>2008-09-16T00:51:35-07:00</authored-date>
    <message>use instance level domain and path instead of class level.</message>
    <tree>231284434b1161012bd97cf80a6ad7c63dc82862</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d142f9df063286ef04b67318fb6fbe9ee0934129</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/5b2a06a4c959cfc6a6c83fe11a4311a0b3e4f4e1</url>
    <id>5b2a06a4c959cfc6a6c83fe11a4311a0b3e4f4e1</id>
    <committed-date>2008-07-31T01:36:30-07:00</committed-date>
    <authored-date>2008-07-31T01:36:30-07:00</authored-date>
    <message>* forgot to pass per_page for rails paginator, my fault.
  no test against the new feature...</message>
    <tree>856acb2a9281a0c234323208e96a8a373375caeb</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db6e8f6c391f389a6f0b22add7802e9ad5ed68c3</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/d142f9df063286ef04b67318fb6fbe9ee0934129</url>
    <id>d142f9df063286ef04b67318fb6fbe9ee0934129</id>
    <committed-date>2008-07-31T01:29:00-07:00</committed-date>
    <authored-date>2008-07-31T01:29:00-07:00</authored-date>
    <message>* updated bones and updated Rakefile. use manifest instead.
* updated paginator that take per_page as an optional arg.</message>
    <tree>a55fac301e1ff2d0c1927ab4d3cb2e0626e261be</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18ecaacbf1793a96c5640f7f0865777cbdb27865</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/db6e8f6c391f389a6f0b22add7802e9ad5ed68c3</url>
    <id>db6e8f6c391f389a6f0b22add7802e9ad5ed68c3</id>
    <committed-date>2008-07-15T02:23:53-07:00</committed-date>
    <authored-date>2008-07-15T02:23:53-07:00</authored-date>
    <message>* don't return a list of image,
  return a list of result.</message>
    <tree>3bb711643cd770899dc7d85cfd200a8c184a5cee</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ccb3abe5592ce166d6b8e78f6ea0b2afc174e321</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/18ecaacbf1793a96c5640f7f0865777cbdb27865</url>
    <id>18ecaacbf1793a96c5640f7f0865777cbdb27865</id>
    <committed-date>2008-07-10T21:03:00-07:00</committed-date>
    <authored-date>2008-07-10T21:03:00-07:00</authored-date>
    <message>* chnaged magic comment to encoding: utf-8
* PROJ.gem.executables should be a array.
* workaround with RMagick that ImageList would act as the scened Image...
  i need it act as an composite of Image, not just a image.
  so, use the reserved __respond_to__? and __map__ to act
  as ruby's original behavior.
* Thumbnails#mime_type returns the mime_type of first Image in ImageList.
* some ruby 1.9 compatibility changes.
* TODO: make Proc#curry work as ruby 1.9.</message>
    <tree>f0fd929afcc1584a688d21594572861a257ae07c</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c2c16debafa8fa19941eecf2a42579b0d7f4e85d</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/ccb3abe5592ce166d6b8e78f6ea0b2afc174e321</url>
    <id>ccb3abe5592ce166d6b8e78f6ea0b2afc174e321</id>
    <committed-date>2008-07-07T00:45:20-07:00</committed-date>
    <authored-date>2008-07-07T00:45:20-07:00</authored-date>
    <message>* updated comments.
* removed thumbnail_format. it's useless.
* fixed that ThumbnailProxy#from_blob ignored block.
* added convert_format_for_website for converting all file to png except for
  jpeg, gif.</message>
    <tree>1e6d6444dda07b433632dd90ec5f5dfe3480a61b</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4857eb7ff192e0801ec87821baa04886e7614fab</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/c2c16debafa8fa19941eecf2a42579b0d7f4e85d</url>
    <id>c2c16debafa8fa19941eecf2a42579b0d7f4e85d</id>
    <committed-date>2008-07-03T20:03:43-07:00</committed-date>
    <authored-date>2008-07-03T20:03:43-07:00</authored-date>
    <message>* added clean up for testing misc/tmp/*.png.</message>
    <tree>8378e8db253f72a540d6bfdb0982f795f877471a</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ba899b1be7662d69d61fd37211ca16be55b3cf0</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/4857eb7ff192e0801ec87821baa04886e7614fab</url>
    <id>4857eb7ff192e0801ec87821baa04886e7614fab</id>
    <committed-date>2008-07-03T19:58:53-07:00</committed-date>
    <authored-date>2008-07-03T19:58:53-07:00</authored-date>
    <message>* added has_many_thumbnails, using RMagick to create thumbnails.
  hoping it is flexible enough.</message>
    <tree>6e5dc3ad386f464f5b9f3fa2a09967f35583d6b3</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f3a7acd9083478e9a8fc2b02266b7a09929fb5b</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/1ba899b1be7662d69d61fd37211ca16be55b3cf0</url>
    <id>1ba899b1be7662d69d61fd37211ca16be55b3cf0</id>
    <committed-date>2008-07-02T20:34:39-07:00</committed-date>
    <authored-date>2008-07-02T20:34:39-07:00</authored-date>
    <message>* ignore *.png.
* updated bone task.</message>
    <tree>fbcb0463889141989ea41e8da9260cde447cba61</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73c16de66e82a1b131660eea10f571a95907a2b2</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/3f3a7acd9083478e9a8fc2b02266b7a09929fb5b</url>
    <id>3f3a7acd9083478e9a8fc2b02266b7a09929fb5b</id>
    <committed-date>2008-06-20T00:19:34-07:00</committed-date>
    <authored-date>2008-06-20T00:19:34-07:00</authored-date>
    <message>* added XhtmlFormatter.format_autolink_regexp. translated from drupal 6.2.</message>
    <tree>55aa5faf467b780c053286b768672f8f74f4ae20</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ac6f74c045369940706ae4740c12070e056c81d</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/73c16de66e82a1b131660eea10f571a95907a2b2</url>
    <id>73c16de66e82a1b131660eea10f571a95907a2b2</id>
    <committed-date>2008-06-19T09:08:11-07:00</committed-date>
    <authored-date>2008-06-19T09:08:11-07:00</authored-date>
    <message>* added support for Symbol filter to indicate method in your model.</message>
    <tree>f474cf1a6d5826e6d2dcf7b62816a31736d4c156</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>107245e7018b5534f4ca46a0acb423d1ab3b5cd8</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/0ac6f74c045369940706ae4740c12070e056c81d</url>
    <id>0ac6f74c045369940706ae4740c12070e056c81d</id>
    <committed-date>2008-06-19T02:27:25-07:00</committed-date>
    <authored-date>2008-06-19T02:27:25-07:00</authored-date>
    <message>* added Ludy::RailsFieldsFilters.
* renamed Proc#bind to Proc#_bind because active_support took that name...</message>
    <tree>b8d0bc747e94efead8ca9641d8ffc184bece16c6</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bd538a9b4da7a18c1737cd0291b8b3b8c87649ad</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/107245e7018b5534f4ca46a0acb423d1ab3b5cd8</url>
    <id>107245e7018b5534f4ca46a0acb423d1ab3b5cd8</id>
    <committed-date>2008-06-19T01:35:26-07:00</committed-date>
    <authored-date>2008-06-19T01:35:26-07:00</authored-date>
    <message>* added xhtml_formatter from another project.
* (in next commit)
 - added rails_fields_filters from project above metioned.</message>
    <tree>a09ffc971b801406b0b1ab0a166879cd2e9b1901</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@godfat.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a0a444e86b92e7c6ae105eee7728a833c94fdc0a</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@Macintosh.local</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/bd538a9b4da7a18c1737cd0291b8b3b8c87649ad</url>
    <id>bd538a9b4da7a18c1737cd0291b8b3b8c87649ad</id>
    <committed-date>2008-06-16T23:09:32-07:00</committed-date>
    <authored-date>2008-06-16T23:09:32-07:00</authored-date>
    <message>* adapted to ruby 1.8.7. there's many back ported method from 1.9,
  people should migrate to 1.8.7 IMHO.</message>
    <tree>72be6562ec57883ceaad2e5b4e1e7c4f4e6e4870</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@Macintosh.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8dd5bb2ab8aef61877cbbb2bd980ff72bd4b1fe</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/a0a444e86b92e7c6ae105eee7728a833c94fdc0a</url>
    <id>a0a444e86b92e7c6ae105eee7728a833c94fdc0a</id>
    <committed-date>2008-06-14T01:09:58-07:00</committed-date>
    <authored-date>2008-06-14T01:09:58-07:00</authored-date>
    <message>* updated ludy.gemspec</message>
    <tree>eb8eae25d418a9195878d3b218cf8be08a0264ad</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>436a986ac0be3853f9daa99e408fbbdb259f2fed</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/d8dd5bb2ab8aef61877cbbb2bd980ff72bd4b1fe</url>
    <id>d8dd5bb2ab8aef61877cbbb2bd980ff72bd4b1fe</id>
    <committed-date>2008-06-14T00:56:41-07:00</committed-date>
    <authored-date>2008-06-14T00:56:41-07:00</authored-date>
    <message>* fixed bug in bones... rubyforge should explictly call configure.</message>
    <tree>9da0b1ff1ea3a593a1c307da5359085cc86420d1</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>028cb77c54b7bd06e2cb7be7ade0d345b21a50bc</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/436a986ac0be3853f9daa99e408fbbdb259f2fed</url>
    <id>436a986ac0be3853f9daa99e408fbbdb259f2fed</id>
    <committed-date>2008-06-14T00:30:57-07:00</committed-date>
    <authored-date>2008-06-14T00:30:57-07:00</authored-date>
    <message>* added task git:push to easily push to rubyforge and github.</message>
    <tree>082a0b4c29dc15d98bd02eef5ba5e83d4a307919</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ecbb2401667b422496a087765178059a527a03e</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/028cb77c54b7bd06e2cb7be7ade0d345b21a50bc</url>
    <id>028cb77c54b7bd06e2cb7be7ade0d345b21a50bc</id>
    <committed-date>2008-06-14T00:22:13-07:00</committed-date>
    <authored-date>2008-06-14T00:22:13-07:00</authored-date>
    <message>* fixed the package files.... i am so dumb</message>
    <tree>aa7009c5eb7f565e46e840d947ebafe599f829be</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a31faa5188eeec50e1977105c5a3e85ac69904a</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/9ecbb2401667b422496a087765178059a527a03e</url>
    <id>9ecbb2401667b422496a087765178059a527a03e</id>
    <committed-date>2008-06-13T21:41:37-07:00</committed-date>
    <authored-date>2008-06-13T21:41:37-07:00</authored-date>
    <message>* released tag 0.1.12.
* added ludy.gemspec for github automatic creating ludy-x.y.z.gem.
* added task gem:gemspec to call $ rake gem:debug &gt; ludy.gemspec.</message>
    <tree>43bf1953d74cfffb554690402826b4d675af8901</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@220-135-28-18.HINET-IP.hinet.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee66bf0c85c53ccd61fa3a028ec821a58b319b36</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/8a31faa5188eeec50e1977105c5a3e85ac69904a</url>
    <id>8a31faa5188eeec50e1977105c5a3e85ac69904a</id>
    <committed-date>2008-06-10T02:27:45-07:00</committed-date>
    <authored-date>2008-06-10T02:27:45-07:00</authored-date>
    <message>* forgot to commit this.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@150 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>391ed091182ca92a977b48ba4933b2a40251d8df</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef7a56551ce629f9dfe9de1326dd57f30a919329</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/ee66bf0c85c53ccd61fa3a028ec821a58b319b36</url>
    <id>ee66bf0c85c53ccd61fa3a028ec821a58b319b36</id>
    <committed-date>2008-06-03T05:59:52-07:00</committed-date>
    <authored-date>2008-06-03T05:59:52-07:00</authored-date>
    <message>* updated to bones 2.0.2


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@149 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>2555aaaeca718e6961f13edf7b86b37ac3982b74</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38ab416aca75a84d90ea2442db7e297991be7d25</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/ef7a56551ce629f9dfe9de1326dd57f30a919329</url>
    <id>ef7a56551ce629f9dfe9de1326dd57f30a919329</id>
    <committed-date>2008-05-16T08:06:07-07:00</committed-date>
    <authored-date>2008-05-16T08:06:07-07:00</authored-date>
    <message>* updated changes message.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@148 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>c3de44541a7538339f992ccf8044594df6e30e0e</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44219c31cac4aa250745dae832575cfdc6a75374</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/38ab416aca75a84d90ea2442db7e297991be7d25</url>
    <id>38ab416aca75a84d90ea2442db7e297991be7d25</id>
    <committed-date>2008-05-16T08:04:20-07:00</committed-date>
    <authored-date>2008-05-16T08:04:20-07:00</authored-date>
    <message>* change the way null page/paginator act. only 0 page is null page, others, nil


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@147 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>575d9daf76359d6c33043158414bba3afc3e5a74</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>021c3a79f3335021b0c639caf96536eebc769daf</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/44219c31cac4aa250745dae832575cfdc6a75374</url>
    <id>44219c31cac4aa250745dae832575cfdc6a75374</id>
    <committed-date>2008-05-16T08:04:12-07:00</committed-date>
    <authored-date>2008-05-16T08:04:12-07:00</authored-date>
    <message>* added null paginator and null page for stubs anything into 0.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@146 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>bcbc84310233bc7b09d9f273c40a95a0e8d20410</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b65e81f9db9934ffb41529bcff99a4a2124138f7</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/021c3a79f3335021b0c639caf96536eebc769daf</url>
    <id>021c3a79f3335021b0c639caf96536eebc769daf</id>
    <committed-date>2008-05-09T08:00:46-07:00</committed-date>
    <authored-date>2008-05-09T08:00:46-07:00</authored-date>
    <message>mode fixed.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@145 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>a25bd21dafd311fe0622dec6d9642306d45c3963</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91554d159818590445c651941591813587e0cad1</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/b65e81f9db9934ffb41529bcff99a4a2124138f7</url>
    <id>b65e81f9db9934ffb41529bcff99a4a2124138f7</id>
    <committed-date>2008-05-09T08:00:36-07:00</committed-date>
    <authored-date>2008-05-09T08:00:36-07:00</authored-date>
    <message>chmod 644 for text files.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@144 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>8b49c378f3ece7c2c26cd3c7bd5beedce9f57f30</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e924f078916598111e20e9fed4b02c1ae1876540</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/91554d159818590445c651941591813587e0cad1</url>
    <id>91554d159818590445c651941591813587e0cad1</id>
    <committed-date>2008-05-09T07:52:28-07:00</committed-date>
    <authored-date>2008-05-09T07:52:28-07:00</authored-date>
    <message>have a test!


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@143 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>eaacb395014ec1728aec1fd7e2635257dfa6d0c9</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>365acc89d298f483b38750e3927cc7b4a52a5dd0</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/e924f078916598111e20e9fed4b02c1ae1876540</url>
    <id>e924f078916598111e20e9fed4b02c1ae1876540</id>
    <committed-date>2008-04-08T01:13:08-07:00</committed-date>
    <authored-date>2008-04-08T01:13:08-07:00</authored-date>
    <message> r2288@220-135-28-18:  godfat | 2008-04-08 15:16:53 +0800
 * updated to Bones 2.0.0


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@142 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>c926da531d30183632f78611a2a90461253b5903</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>739d9d2f9121b44199b220106de58c548b68b001</id>
      </parent>
    </parents>
    <author>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </author>
    <url>http://github.com/godfat/ludy/commit/365acc89d298f483b38750e3927cc7b4a52a5dd0</url>
    <id>365acc89d298f483b38750e3927cc7b4a52a5dd0</id>
    <committed-date>2008-03-25T06:31:56-07:00</committed-date>
    <authored-date>2008-03-25T06:31:56-07:00</authored-date>
    <message> r2160@220-135-28-18:  godfat | 2008-03-25 21:31:42 +0800
 * released ludy 0.1.11
 * changed std::cerr to std::clog.


git-svn-id: svn+ssh://rubyforge.org/var/svn/ludy@141 aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</message>
    <tree>e42e5c26e80a2b984e02d064a4b0e5f7e9deacb6</tree>
    <committer>
      <name>godfat</name>
      <email>godfat@aacd4d62-77d4-4986-9b85-a1fd8b48a9cb</email>
    </committer>
  </commit>
</commits>
