Hiroshi SHIBATA
Hiroshi SHIBATA
I don't imagine `missing_extension?` is true with JRuby platform. Do you have example for that?
`gem pristine --extensions` or `gem pristine --only-missing-extensions` will help this with building missing extension like `stackprof`, `ffi` in your case.
@cfis 👋 This PR looks good to me. I'm wondering does this change work with your CMake project?
Thanks!
I'm against this with default. I don't want to build non-binary gem like `ed25519` each project.
I have no strong opinion that. Is it noisy or confused option?
I restored that options again.
>gem push already signs in with push_rubygem scope by default, so I believe normally you don't need gem signin at all. I didn't know that. I always to run `gem...
It is common practice to sign-in first for dev tools like npm, cargo, gcloud or heroku etc. I think `gem signin` is a first place command. If the users invoke...
@technicalpickles Please try with the above `--pre` option.