Open u-u-z opened 1 year ago
But I am still had a problem for push the gem. when I input password and then press ENTER it errors:
ERROR: While executing gem ... (NoMethodError)
undefined method `downcase' for nil:NilClass
_scheme = scheme.downcase
^^^^^^^^^
https://github.com/Saisui/JXON/blob/f52840ea75f356e75c3daa468ec6f0d8432d1985/jxon.gemspec#L27
❌ It will report error (in
bundle
toolchain is likebundle update
) like this 👆, cuz the packaged gem file contains itself, which is usually caused by an incorrect file list configuration.How to fix
For
spec.files
in jxon.gemspec u can change like this 👇 it will work