That good, but what I ment was to check for the packages that ruby depends on. For example:
Code:
rpm -qva | grep ruby-libs
The Ruby package depends on various other packages. One of them for example is glibc. The glibc package can be found on many systems by default so you won't be bothered with that information. But it still is a dependency for the Ruby package.
Hope this helps.