Is there any examples of concrete source code matching exactly?
I'm not familiar with ruby, but what if it's just how ruby projects are set up usually?
The version file content, and the file structure might just be both taken from a tutorial on how to create a basic ruby package?
This happens for other languages, a lot of CMakeLists.txt files looks very similar for instance, including the exact location of version files and whatnot if people follow tutorials like [1]
I'm not familiar with ruby, but what if it's just how ruby projects are set up usually?
The version file content, and the file structure might just be both taken from a tutorial on how to create a basic ruby package?
This happens for other languages, a lot of CMakeLists.txt files looks very similar for instance, including the exact location of version files and whatnot if people follow tutorials like [1]
[1] https://cmake.org/cmake-tutorial/