[Rubygems-developers] Adoption
Paul Duncan
pabs at pablotron.org
Thu Oct 21 22:47:48 EDT 2004
* Gavin Sinclair (gsinclair at soyabean.com.au) wrote:
> On Friday, October 22, 2004, 7:15:21 AM, Paul wrote:
>
> > Speaking of normalizing things, how about the filenames? Can you
> > downcase! the project name when converting it to the gem file name?
>
> Shouldn't the file name be the same as the project name, to avoid
> confusion when using require_gem?
I believe the convention is to always have a lowercase path and library,
regardless of the name of the actual library.
So, SOAP4r becomes
require 'soqp4r'
and Test::Unit becomes
require 'test/unit'
I've been doing that for my bindings (Imlib2-Ruby => 'imlib2', etc).
> Gavin
--
Paul Duncan <pabs at pablotron.org> OpenPGP Key ID: 0x82C29562
http://www.pablotron.org/ http://www.paulduncan.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://rubyforge.org/pipermail/rubygems-developers/attachments/20041021/a48de2cd/attachment.bin
More information about the Rubygems-developers
mailing list