+1 for using the dash to represent modules correctly in your gem naming. correct:
foo_bar => FooBar foo-bar => Foo::Bar foo-bar_baz => Foo::BarBaz incorrect: foo-bar => FooBar -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
