mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b297809b51
The mrbgem guide (`doc/guides/mrbgems.md`) documents the `path:` argument for `conf.gem` as being used to point to the root directory of a gem when that gem is retrieved via git but is located in a subdirectory of the checkout. The actual code does not do this. Instead, it treats path as (mostly) identical to the `gemdir:` argument; that is, it points to a local directory containing the gem. This change fixes this by making `path:` behave as documented.