mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ruby/rubygem-tzinfo: 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
cd2f1de010
commit
3f9583bab8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ path = sprintf("%s/%s/gems/%s",
|
||||||
c["libdir"],
|
c["libdir"],
|
||||||
c["RUBY_INSTALL_NAME"],
|
c["RUBY_INSTALL_NAME"],
|
||||||
c["ruby_version"])
|
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 = Gem::Specification.from_yaml($stdin)
|
||||||
obj.dependencies.each {|dep|
|
obj.dependencies.each {|dep|
|
||||||
if not(dep.type == :runtime)
|
if not(dep.type == :runtime)
|
||||||
|
|
Loading…
Reference in a new issue