mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
ruby/rubygem-highline: Modified SlackBuild for ruby-2.2.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
61a357f6a4
commit
7d9c8748bd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue