I get a
Deprecation warning (~
/usr/lib/ruby/gems/1.8/gems/webgen-0.5.10/lib/webgen/sourcehandler/base.rb:160:in
`send'): this method will be removed in one of the next releases - use
Path#basename instead!
I cannot extract a remedy from this message. I am using a template from
an earlier webgen version. Do you know which method this message is about?
Thanks,
Michael
_______________________________________________
webgen-users mailing list
webgen...@rubyforge.org
http://rubyforge.org/mailman/listinfo/webgen-users
All deprecated methods are stored in the file lib/webgen/deprecated.rb.
The one generating the above message should normally say that
Path#cnbase is deprecated in favor of Path#basename. This is normally
used when setting the output_path_style variable. So just search for
cnbase and substitute it with basename.
-- Thomas