{"id":15431619,"url":"https://github.com/bluerail/capistrano-dirty","last_synced_at":"2026-05-08T08:04:58.771Z","repository":{"id":62554983,"uuid":"122030871","full_name":"bluerail/capistrano-dirty","owner":"bluerail","description":"Check for dirty strings in the codebase","archived":false,"fork":false,"pushed_at":"2018-02-19T12:05:33.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-28T15:44:07.752Z","etag":null,"topics":["capistrano","ci","deployment","ruby","ruby-on-rails"],"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/bluerail.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}},"created_at":"2018-02-19T07:28:56.000Z","updated_at":"2018-02-19T11:05:52.000Z","dependencies_parsed_at":"2022-11-03T05:15:42.504Z","dependency_job_id":null,"html_url":"https://github.com/bluerail/capistrano-dirty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bluerail/capistrano-dirty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluerail%2Fcapistrano-dirty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluerail%2Fcapistrano-dirty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluerail%2Fcapistrano-dirty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluerail%2Fcapistrano-dirty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluerail","download_url":"https://codeload.github.com/bluerail/capistrano-dirty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluerail%2Fcapistrano-dirty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32772048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["capistrano","ci","deployment","ruby","ruby-on-rails"],"created_at":"2024-10-01T18:23:32.057Z","updated_at":"2026-05-08T08:04:58.753Z","avatar_url":"https://github.com/bluerail.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Dirty\n\nA little capistrano task for checking if a codebase is dirty, against a couple of patterns (e.g. FIXMEs, git conflict markers...).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-dirty'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano-dirty\n\n\nTo expose the Capistrano task, add the following to your Capfile:\n\n```ruby\nrequire 'capistrano_dirty'\nload 'capistrano_dirty/tasks.rake'\n```\n\nFinally, to fail deploys when something is found, you can do something like this in your Capfile:\n\n```ruby\nbefore 'deploy:check', 'capistrano_dirty:check'\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/bluerail/capistrano-dirty\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%2Fbluerail%2Fcapistrano-dirty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluerail%2Fcapistrano-dirty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluerail%2Fcapistrano-dirty/lists"}