{"id":18917090,"url":"https://github.com/fundingcircle/hellgrid","last_synced_at":"2025-08-25T13:13:14.669Z","repository":{"id":54413145,"uuid":"55697701","full_name":"FundingCircle/hellgrid","owner":"FundingCircle","description":"Track Ruby gem dependencies across projects.","archived":false,"fork":false,"pushed_at":"2024-05-07T12:53:09.000Z","size":74,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":77,"default_branch":"master","last_synced_at":"2024-05-07T13:02:33.949Z","etag":null,"topics":["dependency-analysis","dependency-graph","ruby","ruby-gem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FundingCircle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-07T13:40:41.000Z","updated_at":"2024-05-07T11:47:45.000Z","dependencies_parsed_at":"2024-04-26T13:50:11.918Z","dependency_job_id":"a2f084d1-ae2f-43ff-88a5-d9272ef8d2c1","html_url":"https://github.com/FundingCircle/hellgrid","commit_stats":{"total_commits":53,"total_committers":7,"mean_commits":7.571428571428571,"dds":0.5849056603773585,"last_synced_commit":"80b7e16a999cc5641684e6b68ce289e93793c82d"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FundingCircle%2Fhellgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FundingCircle%2Fhellgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FundingCircle%2Fhellgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FundingCircle%2Fhellgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FundingCircle","download_url":"https://codeload.github.com/FundingCircle/hellgrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223666004,"owners_count":17182420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dependency-analysis","dependency-graph","ruby","ruby-gem"],"created_at":"2024-11-08T10:23:55.054Z","updated_at":"2025-04-15T09:31:34.092Z","avatar_url":"https://github.com/FundingCircle.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hellgrid\n\nUtility which will output a table containing gem versions used across your projects.\n\n[![Build \u0026 Test](https://github.com/FundingCircle/hellgrid/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/FundingCircle/hellgrid/actions/workflows/build-and-test.yml)\n[![Gem Version](https://badge.fury.io/rb/hellgrid.svg)](https://badge.fury.io/rb/hellgrid)\n\n## Install\n\n```bash\ngem install hellgrid\n```\n\n## Usage\n\nLet say that you have a directory `/path/to/root/dir` somewhere in which the Ruby projects `foo` and `bar` could be found.\n\nExecuting:\n\n```bash\nhellgrid /path/to/root/dir\n```\n\nTo search recursively (should you have nested projects), use the `-r ` flag:\n\n```bash\nhellgrid -r /path/to/root/dir\n```\n\nShould result in:\n```bash\n             x             |  bar   |  foo\n---------------------------+--------+--------\n         diff-lcs          | 1.2.5  | 1.2.5\n           rspec           | 2.0.0  | 3.0.0\n        rspec-core         | 2.0.0  | 3.0.4\n    rspec-expectations     | 2.0.0  | 3.0.4\n        rspec-mocks        | 2.0.0  | 3.0.4\n           rake            | 10.0.0 | 11.1.0\n       rspec-support       |   x    | 3.0.4\n```\n\nTo have the gems as columns, use the `-t` flag:\n\n```bash\nhellgrid -t /path/to/root/dir\n```\n\nShould result in:\n\n```bash\n   x    | diff-lcs |  rake  | rspec | rspec-core | rspec-expectations | rspec-mocks | rspec-support\n--------+----------+--------+-------+------------+--------------------+-------------+---------------\n  bar   |  1.2.5   | 10.0.0 | 2.0.0 |   2.0.0    |       2.0.0        |    2.0.0    |       x\n  foo   |  1.2.5   | 11.1.0 | 3.0.0 |   3.0.4    |       3.0.4        |    3.0.4    |     3.0.4\n```\n\n## License\n\nCopyright © 2016 Funding Circle.\n\nDistributed under the BSD 3-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffundingcircle%2Fhellgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffundingcircle%2Fhellgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffundingcircle%2Fhellgrid/lists"}