ruby: add auxiliar scripts in order to help tests
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 4 Oct 2014 22:25:31 +0000 (19:25 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Tue, 7 Oct 2014 17:14:53 +0000 (14:14 -0300)
commite707020e183d67ecf6684302c5d22e00cccfa4de
tree3fe0649ce16982e0f35afe234710434f5916f130
parentc755b298c373c55003bddd5bc2abc393cccbc6c2
ruby: add auxiliar scripts in order to help tests

ruby_find_pkgsdeps: look for file dependencies (checks
require and Encoding references) and extrapolate it to pkgs
deps. Also checks whether a dep is redundant or missing in pkgs.
Must run inside an OpenWRT with all ruby* pkgs installed.

ruby_missingfiles: list files in staging/target and from files
comparing side by side its contents. It helps to easly visualize
which file is not packaged in an ipk.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
lang/ruby/ruby_find_pkgsdeps [new file with mode: 0644]
lang/ruby/ruby_missingfiles [new file with mode: 0644]