{"id":18658356,"url":"https://github.com/shime/i_did_mean","last_synced_at":"2025-07-12T12:41:04.155Z","repository":{"id":56877277,"uuid":"230599264","full_name":"shime/i_did_mean","owner":"shime","description":"Did you mean? I did mean! Autofix your typos!","archived":false,"fork":false,"pushed_at":"2020-02-07T15:54:20.000Z","size":28,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-14T02:19:21.112Z","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/shime.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":"2019-12-28T11:13:28.000Z","updated_at":"2020-12-05T19:14:04.000Z","dependencies_parsed_at":"2022-08-20T22:00:34.758Z","dependency_job_id":null,"html_url":"https://github.com/shime/i_did_mean","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shime/i_did_mean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fi_did_mean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fi_did_mean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fi_did_mean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fi_did_mean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/i_did_mean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fi_did_mean/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262352144,"owners_count":23297642,"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","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-11-07T07:32:39.402Z","updated_at":"2025-06-27T23:38:26.674Z","avatar_url":"https://github.com/shime.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i_did_mean [![Build Status](https://travis-ci.org/shime/i_did_mean.svg?branch=master)](https://travis-ci.org/shime/i_did_mean)\n\n[Did you mean](https://github.com/ruby/did_you_mean)? I did mean!\n\nAutocorrects spelling mistakes reported by DidYouMean. Only attempts to autocorrect when there is a single suggestion from DidYouMean.\n\n## Example\n\nThis code:\n\n```ruby\nrequire \"i_did_mean\"\n\ndef bar\n  \"foo\"\nend\n\nba\n```\n\nWill get autocorrected to:\n\n```ruby\nrequire \"i_did_mean\"\n\ndef bar\n  \"foo\"\nend\n\nbar\n```\n\nThis code:\n\n```ruby\nrequire \"i_did_mean\"\n\nfirst_name = nil\nflrst_name\n```\n\nWill get autocorrected to:\n\n```ruby\nrequire \"i_did_mean\"\n\nfirst_name = nil\nfirst_name\n```\n\nThis code:\n\n```ruby\nrequire \"i_did_mean\"\n\nhash = { \"foo\" =\u003e 1, bar: 2 }\nhash.fetch(:bax)\n```\n\nWill get autocorrected to:\n\n```ruby\nrequire \"i_did_mean\"\n\nhash = { \"foo\" =\u003e 1, bar: 2 }\nhash.fetch(:bar)\n```\n\nFor more examples, check out the [test directory](https://github.com/shime/i_did_mean/tree/master/test).\n\n## License\n\nCopyright (c) 2019 Hrvoje Simic. See LICENSE for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fi_did_mean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Fi_did_mean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fi_did_mean/lists"}