I am trying to install the 0.4.0.beta version of vmc, but after installation I still have old version.
> gem install vmc --pre
[...]
Installing RDoc documentation for vmc-0.4.0.beta.90...
> ~ $ vmc --version
vmc 0.3.23
What am I doing wrong? I don't have any experience with Ruby, I am installing this tool in order to manage my cloudfoundry app. (I am using MacOS X)
Update: I followed the steps here to install ruby/rvm and the gem https://stackoverflow.com/a/11573805/156300
In order to run the beta version, I had to create the following file
mkdir ~/.vmc
touch ~/.vmc/use-ng
I found out about this by digging though the source files.