{"id":30127660,"url":"https://github.com/moeki0/depec","last_synced_at":"2026-04-24T20:06:32.543Z","repository":{"id":65775614,"uuid":"440526364","full_name":"moeki0/depec","owner":"moeki0","description":"Depec is a Ruby tool to analyze project directory's dependency spec.","archived":false,"fork":false,"pushed_at":"2021-12-22T08:32:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T03:50:23.024Z","etag":null,"topics":["dependency","gem","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moeki0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-21T13:28:42.000Z","updated_at":"2023-02-01T08:11:44.000Z","dependencies_parsed_at":"2023-02-09T09:40:12.375Z","dependency_job_id":null,"html_url":"https://github.com/moeki0/depec","commit_stats":null,"previous_names":["kawakamimoeki/depec","moekidev/depec","kawakamidev/depec","moekiorg/depec","moeki0/depec"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/moeki0/depec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fdepec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fdepec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fdepec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fdepec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moeki0","download_url":"https://codeload.github.com/moeki0/depec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moeki0%2Fdepec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","gem","ruby","rubygems"],"created_at":"2025-08-10T17:08:57.480Z","updated_at":"2026-04-24T20:06:32.523Z","avatar_url":"https://github.com/moeki0.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Depec\n\nAnalyze project directory's dependency spec.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"depec\", github: \"cc-kawakami/depec\", tag: \"v0.1.0\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr:\n\n    $ gem install specific_install\n    $ gem specific_install https://github.com/cc-kawakami/depec.git v0.1.0\n\n## Usage\n\nInitialize configuration:\n\n```bash\nbundle exec depec init\n? Do you want to know whether Ruby is used?:  Yes\n? Do you want to know Ruby version?:  Yes\n? Do you want to know Bundler version?:  Yes\n? Gem name that do you want to know version:  rails, jekyll\n? Do you want to know whether Node.js is used?:  Yes\n? Do you want to know Node.js version?:  Yes\n? Npm package name that do you want to know version:  vue, react\n? Do you want to know whether CircleCI is used?:  Yes\n? Do you want to know CircleCI images?:  Yes\n? Do you want to know whether GitHub Actions is used?:  Yes\n```\n\nAnalyze specified directory:\n\n```bash\nbundle exec depec analyze DIR --config=.depecrc.yml\n{\n  \"name\": DIR_NAME,\n  \"ruby\": true,\n  \"ruby_version\": \"2.6.9\",\n  \"bundler_version\": \"2.2.32\",\n  \"rails_gem\": null,\n  \"jekyll_gem\": null,\n  \"node\": true,\n  \"node_version\": \"14.15.1\",\n  \"vue_npm\": \"3.0.7\",\n  \"react_npm\": null,\n  \"circle_ci\": true,\n  \"circle_ci_images\": [\n    \"cimg/ruby:2.6.9-node\",\n    \"cimg/postgres:12.9\"\n  ],\n  \"github_actions\": false\n}\n```\n\nIf you want to output to JSON file,\n\n```bash\nbundle exec depec analyze DIR --config=.depecrc.yml --output=out.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeki0%2Fdepec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoeki0%2Fdepec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoeki0%2Fdepec/lists"}