Austin Ziegler [mailto:halostatue / gmail.com] wrote: > I want to manage Ruby packages only through Ruby tools. I do > not want to have fifteen separate installers (and fifteen > corresponding entries in the Win32 app list). *pls ignore my previous post. I cannot control my fingers sometimes... have pity.. now back Ruby hooks for packagers -That is quite a cool request, austin. .. eg. instead of doing: system("rpa update") i could do something like: require rpa Rpa::query /sql/ {|x| p x.name p x.ver p x.desc } .... Rpa::install "sqlite" > -austin kind regards -botp