summaryrefslogtreecommitdiff
path: root/plugins/ruby/README.md
AgeCommit message (Collapse)Author
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
2018-10-04ruby: add README (#7212)MasterOfTheTiger