{"id":28836450,"url":"https://github.com/rubyatscale/packs-specification","last_synced_at":"2026-03-15T10:05:40.180Z","repository":{"id":114431043,"uuid":"546095205","full_name":"rubyatscale/packs-specification","owner":"rubyatscale","description":"The specification for `packs` in the `rubyatscale` ecosystem.","archived":false,"fork":false,"pushed_at":"2024-12-12T23:39:56.000Z","size":50,"stargazers_count":22,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-18T00:46:15.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rubyatscale.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-10-05T14:11:39.000Z","updated_at":"2025-04-06T03:08:22.000Z","dependencies_parsed_at":"2024-01-18T02:07:01.483Z","dependency_job_id":"1ca0d5da-2a42-4686-82d2-4f80752db33a","html_url":"https://github.com/rubyatscale/packs-specification","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"6370eab5aa6318f0e31cab73f59ec98dcbb7fd40"},"previous_names":["rubyatscale/packs-specification","rubyatscale/packs"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rubyatscale/packs-specification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fpacks-specification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fpacks-specification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fpacks-specification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fpacks-specification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyatscale","download_url":"https://codeload.github.com/rubyatscale/packs-specification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyatscale%2Fpacks-specification/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260739049,"owners_count":23055073,"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":[],"created_at":"2025-06-19T11:06:47.093Z","updated_at":"2026-03-15T10:05:40.172Z","avatar_url":"https://github.com/rubyatscale.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# packs-specification\nThis is a low-dependency gem that allows your production environment to query simple information about [`packs`](https://github.com/rubyatscale/packs).\n\n\n## Usage\n```ruby\n\nrequire 'packs-specification'\n\n# Getting all packs\n# Example use: adding pack paths to a list of fixture paths\n# Returns a T::Array[Packs::Pack]\nPacks.all\n\n# Getting the pack for a specific file\n# Example use: Associating a file with an owner via a pack owner\n# Returns a T.nilable(Packs::Pack)\nPacks.for_file('/path/to/file.rb')\nPacks.for_file(Pathname.new('/path/to/file.rb')) # also works\n\n# Getting a pack with a specific name\n# Example use: Special casing certain behavior for a specific pack\n# Example use: Development tools that operate on user inputted pack names\n# Returns a T.nilable(Packs::Pack)\nPacks.find('packs/my_pack')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyatscale%2Fpacks-specification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyatscale%2Fpacks-specification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyatscale%2Fpacks-specification/lists"}