----- Original Message -----
Bohuslav,
On 2012-06-19 20:44, Bohuslav Kabrda wrote:
Hi all, since Ruby/Fedora integration had some significant changes from F16 to F17, I thought it might be a good idea to write a summary of new features and send it out for all - see [1].
All comments and suggestions for further development are welcome.
On a Fedora 17 x86_64 install:
gem list
shows:
actionmailer (3.2.6) . .
but:
updateb locate gem | grep actionmailer
show nothing?
What gives?
Thanks,
Phil.
Philip Rhoades
GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil@pricom.com.au
Hi Phil, I can't find a way to reproduce the issue. I tried installing the gem both with "gem install" and "sudo gem install" and both locations are found with "locate gem | grep actionmailer". Could you please provide more specific info: - How did you install the gem? (with or without sudo) - Was the installation successful? - Is the actionmailer-3.2.6 directory located under "/usr/local/share/gems/gems" or "/home/<yourusername>/.gem/ruby/1.9.1/gems"?
Thanks.