Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个仅适用于 JRuby 平台的 gem。
如何在我的 .gemspec 中指定它?
您可以简单地放入 gemspec spec.platform = 'java'意味着它仅适用于 JRuby。具体设置平台可以看一下: Ruby gem Specification Reference
spec.platform = 'java'