diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-09-07 14:51:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 16966e2a74d552ba64be9bf251cd35b5cd4641a8 (patch) | |
tree | 16c4971e528320c5061138abf577ce5f8587cdfc /ruby | |
parent | 4fffac4e8ffe458a272339dddf99635264aad9ce (diff) | |
download | slackbuilds-16966e2a74d552ba64be9bf251cd35b5cd4641a8.tar.gz |
ruby/rubygem-string-scrub: 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/rubygem-string-scrub/rubygem-string-scrub.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/rubygem-string-scrub/rubygem-string-scrub.SlackBuild b/ruby/rubygem-string-scrub/rubygem-string-scrub.SlackBuild index 29c8a9b7ea..b173b86171 100644 --- a/ruby/rubygem-string-scrub/rubygem-string-scrub.SlackBuild +++ b/ruby/rubygem-string-scrub/rubygem-string-scrub.SlackBuild @@ -78,7 +78,7 @@ 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) |