X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=8f0d51613beade88ffd7aea0d724e251530dc4f7;hb=b6b77969391f130e201dd856a41a6332cee9d0c8;hp=d80c2195eb8edccc9892b2e983b5eeb5cc7c4e80;hpb=6aec4758c3a6b30c1cde143a899c0930b40ba2d3;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index d80c219..8f0d516 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,22 @@ -- -$Id: ChangeLog 2 2005-03-26 13:39:17Z tilman $ +$Id: ChangeLog 9 2005-03-27 15:30:41Z tilman $ ++ +2005-03-27 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Added a publish task that uploads the current + tarball and the RDoc documentation to code-monkey.de + * README: Added a link to the online documentation + * Rakefile: Use Kernel#raise instead of Kernel#fail + * README: Improved project description + * Rakefile: Fixed the install task; eet.rb needs to be copied + to sitelibdir instead of sitearchdir + * README: Added a link to enlightenment.org to the description + 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de) * README, Rakefile: Require Rake 0.5.0 or greater * Rakefile: Added a PackageTask * test/common.rb: Removed unused assertion + * lib/eet.rb: Bumped version number to 0.1.0 2005-03-25 Tilman Sauerbeck (tilman at code-monkey de) * test/test_broken_classes.rb: Code cleanup