--
-$Id: ChangeLog 74 2006-05-13 10:34:36Z tilman $
+$Id: ChangeLog 75 2006-05-13 11:54:53Z tilman $
++
2006-05-13 Tilman Sauerbeck (tilman at code-monkey de)
* lib/eet.rb, ext/ext.c, test/test_misc.rb: Deprecated
Eet::File#list and introduced Eet::File#entries and
Eet::File#[] instead.
+ * README, Rakefile: Updated project homepage and documentation
+ locations
2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
* README: Fixed bad link to project homepage
--
-$Id: README 73 2005-08-25 20:36:00Z tilman $
+$Id: README 75 2006-05-13 11:54:53Z tilman $
++
= Ruby-EET -- Ruby bindings for EET
== Download
The latest version of Ruby-EET can be found at
-http://code-monkey.de/projects/ruby-eet.html
+http://code-monkey.de/pages/ruby-eet
Online documentation is available at
-http://code-monkey.de/docs/ruby-eet
+http://docs.code-monkey.de/ruby-eet
== Dependencies
-# $Id: Rakefile 55 2005-06-02 20:16:44Z tilman $
+# $Id: Rakefile 75 2006-05-13 11:54:53Z tilman $
require "rbconfig"
require "rake/clean"
task :publish => [:rdoc, :package] do
p = Rake::CompositePublisher.new
p.add(Rake::SshFreshDirPublisher.new("code-monkey.de",
- "public_html/docs/" +
+ "public_docs/" +
PKG_NAME, "doc"))
p.add(Rake::SshFilePublisher.new("code-monkey.de",
".", "pkg",