- Fix cl deprecation warnings; use cl-lib instead
- Support gemset name inside .ruby-version file (#57, thanks Étienne Deparis)
- Fix setting of BUNDLE_PATH (#59, thanks Étienne Deparis)
- Support for .ruby-version file
- Support for rvm/bundler integration
- Fix warning from mapcar
- Fix naming conflict with electric-pair-mode
- Fix version parsing in .rvmrc
- Fix gemset list bug
- Fix gemset parsing
- Fix missing usage of rvm-configuration-file-name in rvm--rvmrc-locate
- open sources in a gem from the current gemset
- ability to change the used completion function
- rvm-open-gem creates a new perspective when perspective.el is loaded
- Install gems from Emacs with rvm-gem-install
- Fixed weird ascii character problem in example
- rvm now works again with the global gemset
- rvm-open-gem should now work with the standard ido distribution
- the exec-path is now set properly
- gem-home and gem-path are now set using
rvm info
instead of building the paths manually - bug-fix in rvm--rvmrc-parse-version which was incorrectly reading some rvmrc files
- support both Gemfile syntaxes for ruby-version
- switch between installed ruby implementations
- use the default rvm ruby as default ruby within emacs
- rvm.el can now detect the right version to use for the current buffer (takes .rvmrc into account)
- support for Gemsets
- add Gemsets /bin directories to PATH
- Fixed setting of gemset path and ruby path
- Fixed leading blanks in gemset name (global) using chomp