aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rwxr-xr-xrubygems.rb2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 905e479..f33f07f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.197 - 27 Dec 2013, by Pascal Terjan
+- Fix gem automated dependancies
+
Version 1.196 - 27 Dec 2013, by Pascal Terjan
- Use correct macro for gems dir now that rubygems moved
diff --git a/configure.ac b/configure.ac
index f7d6a7b..5d2e568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $
AC_PREREQ(2.59)
-AC_INIT(rpm-mageia-setup, 1.196, pterjan@mageia.org)
+AC_INIT(rpm-mageia-setup, 1.197, pterjan@mageia.org)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz)
AC_CONFIG_SRCDIR
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