{"id":15591157,"url":"https://github.com/coderberry/date_extensions","last_synced_at":"2026-06-19T03:31:12.930Z","repository":{"id":711540,"uuid":"358306","full_name":"coderberry/date_extensions","owner":"coderberry","description":"Simple date extensions to get next business day","archived":false,"fork":false,"pushed_at":"2009-11-02T18:05:24.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T04:14:21.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.solidcoresolutions.com","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/coderberry.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-02T17:59:33.000Z","updated_at":"2013-10-11T12:58:35.000Z","dependencies_parsed_at":"2022-07-07T14:29:46.211Z","dependency_job_id":null,"html_url":"https://github.com/coderberry/date_extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderberry/date_extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fdate_extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fdate_extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fdate_extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fdate_extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderberry","download_url":"https://codeload.github.com/coderberry/date_extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Fdate_extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34516549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":"2024-10-02T23:40:27.621Z","updated_at":"2026-06-19T03:31:12.909Z","avatar_url":"https://github.com/coderberry.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Date Extensions\n===============\n\nSimple plugin to extend the Date class in order to get the next business day from a date.\n\n\nExample\n=======\n\nUse an existing business day:\n\n  \u003e\u003e d = Date.civil(2009,11,2)\n  =\u003e Mon, 02 Nov 2009\n  \u003e\u003e d.to_next_business_day\n  =\u003e Mon, 02 Nov 2009\n\nUse a holiday:\n\n  \u003e\u003e d = Date.civil(2009,12,25)\n  =\u003e Fri, 25 Dec 2009\n  \u003e\u003e d.to_next_business_day\n  =\u003e Mon, 28 Dec 2009\n\nUse a weekend:\n\n  \u003e\u003e d = Date.civil(2009,11,7)\n  =\u003e Sat, 07 Nov 2009\n  \u003e\u003e d.to_next_business_day\n  =\u003e Mon, 09 Nov 2009\n\n  \n\nCopyright (c) 2009 Eric Berry, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fdate_extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderberry%2Fdate_extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Fdate_extensions/lists"}