{"id":28865727,"url":"https://github.com/increments/increments-schedule","last_synced_at":"2025-10-07T23:04:14.868Z","repository":{"id":30174071,"uuid":"33724457","full_name":"increments/increments-schedule","owner":"increments","description":"Everything about Increments' schedule","archived":false,"fork":false,"pushed_at":"2021-10-01T01:47:46.000Z","size":70,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-26T01:54:25.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/increments.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":"2015-04-10T11:09:59.000Z","updated_at":"2021-05-17T03:55:48.000Z","dependencies_parsed_at":"2022-08-28T14:02:11.219Z","dependency_job_id":null,"html_url":"https://github.com/increments/increments-schedule","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/increments/increments-schedule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/increments%2Fincrements-schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/increments%2Fincrements-schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/increments%2Fincrements-schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/increments%2Fincrements-schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/increments","download_url":"https://codeload.github.com/increments/increments-schedule/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/increments%2Fincrements-schedule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278847709,"owners_count":26056359,"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-07T02:00:06.786Z","response_time":59,"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-06-20T10:14:30.870Z","updated_at":"2025-10-07T23:04:14.845Z","avatar_url":"https://github.com/increments.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](http://img.shields.io/gem/v/increments-schedule.svg?style=flat)](http://badge.fury.io/rb/increments-schedule)\n[![Build Status](https://travis-ci.org/increments/increments-schedule.svg?branch=master\u0026style=flat)](https://travis-ci.org/increments/increments-schedule)\n\n# Increments::Schedule\n\n**Increments::Schedule** is a convenient library for checking Increments' company schedule.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'increments-schedule'\n```\n\nAnd then execute:\n\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install increments-schedule\n```\n\n## APIs\n\n### Predicate Methods\n\n* `Increments::Schedule.foundation_anniversary?(date = Date.today)`\n* `Increments::Schedule.holiday?(date = Date.today)`\n* `Increments::Schedule.pay_day?(date = Date.today)`\n* `Increments::Schedule.remote_work_day?(date = Date.today)`\n* `Increments::Schedule.rest_day?(date = Date.today)`\n* `Increments::Schedule.super_hanakin?(date = Date.today)`\n* `Increments::Schedule.weekend?(date = Date.today)`\n* `Increments::Schedule.winter_vacation_day?(date = Date.today)`\n* `Increments::Schedule.work_day?(date = Date.today)`\n\n### Enumeration Methods\n\n* `Increments::Schedule.each_foundation_anniversary(max_date = Date.today + 365)`\n* `Increments::Schedule.each_holiday(max_date = Date.today + 365)`\n* `Increments::Schedule.each_pay_day(max_date = Date.today + 365)`\n* `Increments::Schedule.each_remote_work_day(max_date = Date.today + 365)`\n* `Increments::Schedule.each_rest_day(max_date = Date.today + 365)`\n* `Increments::Schedule.each_super_hanakin(max_date = Date.today + 365)`\n* `Increments::Schedule.each_weekend(max_date = Date.today + 365)`\n* `Increments::Schedule.each_winter_vacation_day(max_date = Date.today + 365)`\n* `Increments::Schedule.each_work_day(max_date = Date.today + 365)`\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/increments-schedule/fork )\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 a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincrements%2Fincrements-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincrements%2Fincrements-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincrements%2Fincrements-schedule/lists"}