Commit Graph

19 Commits

Author SHA1 Message Date
Chayoung You d20c111d78 rvm plugin: Fix `gems` to work with GNU sed
Fix #1579.
2015-08-15 15:19:02 +09:00
Adam Poskitt e5ac5009a4 Update rvm.plugin.zsh
Ruby 2.1.1 -> Ruby 2.1.2.
2014-07-31 21:30:15 +01:00
Stanislav Schultz b2ea7d3ec1 Add Ruby 2.1.1 support to rvm plugin 2014-03-28 20:25:13 +03:00
Robby Russell 0582bd193c Merge pull request #1763 from jonilicious/master
RVM plugin - Fixes wrong variable used in 'rb20' function
2013-09-19 06:58:51 -07:00
Brandon Black 644728bd22 rvm plugin: update to ruby version helpers and rvm-update
* 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-06-27 11:46:41 -07:00
Joni Chandra 2f7479b5cb Update the wrong variable used in rb20 function. Fixes #1762
Signed-off-by: Joni Chandra <joniliciously@gmail.com>
2013-04-26 11:31:02 +07:00
Zoltan Debre 0b3d560866 Update rvm.plugin.zsh to the latest ruby versions
Ruby version numbers update:
1.8.7-p371
1.9.3-p392
2.0.0-p0
2013-04-17 15:07:11 +02:00
Peter Bomars ccdc5518f0 Update plugins/rvm/rvm.plugin.zsh
1) be gentle - first git pull request
2) added ruby 2.0.0 alias and function
2013-02-14 00:18:12 -08:00
Robby Russell 228c3fc89f Merge pull request #1301 from bencao/master
fix rvm plugin auto complete not work problem
2012-12-02 13:04:14 -08:00
Jeong Mok Cho 7d9518d48d Use rvm completion from ~/.rvm/scripts/zsh/Completion 2012-11-19 17:04:10 +09:00
Ben Cao fa859f90d2 fix rvm auto complete, pointing to $rvm_path 2012-09-03 11:51:28 +08:00
Andreas Steinel 967e84ebaa multiple versions could occur and should also be highlighted 2011-12-29 02:22:40 +01:00
Andrew Hodges 9801ad6453 Remove Uneeded Lines 2011-05-30 11:10:35 -04:00
Andrew Hodges 1e3b441ce7 Rollback of Pull #366
sorin-ionescu had some good points.
2011-05-30 10:09:00 -04:00
Andrew Hodges 572b27b757 Gem List Helper
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 10:50:06 -04:00
Andrew Hodges 9f34bbedc8 RVM Update Helpers
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 10:35:54 -04:00
Andrew Hodges e703c9591c Helpful Listing Aliases
Add alias to list installed rubies. Add alias to list gemsets in active ruby.
2011-05-28 10:23:06 -04:00
Andrew Hodges 3e43316550 Ruby Switching Helpers
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-05-28 10:16:06 -04:00
Christopher Chow 7f69551498 Add tab completion for rvm. 2011-02-23 02:56:25 +11:00