{"id":31799978,"url":"https://github.com/janlelis/unicode-age","last_synced_at":"2025-10-10T22:57:29.739Z","repository":{"id":59158565,"uuid":"54920373","full_name":"janlelis/unicode-age","owner":"janlelis","description":"Determine Unicode version required to display a string","archived":false,"fork":false,"pushed_at":"2023-12-27T10:47:10.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T00:36:03.389Z","etag":null,"topics":["ruby","unicode","unicode-data","version"],"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/janlelis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-03-28T20:10:04.000Z","updated_at":"2021-12-28T19:32:06.000Z","dependencies_parsed_at":"2023-12-27T11:43:32.127Z","dependency_job_id":"6f5fcdd2-d046-4e30-9fea-783cb8ece63b","html_url":"https://github.com/janlelis/unicode-age","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.375,"last_synced_commit":"3b2cff10ad68e89972a39ccdbdcf22b7b8f38c1d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/janlelis/unicode-age","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-age","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-age/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-age/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-age/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janlelis","download_url":"https://codeload.github.com/janlelis/unicode-age/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlelis%2Funicode-age/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005447,"owners_count":26083902,"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-10T02:00:06.843Z","response_time":62,"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":["ruby","unicode","unicode-data","version"],"created_at":"2025-10-10T22:57:28.716Z","updated_at":"2025-10-10T22:57:29.727Z","avatar_url":"https://github.com/janlelis.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unicode::Age [![[version]](https://badge.fury.io/rb/unicode-age.svg)](https://badge.fury.io/rb/unicode-age)  [![[ci]](https://github.com/janlelis/unicode-age/workflows/Test/badge.svg)](https://github.com/janlelis/unicode-age/actions?query=workflow%3ATest)\n\nA micromodule to detect which Unicode version is required to display a string.\n\n```ruby\nUnicode::Age.of \"A\" # =\u003e 1.1\nUnicode::Age.of \"ℜսᖯʏ\" # =\u003e 3.0\nUnicode::Age.of \"ℜ𝘂ᖯʏ\" # =\u003e 3.1\nUnicode::Age.of \"🚡\" # =\u003e 6.0\nUnicode::Age.of \"🛲\" # =\u003e 7.0\nUnicode::Age.of \"🌮 \" # =\u003e 8.0\nUnicode::Age.of \"🛒\" # =\u003e 9.0\nUnicode::Age.of \"🛷\"  # =\u003e 10.0\nUnicode::Age.of \"\\u{10FFFF}\" # =\u003e nil\nUnicode::Age.of \"\\u{10FFFD}\" # =\u003e 2.0\n```\n\nCharacters of status \"Unassigned\" (Unicode General Category of **Cn**) will raise a `Unicode::Age::UnknownAge` exception.\n\n## Supported Ruby/Unicode versions\n\nSee the [Unicode — Ruby version table at Idiosyncratic Ruby](https://idiosyncratic-ruby.com/73-unicode-version-mapping.html)\n\n## MIT License\n\nCopyright (C) 2016-2022 Jan Lelis \u003chttps://janlelis.com\u003e. Released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Funicode-age","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanlelis%2Funicode-age","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlelis%2Funicode-age/lists"}