[ruby/yarp] Move the gem's C extension into lib/yarp/

and change the require from "yarp.so" to "yarp/yarp", which is more
aligned with existing community conventions for gems.

https://github.com/ruby/yarp/commit/64b70e2658
This commit is contained in:
Mike Dalessio 2023-07-18 16:25:52 -04:00 коммит произвёл Takashi Kokubun
Родитель c5dad5f1d7
Коммит 0f8091947d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -240,4 +240,5 @@ require_relative "yarp/node"
require_relative "yarp/ripper_compat"
require_relative "yarp/serialize"
require_relative "yarp/pack"
require "yarp.so"
require "yarp/yarp"