Files | Admin

Notes:

Release Name: 1.0.1

Notes:



Changes: === 1.0.0 / 2009-07-06 * A proper test suite is now in place. * Helper methods and event hooks and are now separated. Use `jake_helper` and `jake_hook` instead of just `jake`. * :after_build event is now called :build_complete, and we added a :file_created event that is called whenever a new package file is written to disk. * Metadata can be added to packages using the :meta option. This data is available as Package#meta inside event hooks. * Erubis is now used instead of ERB if available.