diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-09-07 14:51:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 40fc6cf5d43ec86ff47108e6ace8e88bd598e286 (patch) | |
tree | 5402e320883e83166f7e0d884e275b136aed9aea /ruby | |
parent | d3212319301f7872a7c54a6f4c41a43048392918 (diff) | |
download | slackbuilds-40fc6cf5d43ec86ff47108e6ace8e88bd598e286.tar.gz |
ruby/ruby-json: Modified SlackBuild for ruby-2.2.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/ruby-json/ruby-json.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/ruby-json/ruby-json.SlackBuild b/ruby/ruby-json/ruby-json.SlackBuild index 16d6443c71..1dcb342724 100644 --- a/ruby/ruby-json/ruby-json.SlackBuild +++ b/ruby/ruby-json/ruby-json.SlackBuild @@ -80,12 +80,12 @@ printf("%s/%s/gems/%s\n", 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) @@ -117,4 +117,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |