From 7ebf93715b8e472b7431d3cb2eae70ec0be5e4fb Mon Sep 17 00:00:00 2001 From: Ali Ariff Date: Wed, 8 Oct 2025 09:13:43 +0200 Subject: [PATCH] Add Traceroute --- data/tools/traceroute.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/tools/traceroute.yml diff --git a/data/tools/traceroute.yml b/data/tools/traceroute.yml new file mode 100644 index 0000000000..5370885315 --- /dev/null +++ b/data/tools/traceroute.yml @@ -0,0 +1,13 @@ +name: Traceroute +categories: + - linter +tags: + - ruby + - rails +license: MIT License +types: + - cli +source: "https://github.com/amatsuda/traceroute" +homepage: "https://github.com/amatsuda/traceroute" +description: >- + A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.