I have a Gemfile with the following contents:
source 'https://rubygems.org'
gem 'knife-cloudstack', :git => 'git://github.com/CloudStack-extras/knife-cloudstack.git'
On doing a bundle-install, i get the following output
bundle install --binstubs
...
Using knife-cloudstack (0.0.13) from git://github.com/CloudStack-extras/knife-cloudstack.git (at master)
...
But now when i do a bundle show, bundler cannot find the knife-cloudstack gem
bundle show knife-cloudstack
Could not find gem 'knife-cloudstack (>= 0) ruby' in the gems available on this machine
I am not sure what i am missing here. Please assist