il Fri, 23 Jul 2004 01:08:21 +0900, Richard Kilmer <rich / infoether.com> ha scritto:: > >fxruby-1.2.0.gem > #=> spec.platform = Gem::Platform::RUBY > >fxruby-1.2.0-win32.gem > #=> spec.platform = Gem::Platform::WIN32 > >It will pick (not based on the name, that is convention) the fxruby 1.2.0 >for your platform if one exists. > just one thing: I'm not sure if this is just a sample or is closely related to the behaviour of the gem system, but should'nt it be: Gem::Platform::WIN32::(MS|DJGPP|MINGW|LCC|WHATEVER) ? different compiling toolchain are things to take in consideration..