From 0265390c9224b1ca226f1b1d68dbd2259192b034 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Fri, 4 Jan 2019 02:10:19 -0200 Subject: ruby: bump to 2.6.1 See: https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/ See: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ New packages mirroring upstream gemification of ruby: * ruby-bundler (new) * ruby-e2mmap and ruby-ostruct (from ruby-misc) * ruby-forwardable (from ruby-patterns) * ruby-matrix and ruby-prime (from removed ruby-math) * ruby-mutex_m, ruby-sync and ruby-thwait (from ruby-multithread) * ruby-tracer (from ruby-debuglib) Added ruby-dev for building extension inside openwrt (requires cc) Signed-off-by: Luiz Angelo Daros de Luca --- lang/ruby/ruby_missingfiles | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/ruby/ruby_missingfiles') diff --git a/lang/ruby/ruby_missingfiles b/lang/ruby/ruby_missingfiles index b76745d25..84880565c 100644 --- a/lang/ruby/ruby_missingfiles +++ b/lang/ruby/ruby_missingfiles @@ -32,10 +32,16 @@ function list_ipkg_files { } -echo " Installed in Staging Packages" +set -e : ${1:?First arg is staging_dir} : ${2:?Second and following args are ruby ipkg packages} STAGING_DIR=$1; shift +(cd "$STAGING_DIR" ) +if ! [ -e "$1" ]; then + echo "$1 does not exist!" + exit 1 +fi +printf '%-62s %-62s\n' "Installed in Staging" "From Packages Files" diff -d -y <(list_staging_files "$STAGING_DIR") <(list_ipkg_files "$@") -- cgit v1.2.3