From: Trans Date: 2006-04-05T12:23:46+09:00 Subject: Re: setup.rb problems and possible fix Very interesting. Thanks for making me aware of this. I'm curious about a couple of things though. I wonder about this script involved. Eg. Package.setup("1.0") { ... } Is that neccessary for every project? If so, is there a minimal default? I found the available docs/examples of this a bit confusing. Do the commands confom to a standard repo structure? For example: # all .rb files under foo/ are installed under foo/ in the specified libdir lib *Dir["foo/**/*.rb"] Does that mean my repo dir /lib/foo will map to distro /lib/foo? Or does it mean repo /foo maps to distro /lib/foo? T.