]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/gem.json
Unify help text formatting for `ts3client` and `sonarlint` (#435)
[xdg-ninja.git] / programs / gem.json
index 1d83483cc875ee01a404443315c3a680e8880833..294a439b6546a6d0aa0807541e4fff1474592001 100644 (file)
@@ -2,19 +2,19 @@
     "name": "gem",
     "files": [
         {
-            "path": "${HOME}/.gem/ruby",
+            "path": "$HOME/.gem",
             "movable": true,
-            "help": "Supported\n\nThe file ${HOME}/.gem/ruby can be moved to ${XDG_CONFIG_HOME}/gem.\n"
+            "help": "Supported by default.\n\nNewer versions of directories automatically create directories at correct locations, so this can safely be deleted (after moving your configuration files).\n"
         },
         {
-            "path": "${HOME}/.gem",
+            "path": "$HOME/.gem/gemrc",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport GEM_HOME=${XDG_DATA_HOME}/gem\n```\n"
+            "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/gem/gemrc_.\n"
         },
         {
-            "path": "${HOME}/.gem/specs",
+            "path": "$HOME/.gem/irbrc",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport GEM_SPEC_CACHE=${XDG_CACHE_HOME}/gem\n```\n"
+            "help": "Supported by default.\n\nYou can move the file to _$XDG_CONFIG_HOME/irb/irbrc_.\n"
         }
     ]
 }