{"id":17530373,"url":"https://github.com/wuletawwonte/numerify","last_synced_at":"2025-10-10T22:32:35.161Z","repository":{"id":197383942,"uuid":"698533799","full_name":"wuletawwonte/numerify","owner":"wuletawwonte","description":"A Ruby gem designed to effortlessly convert numbers between Arabic and various world languages, including Geez, Roman, and Chinese.","archived":false,"fork":false,"pushed_at":"2023-10-26T18:18:09.000Z","size":55,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T01:09:54.161Z","etag":null,"topics":["arabic","geez","numeral-systems","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/numerify","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/wuletawwonte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-30T07:40:19.000Z","updated_at":"2024-03-04T09:42:44.000Z","dependencies_parsed_at":"2025-04-23T19:04:15.357Z","dependency_job_id":"0544c175-5293-4eac-a5dd-3509e193cdf0","html_url":"https://github.com/wuletawwonte/numerify","commit_stats":null,"previous_names":["wuletawwonte/numerify"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wuletawwonte/numerify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fnumerify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fnumerify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fnumerify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fnumerify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuletawwonte","download_url":"https://codeload.github.com/wuletawwonte/numerify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuletawwonte%2Fnumerify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187016,"owners_count":23889896,"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":["arabic","geez","numeral-systems","ruby"],"created_at":"2024-10-20T16:44:34.522Z","updated_at":"2025-10-10T22:32:35.083Z","avatar_url":"https://github.com/wuletawwonte.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Numerify\n\n\u003e A Ruby gem designed to effortlessly convert numbers between Arabic and various world languages, including Geez, Roman, and Chineese.\n\n## Installation\n\n```bash\n$ gem install numerify\n```\n\n## Usage\n\nThese gem provides two approaches for converting numerals. The first is using Numerify.convert method as shown below. \n\n```bash\n\u003e require 'numerify'\n=\u003e true\n\u003e Numerify.convert 123\n=\u003e \"፻፳፫\"\n\u003e Numerify.convert(324, :roman)\n=\u003e \"CCCXXIV\"\n```\n\nThe second method utilizes monkey patching, to extend the `String` and `Integer` class of Ruby. With this approach, you can directly call the `convert` method on a string or an integer object. \n\n```bash\n\u003e require 'numerify'\n=\u003e true\n\u003e \"123\".convert\n=\u003e \"፻፳፫\"\n\u003e 325.convert(:roman)\n=\u003e \"CCCXXIV\"\n```\nThe list of numerals supported by this gem\n\n        geez: Geez,\n        roman: Roman,\n        chinese: Chinese,\n        thai: Thai,\n        bengali: Bengali,\n        devanagari: Devanagari,\n        gujarati: Gujarati,\n        gurmukhi: Gurmukhi,\n        kannada: Kannada,\n        khmer: Khmer,\n        lao: Lao,\n        malayalam: Malayalam,\n        myanmar: Myanmar \n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/wuletawwonte/numerify. \n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Numerify project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/wuletawwonte/numerify/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fnumerify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuletawwonte%2Fnumerify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuletawwonte%2Fnumerify/lists"}