For projects not using ceedling, it would be convenient to be able to install a version of cmock using gem installer. Currently those projects need to submodule cmock.git, which leads to many downloads on uncached CI jobs.
There is probably a few pitfalls as cmock doesn't only deliver a ruby package, but also some c and h files. Those need to be part of the package as well, and some convenience will be needed in order to add them to the compiler/linker.
For projects not using ceedling, it would be convenient to be able to install a version of cmock using gem installer. Currently those projects need to submodule cmock.git, which leads to many downloads on uncached CI jobs.
There is probably a few pitfalls as cmock doesn't only deliver a ruby package, but also some c and h files. Those need to be part of the package as well, and some convenience will be needed in order to add them to the compiler/linker.