From 0e4f55332cdb7013f0b470a5b25da77aa186a31d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 27 Dec 2013 23:58:02 +0000 Subject: Fix gem automated dependancies --- rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubygems.rb') diff --git a/rubygems.rb b/rubygems.rb index d851945..a1189af 100755 --- a/rubygems.rb +++ b/rubygems.rb @@ -30,7 +30,7 @@ if rest.size != 0 or (!provides and !requires) or (provides and requires) exit(1) end -specpatt = "%s/specifications/.*\.gemspec$" % RbConfig::CONFIG["rubygemsdir"] +specpatt = "%s/specifications/.*\.gemspec$" % Gem.default_dirs[:system][:gem_dir] gems = [] ruby_versioned = false -- cgit v1.2.1