If you want to get version information about a gem the easiest way to do it is with this command
gem list
For example
gem list activemerchant
will output the activemerchant versions I have installed. You can pass only part of the name like
gem list a
get the names of all gems (and versions) that start with “a”. There [...]
Gem Information with Gem List