summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-09-07 14:51:15 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitf2130a9945ee602ffe26fd5631f72803e5115805 (patch)
tree40eb90b6157adf4d7c757ae1cfddaa6d064f3c1b
parentb3054458c6f51e5938c9105cb60ef2c6fc62fd8d (diff)
downloadslackbuilds-f2130a9945ee602ffe26fd5631f72803e5115805.tar.gz
slackbuilds-f2130a9945ee602ffe26fd5631f72803e5115805.tar.xz
office/timetrap: Modified SlackBuild for ruby-2.2.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--office/timetrap/timetrap.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/timetrap/timetrap.SlackBuild b/office/timetrap/timetrap.SlackBuild
index 3fa955e132..1bb523ca90 100644
--- a/office/timetrap/timetrap.SlackBuild
+++ b/office/timetrap/timetrap.SlackBuild
@@ -71,12 +71,12 @@ printf("%s/%s/gems/%s\n",
gem specification $CWD/$PRGNAM-$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)