rbenv-gemset icon indicating copy to clipboard operation
rbenv-gemset copied to clipboard

KISS yet powerful gem / gemset management for rbenv

Results 6 rbenv-gemset issues
Sort by recently updated
recently updated
newest added

Remove `$` prompts from code in README to avoid raising `command not found: $` messages. Resolves #98

There are one-line commands in the README that have a `$` prompt in them, which carry over when using the "copy" button, raising the `command not found: $` message in...

In an setup where rbenv is installed and gems are installed too, what are the steps to activate the plugin without re-installing the gems?

This PR merges @nrser's work to improve load times, as discussed at https://github.com/jf/rbenv-gemset/issues/84#issue-294145396, with some trivial fixes to an iteration error from my own fork.

Using `rbenv-gem` version `0.5.9` on macOS `10.12.6` and started to notice running `ruby` was *much* slower: ```bash $ time ruby -e "puts 'yo'" yo real 0m0.821s user 0m0.419s sys 0m0.207s...

I would like for it to be the default "gemset" and for all my gems to be there except for a couple of Rubymine debug gems, different versions of which...