I am working on a gem which will only work for JRuby platform.
How can I specify that in my .gemspec?
You can simply put in gemspec
spec.platform = 'java'
means it works with JRuby only.
to specifically set the platform you can take a look:
Ruby gem Specification Reference
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With