{"id":15405175,"url":"https://github.com/fnando/unambiguous_string","last_synced_at":"2025-07-14T10:33:09.972Z","repository":{"id":59158541,"uuid":"241434728","full_name":"fnando/unambiguous_string","owner":"fnando","description":"Generate random unambiguous strings (no `ilo06b2z` chars).","archived":false,"fork":false,"pushed_at":"2020-09-24T06:09:38.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T14:48:05.966Z","etag":null,"topics":["random","random-string","ruby","string","unambigous-string"],"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/fnando.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["fnando"],"custom":["https://www.paypal.me/nandovieira/🍕"]}},"created_at":"2020-02-18T18:19:53.000Z","updated_at":"2020-09-24T06:09:40.000Z","dependencies_parsed_at":"2022-09-13T20:11:18.827Z","dependency_job_id":null,"html_url":"https://github.com/fnando/unambiguous_string","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fnando/unambiguous_string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Funambiguous_string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Funambiguous_string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Funambiguous_string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Funambiguous_string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/unambiguous_string/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Funambiguous_string/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265280614,"owners_count":23739851,"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":["random","random-string","ruby","string","unambigous-string"],"created_at":"2024-10-01T16:15:19.590Z","updated_at":"2025-07-14T10:33:09.938Z","avatar_url":"https://github.com/fnando.png","language":"Ruby","funding_links":["https://github.com/sponsors/fnando","https://www.paypal.me/nandovieira/🍕"],"categories":[],"sub_categories":[],"readme":"# UnambiguousString\n\nGenerate random unambiguous strings (no `ilo06b2z` chars).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"unambiguous_string\"\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install unambiguous_string\n\n## Usage\n\n```ruby\nrequire \"unambiguous_string\"\n\n# Default size is 10\nUnambiguousString.call\n#=\u003e ptwkyvshue\n\n# Using custom size\nUnambiguousString.call(size: 6)\n#=\u003e 5m75wt\n\n# Break string in buckets\nUnambiguousString.call(groups: 2)\n#=\u003e cahvg-mwuh7\n\n# Use a custom joiner string\nUnambiguousString.call(groups: 2, joiner: \".\")\n#=\u003e ymesr.ukpd3\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/fnando/unambiguous_string. 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/fnando/unambiguous_string/blob/master/CODE_OF_CONDUCT.md).\n\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 UnambiguousString project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/fnando/unambiguous_string/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Funambiguous_string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Funambiguous_string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Funambiguous_string/lists"}