{"id":22400789,"url":"https://github.com/deepblue/guard-clockwork","last_synced_at":"2025-07-31T14:32:50.002Z","repository":{"id":7817734,"uuid":"9188596","full_name":"deepblue/guard-clockwork","owner":"deepblue","description":"guard gem for clockwork","archived":false,"fork":false,"pushed_at":"2013-04-03T07:20:40.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-20T13:23:19.597Z","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/deepblue.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":"2013-04-03T06:54:59.000Z","updated_at":"2013-10-02T10:46:12.000Z","dependencies_parsed_at":"2022-09-13T21:00:19.092Z","dependency_job_id":null,"html_url":"https://github.com/deepblue/guard-clockwork","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepblue%2Fguard-clockwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepblue%2Fguard-clockwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepblue%2Fguard-clockwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepblue%2Fguard-clockwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepblue","download_url":"https://codeload.github.com/deepblue/guard-clockwork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228258055,"owners_count":17892655,"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-05T08:14:27.840Z","updated_at":"2024-12-05T08:14:28.672Z","avatar_url":"https://github.com/deepblue.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guard::Clockwork\n\nGuard::Clockwork automatically starts/stops/restarts [Clockwork](https://github.com/tomykaira/clockwork)\n\ninspired by [Guard::Sidekiq](https://github.com/uken/guard-sidekiq)\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'guard-clockwork'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install guard-clockwork\n\nAdd guard definition to your Guardfile by running this command:\n\n    guard init clockwork\n\n## Usage\n\nPlease read [Guard usage doc](http://github.com/guard/guard#readme).\n\n## Guardfile\n\n    guard 'clockwork', clockfile: 'config/clock.rb'  do\n      watch(%r{^config/clock.rb$})\n      watch(%r{^app/workers/(.+)\\.rb})\n    end\n\n## Options\n\nYou can customize clockwork via the following options:\n\n* `clockfile`: YOUR_CLOCK.rb\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepblue%2Fguard-clockwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepblue%2Fguard-clockwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepblue%2Fguard-clockwork/lists"}