From 1c713d8852ad19f714bee09e38683a3dcaad96ea Mon Sep 17 00:00:00 2001 From: Chris Allen Lane Date: Mon, 9 Nov 2020 19:11:57 -0500 Subject: [PATCH] chore(gem): minor formatting changes Make minor formatting changes to the `gem` cheatsheet. --- gem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gem b/gem index e0eeb2b..cb271de 100644 --- a/gem +++ b/gem @@ -1,10 +1,10 @@ --- -tags: [ packaging ] +tags: [ packaging, ruby ] --- # To search for a package: gem search -# To install packages: +# To install a package: gem install # To install a package in user space: @@ -13,7 +13,7 @@ gem install --user-install # To install specific version of a package: gem install -v -# To uninstall packages: +# To uninstall a package: gem uninstall # To upgrade a package: @@ -25,5 +25,5 @@ gem info # To list local packages: gem list --local -# To show help on command +# To show help on command: gem help