Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | refactor(rvm): clean up `rb*` utilities definition and add more versions | Marc Cornellà | |
2021-12-28 | feat(rvm): add latest `rb*` utility functions (#9812) | Vsevolod Voloshyn | |
2021-12-17 | feat(rvm): add alias `rvms` (#10219) | Celestino Gomes | |
* feat(rvm): add alias `rvms` * docs(rvm): new alias `rvms` | |||
2015-08-15 | rvm plugin: Fix `gems` to work with GNU sed | Chayoung You | |
Fix #1579. | |||
2014-07-31 | Update rvm.plugin.zsh | Adam Poskitt | |
Ruby 2.1.1 -> Ruby 2.1.2. | |||
2014-03-28 | Add Ruby 2.1.1 support to rvm plugin | Stanislav Schultz | |
2013-09-19 | Merge pull request #1763 from jonilicious/master | Robby Russell | |
RVM plugin - Fixes wrong variable used in 'rb20' function | |||
2013-06-27 | rvm plugin: update to ruby version helpers and rvm-update | Brandon Black | |
* the current patch levels hard-coded here are pretty dated. I updated the ruby version helpers to use loose ruby version matchers so they don't continually need to be updated with every new patch level release. * `rvm get head` actually performs an `rvm reload` in the post install. there's no need to do again here in rvm-update so I've removed that. | |||
2013-04-26 | Update the wrong variable used in rb20 function. Fixes #1762 | Joni Chandra | |
Signed-off-by: Joni Chandra <joniliciously@gmail.com> | |||
2013-04-17 | Update rvm.plugin.zsh to the latest ruby versions | Zoltan Debre | |
Ruby version numbers update: 1.8.7-p371 1.9.3-p392 2.0.0-p0 | |||
2013-02-14 | Update plugins/rvm/rvm.plugin.zsh | Peter Bomars | |
1) be gentle - first git pull request 2) added ruby 2.0.0 alias and function | |||
2012-12-02 | Merge pull request #1301 from bencao/master | Robby Russell | |
fix rvm plugin auto complete not work problem | |||
2012-11-19 | Use rvm completion from ~/.rvm/scripts/zsh/Completion | Jeong Mok Cho | |
2012-09-03 | fix rvm auto complete, pointing to $rvm_path | Ben Cao | |
2011-12-29 | multiple versions could occur and should also be highlighted | Andreas Steinel | |
2011-05-30 | Remove Uneeded Lines | Andrew Hodges | |
2011-05-30 | Rollback of Pull #366 | Andrew Hodges | |
sorin-ionescu had some good points. | |||
2011-05-28 | Gem List Helper | Andrew Hodges | |
Add helper function to list gems in a pretty way (only with rvm, for now). Add missng EOF newline and a todo to the ruby plugin. | |||
2011-05-28 | RVM Update Helpers | Andrew Hodges | |
Add helper function to get rvm head. Add helper function to link zsh completion that comes with rvm into om-my-zsh plugin directory, but don't overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is better, but I want to be able to compare). | |||
2011-05-28 | Helpful Listing Aliases | Andrew Hodges | |
Add alias to list installed rubies. Add alias to list gemsets in active ruby. | |||
2011-05-28 | Ruby Switching Helpers | Andrew Hodges | |
Add helper functions to switch gemsets on ruby-1.8.7-p334 and ruby-1.9.2-p180. Add completion definitions for helper functions. | |||
2011-02-23 | Add tab completion for rvm. | Christopher Chow | |