简体   繁体   中英

How to tell a gem not to be installed on JRuby?

如何配置gem,使其无法安装在JRuby上?

in *.gemspec:

s.platform = 'ruby'

possible platform values:

ruby

C Ruby (MRI) or Rubinius, but NOT Windows

ruby_18

ruby AND version 1.8

ruby_19

ruby AND version 1.9

mri

Same as ruby, but not Rubinius

mri_18

mri AND version 1.8

mri_19

mri AND version 1.9

rbx

Same as ruby, but only Rubinius (not MRI)

jruby

JRuby

mswin

Windows

mingw

Windows 'mingw32' platform (aka RubyInstaller)

mingw_18

mingw AND version 1.8

mingw_19

mingw AND version 1.9 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM