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
gem install ./<name>-<version>-<sha>.gem installs a local content-addressed file directly.
require works after install, and a re-install is idempotent.
The on-disk install directory is consistent between remote and local paths.
Preserve the content address and real platform in serialized specifications and stubs so full_name can reconstruct <name>-<version>-<sha> without the original .gem file.
gem install ./<name>-<version>-<sha>.geminstalls a local content-addressed file directly.full_namecan reconstruct<name>-<version>-<sha>without the original .gem file.