summaryrefslogtreecommitdiff
path: root/plugins/ruby
AgeCommit message (Collapse)Author
2023-10-02fix(ruby): add missing `-run` in `rserver` alias (#11913)jack
2021-12-29feat(ruby): add new aliases `rrun` and `rserver` (#10218)Celestino Gomes
2021-10-20fix(ruby)!: rename aliases that start with `g` to `ge`Marc Cornellà
BREAKING CHANGE: all `gem` aliases that started with `g` now start with `ge` to fix conflicting names with the `git` plugin. Also, the `ghlp` alias is now renamed `geh`. Have a look at the plugin README for more information. Fixes #10320
2021-10-19feat(ruby): add multiple `gem` aliases (#9005)Marc Cornellà
Mostly empty commit to fix the changelog for merge at 6f4c7f64
2021-10-19Swapping gh with ghlp as 'gh' is reserved for the Github CLI. #9005Robby Russell
2020-07-01spacing changedSayan Roy
2020-06-09Updating the README.mdSayan Roy
2020-06-07Updating some gem command referenceSayan Roy
# Updating some gem command reference gem_info,gem help , etc.
2018-10-04ruby: add README (#7212)MasterOfTheTiger
2017-11-14Update ruby.plugin.zsh (#2117)Brandon Weaver
Added some Gem command shorthands, and ruby shorthand
2012-01-02Fixed the rfind command in the ruby pluginPatrick Lindborg
2011-05-28Gem List HelperAndrew 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.
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.