{"id":22394129,"url":"https://github.com/flant/dependency_list","last_synced_at":"2025-03-26T22:41:17.646Z","repository":{"id":240451104,"uuid":"801108721","full_name":"flant/dependency_list","owner":"flant","description":"List dependencies with desired fields, such as name, version, source code URI, license file, etc.","archived":false,"fork":false,"pushed_at":"2024-09-02T12:08:54.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-23T01:02:43.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/flant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-05-15T15:54:36.000Z","updated_at":"2024-09-02T12:08:53.000Z","dependencies_parsed_at":"2024-05-19T00:35:48.620Z","dependency_job_id":"21345961-1df6-4453-b907-6f0dff754b75","html_url":"https://github.com/flant/dependency_list","commit_stats":null,"previous_names":["flant/dependency_list"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flant%2Fdependency_list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flant%2Fdependency_list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flant%2Fdependency_list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flant%2Fdependency_list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flant","download_url":"https://codeload.github.com/flant/dependency_list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245749796,"owners_count":20666084,"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":"2024-12-05T05:09:07.491Z","updated_at":"2025-03-26T22:41:17.621Z","avatar_url":"https://github.com/flant.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dependency List\n\nList project's dependencies in desired format.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'dependency_list'\n```\n\nAnd then execute:\n\n```shell\nbundle install\n```\n\nOr install it yourself as:\n\n```shell\ngem install dependency_list\n```\n\n## Usage\n\n```shell\nbundle exec dependency_list\n```\n\n### Options\n\n*   `--fields`: you can specify only required fields, they will be printed separated by `Tab`\n    (this is useful for pasting into Google Spreadsheets).\n    Without this option all fields will be printed in human-readable format.\n\n*   `--renew-cache`: remove cache, execute all requests again, saves the new cache.\n\n### Config file\n\nIt is expected in working directory with `.dependency_list.yml` name.\n\nExample:\n\n```yaml\n## You can exclude internal or other gems here from processing and output\nexclude:\n  - some_internal_gem\n  - another_non_improtant_gem\n\n## You can redefine some gems versions by commits, for example when there is a new release,\n## but without tag. The commit hash will be used in URIs for the gem with this version.\n## Format: `version_string: commit`\nversion_commits:\n  aasm:\n    ## https://github.com/aasm/aasm/commit/011118b639b264e044cdb9171d5bdece7bbaee28#commitcomment-141713787\n    '5.5.0': 011118b\n\n## You can redefine the whole source code URIs by any string,\n## for example when a gem has outdated links in `gemspec`, not too accurate, or something else.\n## Templating with `%{version}` (via Ruby's `format`) is supported (but not required).\nsource_code_uris:\n  ## https://github.com/getsentry/sentry-ruby/pull/2311\n  sentry-rails: 'https://github.com/getsentry/sentry-ruby/tree/%{version}/sentry-rails'\n```\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies.\n\nThen, run `bundle exec rspec` to run the tests.\n\nTo install this gem onto your local machine, run `bundle exec rake install`.\nTo release a new version, update the version number in `version.rb`,\nand then run `bundle exec rake release`, which will create a git tag for the version,\npush git commits and tags, and push the `.gem` file to rubygems.org.\n\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub](https://github.com/flant/dependency_list).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflant%2Fdependency_list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflant%2Fdependency_list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflant%2Fdependency_list/lists"}