You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm developing a new gem and forget to set the initial version and then I run rake install, the gem installs into a rubygem dir under gem_name- which prevents rubygems from working correctly. I end up reinstalling ruby completely.
There should be a check not allowing to perform rake install unless the version is set.
The text was updated successfully, but these errors were encountered:
When I'm developing a new gem and forget to set the initial version and then I run
rake install
, the gem installs into a rubygem dir undergem_name-
which prevents rubygems from working correctly. I end up reinstalling ruby completely.There should be a check not allowing to perform
rake install
unless the version is set.The text was updated successfully, but these errors were encountered: