{"id":40773045,"url":"https://github.com/performant-software/fuzzy-dates","last_synced_at":"2026-01-21T18:56:18.896Z","repository":{"id":234223683,"uuid":"688102753","full_name":"performant-software/fuzzy-dates","owner":"performant-software","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-08T17:09:02.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-08T19:07:19.022Z","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/performant-software.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-06T16:51:09.000Z","updated_at":"2025-09-08T17:08:07.000Z","dependencies_parsed_at":"2024-04-18T15:15:34.946Z","dependency_job_id":"f407d977-fa29-49d6-8060-9be0abff5dbd","html_url":"https://github.com/performant-software/fuzzy-dates","commit_stats":null,"previous_names":["performant-software/fuzzy-dates"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/performant-software/fuzzy-dates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Ffuzzy-dates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Ffuzzy-dates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Ffuzzy-dates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Ffuzzy-dates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/performant-software","download_url":"https://codeload.github.com/performant-software/fuzzy-dates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/performant-software%2Ffuzzy-dates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28639900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-21T18:56:18.100Z","updated_at":"2026-01-21T18:56:18.887Z","avatar_url":"https://github.com/performant-software.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FuzzyDates\nFuzzy Dates is designed to store date values within a specified amount of accuracy. Each date is stored as a range and a descriptor, so that programmatic operations can still be performed, while providing a user-friendly label.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"fuzzy_dates\"\n```\n\nAnd then execute:\n```bash\n$ bundle install\n```\n\nOr install it yourself as:\n```bash\n$ gem install fuzzy_dates\n```\n\n## Usage\n\n```ruby\nclass MyModel \u003c ApplicationRecord\n  include FuzzyDates::FuzzyDateable\n  \n  has_fuzzy_dates :start_date, :end_date\nend\n```\n\n```ruby\nclass MyModelsSerializer \u003c BaseSerializer\n  index_attributes :id, :name, start_date: FuzzyDates::FuzzyDateSerializer, end_date: FuzzyDates::FuzzyDateSerializer\n  show_attributes :id, :name, start_date: FuzzyDates::FuzzyDateSerializer, end_date: FuzzyDates::FuzzyDateSerializer\nend\n```\n\n## License\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%2Fperformant-software%2Ffuzzy-dates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperformant-software%2Ffuzzy-dates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperformant-software%2Ffuzzy-dates/lists"}