From 59bd94878156fd366d315c558ed0a96c9f599dee Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 7 Sep 2015 14:51:12 +0100 Subject: ruby/rubygem-terminal-table: Modified SlackBuild for ruby-2.2.3. Signed-off-by: David Spencer Signed-off-by: Robby Workman --- ruby/rubygem-terminal-table/rubygem-terminal-table.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby/rubygem-terminal-table') diff --git a/ruby/rubygem-terminal-table/rubygem-terminal-table.SlackBuild b/ruby/rubygem-terminal-table/rubygem-terminal-table.SlackBuild index db5a24f3e9..775b3fc1ae 100644 --- a/ruby/rubygem-terminal-table/rubygem-terminal-table.SlackBuild +++ b/ruby/rubygem-terminal-table/rubygem-terminal-table.SlackBuild @@ -73,12 +73,12 @@ printf("%s/%s/gems/%s\n", # print a friendly warning of unsatisfied ":runtime" dependencies gem specification $CWD/$SRCNAM-$VERSION.gem | \ ruby -r yaml -r rbconfig -e ' -c = Config::CONFIG +c = RbConfig::CONFIG path = sprintf("%s/%s/gems/%s", c["libdir"], c["RUBY_INSTALL_NAME"], c["ruby_version"]) -sys_gemspecs = Dir.glob(path + "/specifications/*").map {|g| gs = Gem::Specification.load(g); gs.name } +sys_gemspecs = Dir.glob(path + "/specifications/**/*.gemspec").map {|g| gs = Gem::Specification.load(g); gs.name } obj = Gem::Specification.from_yaml($stdin) obj.dependencies.each {|dep| if not(dep.type == :runtime) -- cgit v1.2.3