Is there a way to create the associated .ruby-version and .ruby-gemset files when creating a new gemset?
.ruby-version
.ruby-gemset
With older versions of rvm, one could
I recently had the same problem. rvm --help led me to:
rvm --help
rvm --create --ruby-version ruby-1.9.3@my-gemset
It created both .ruby-gemset and .ruby-version.