{"id":24543792,"url":"https://github.com/inquicker/recurring","last_synced_at":"2025-10-12T04:32:54.370Z","repository":{"id":94209155,"uuid":"48398991","full_name":"InQuicker/recurring","owner":"InQuicker","description":"Recurring::Schedule","archived":false,"fork":false,"pushed_at":"2015-12-21T23:22:44.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-16T08:09:12.425Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InQuicker.png","metadata":{"files":{"readme":"README.txt","changelog":"History.txt","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":"2015-12-21T23:09:58.000Z","updated_at":"2015-12-21T23:30:31.000Z","dependencies_parsed_at":"2023-03-15T22:30:28.161Z","dependency_job_id":null,"html_url":"https://github.com/InQuicker/recurring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InQuicker/recurring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InQuicker%2Frecurring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InQuicker%2Frecurring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InQuicker%2Frecurring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InQuicker%2Frecurring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InQuicker","download_url":"https://codeload.github.com/InQuicker/recurring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InQuicker%2Frecurring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010259,"owners_count":26084719,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-22T20:15:09.760Z","updated_at":"2025-10-12T04:32:54.341Z","avatar_url":"https://github.com/InQuicker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Recurring::Schedule\n    by Chris Anderson\n    http://recurring.rubyforge.org\n\n== DESCRIPTION:\n  \nRecurring allows you to define Schedules, which can tell you whether or not a given Time falls in the Schedule, as well as being able to return a list of times which match the Schedule within a given range.\n\nSchedules can be like:\n* Every Tuesday at 5pm\n* The 1st and 15th of every other month\n* Every 2 hours\n* The first Friday of every month at 11:15am and 4:45:15pm\n  \n= See more examples at Recurring::Schedule documentation\n  \n  # This Schedule will match every Tuesday at 5pm\n    @rs = Recurring::Schedule.new :unit =\u003e 'weeks', :weekdays =\u003e 'tuesday', :times =\u003e '5pm'\n    @rs.include?(Time.utc(2006,12,12,17)) #=\u003e true\n    @rs.include?(Time.utc(2006,12,13,17)) #=\u003e false\n  \n= Features\n  * Fast searching of long ranges for matching times.\n  * Ability to define Schedules in a few flexible ways.\n  * Extensive RSpec specifications (run \"rake spec\" to see them)\n  * Extensive RSpec specifications (run \"rake spec\" to see them)\n\n= Problems / Todo\n  * Untested timezone support\n  * Plans to offer complex Schedule and Masks\n\n== REQUIREMENTS:\n\n* RSpec \u003e= 0.7.4 to run the specs.\n\n== INSTALL:\n\n* just run \u003ctt\u003egem install recurring\u003c/tt\u003e\n\n== LICENSE:\n\n(The MIT License)\n\nCopyright (c) 2006 Chris Anderson\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finquicker%2Frecurring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finquicker%2Frecurring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finquicker%2Frecurring/lists"}