I tried to install the taps gem on my rvm, but got the following result:
larson:~ larson$ rvm gem install taps
Successfully installed taps-0.3.23
1 gem installed
Installing ri documentation for taps-0.3.23...
Installing RDoc documentation for taps-0.3.23...
larson:~ larson$ ruby -S gem which taps
ERROR: Can't find ruby library file or shared library taps
The strange thing is that taps still appears in my gem list. What does this error mean and will it prevent me from using Heroku's db:push commands?
gem which
find the location of a library file in gems. There is notaps.rb
in/usr/local/lib/ruby/gems/1.8/gems/taps-0.3.23/lib/
, so you got the above message:Another example with puppet:
and: