You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blank VM with Ubuntu 12.04 on it. Provisioning the VM via Vagrant and Chef-Solo.
Issuing a 'chef_gem "prm"' yields version 0.0.8 of prm.
I'm no ruby guru so perhaps my environment is messed.
Problem is, I attempt to run it and I get:
$ prm
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- prm (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /var/lib/gems/1.9.1/gems/prm-0.0.8/bin/prm:4:in <top (required)>' from /usr/local/bin/prm:19:inload'
from /usr/local/bin/prm:19:in `
'
The text was updated successfully, but these errors were encountered:
This bug should be fixed in version 0.9, which I released tonight (it's available on Rubygems). I tested against Debian 6.0 and Ubuntu 12.04, would you able to verify that this is fixed for you?
Blank VM with Ubuntu 12.04 on it. Provisioning the VM via Vagrant and Chef-Solo.
Issuing a 'chef_gem "prm"' yields version 0.0.8 of prm.
I'm no ruby guru so perhaps my environment is messed.
Problem is, I attempt to run it and I get:
$ prm
'/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
require': cannot load such file -- prm (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
require'from /var/lib/gems/1.9.1/gems/prm-0.0.8/bin/prm:4:in
<top (required)>' from /usr/local/bin/prm:19:in
load'from /usr/local/bin/prm:19:in `
The text was updated successfully, but these errors were encountered: