From: Charles Oliver Nutter Date: 2008-10-31T23:44:31+09:00 Subject: Re: RubyGems 1.3.1 Luis Lavena wrote: > There is no easy way for this since the gems can have different types > of bundled extensions (via mkrf or extconf). My argument is that any Ruby impl requirement should be explicit in the gemspec; i.e. it should be possible to install a gem that will only ever work on MRI since it would say it only works on MRI. And likewise for JRuby...there's already a couple non-platform gems that only work in JRuby. Without adding "supported implementations" to the gemspec it will only get worse. - Charlie