aboutsummaryrefslogtreecommitdiffstats
path: root/rubygems.rb
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-06 17:30:05 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-06 17:30:05 +0000
commit4f80b38c4dc01c1318e4824bbc617f8e828c9d36 (patch)
treeb94d335e7e4865ed80f54d08da70bee3a06394e5 /rubygems.rb
parent46126ac083e7b7e49c0cb26207b0e0a8206abde2 (diff)
downloadrpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.gz
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.bz2
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.xz
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
Diffstat (limited to 'rubygems.rb')
-rwxr-xr-xrubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubygems.rb b/rubygems.rb
index 1a775bd..0ae5979 100755
--- a/rubygems.rb
+++ b/rubygems.rb
@@ -74,7 +74,7 @@ if gems.length > 0
end
if requires
for d in spec.dependencies
- print d.requirement.to_rpm(d.name) unless d.type != :runtime
+ print d.requirement.to_rpm(d.name)
end
for d in spec.required_rubygems_version.to_rpm("rubygems")
print d.gsub(/(rubygem\()|(\))/, "")