{"id":15175169,"url":"https://github.com/kapildevpal/hindi_numerals","last_synced_at":"2026-01-03T14:08:48.107Z","repository":{"id":240693177,"uuid":"803369189","full_name":"KapilDevPal/hindi_numerals","owner":"KapilDevPal","description":"HindiNumerals gem aims to facilitate the conversion of Arabic numbers to their Hindi equivalents, allowing developers to seamlessly work with Hindi numerals in their Ruby applications.","archived":false,"fork":false,"pushed_at":"2024-05-20T16:45:45.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T03:17:26.208Z","etag":null,"topics":["ruby-gem","ruby-lib","ruby-on-rails","rubyprogramming"],"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/KapilDevPal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-05-20T15:35:34.000Z","updated_at":"2024-05-20T16:45:48.000Z","dependencies_parsed_at":"2024-05-20T16:49:26.966Z","dependency_job_id":"f5470233-ce27-4211-957a-3417e3886ffe","html_url":"https://github.com/KapilDevPal/hindi_numerals","commit_stats":null,"previous_names":["kapildevpal/hindi_numerals"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KapilDevPal%2Fhindi_numerals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KapilDevPal%2Fhindi_numerals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KapilDevPal%2Fhindi_numerals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KapilDevPal%2Fhindi_numerals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KapilDevPal","download_url":"https://codeload.github.com/KapilDevPal/hindi_numerals/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243894197,"owners_count":20364982,"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":["ruby-gem","ruby-lib","ruby-on-rails","rubyprogramming"],"created_at":"2024-09-27T12:04:26.853Z","updated_at":"2025-10-08T18:13:52.380Z","avatar_url":"https://github.com/KapilDevPal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HindiNumerals\n\nHindiNumerals is a Ruby gem that provides functionality to convert standard numbers to Hindi numerals.\n# Description\n\nHindi numerals, also known as Indian numerals, are the symbols used to represent numbers in the Hindi language. These numerals are commonly used in the Indian subcontinent and are distinct from the Arabic numerals used in Western countries. HindiNumerals gem aims to facilitate the conversion of Arabic numbers to their Hindi equivalents, allowing developers to seamlessly work with Hindi numerals in their Ruby applications.\n\n\n\n\n**## Features**\nConvert Arabic numbers to Hindi numerals.\nSupport for both integers and floating-point numbers.\nLightweight and easy to use.\nCompatible with Ruby versions 2.5 and above.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add hindi_numerals\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install hindi_numerals\n\n## Usage\n\nTo convert numbers to Hindi numerals, simply call the convert method provided by the HindiNumerals module:\n\nrequire 'hindi_numerals'\n\n```ruby\nHindiNumerals.convert(123)        # =\u003e \"१२३\"\nHindiNumerals.convert(4567)       # =\u003e \"४५६७\"\nHindiNumerals.convert(9876543210) # =\u003e \"९८७६५४३२१०\"\n```\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n \n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kapildevpal/hindi_numerals. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/kapildevpal/hindi_numerals/blob/master/CODE_OF_CONDUCT.md).\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 HindiNumerals project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/hindi_numerals/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapildevpal%2Fhindi_numerals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapildevpal%2Fhindi_numerals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapildevpal%2Fhindi_numerals/lists"}