{"id":15203159,"url":"https://github.com/benmuiruri/parity-gem","last_synced_at":"2026-02-25T11:34:31.136Z","repository":{"id":62251099,"uuid":"559123743","full_name":"Benmuiruri/parity-gem","owner":"Benmuiruri","description":"A simple gem to split an array of integers into two arrays of odd and even integers ","archived":false,"fork":false,"pushed_at":"2022-11-22T10:13:14.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-06-21T04:07:30.774Z","etag":null,"topics":["gem","rspec","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Benmuiruri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-29T06:01:39.000Z","updated_at":"2022-10-29T08:06:37.000Z","dependencies_parsed_at":"2023-01-22T15:45:52.400Z","dependency_job_id":null,"html_url":"https://github.com/Benmuiruri/parity-gem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Benmuiruri/parity-gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benmuiruri%2Fparity-gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benmuiruri%2Fparity-gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benmuiruri%2Fparity-gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benmuiruri%2Fparity-gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Benmuiruri","download_url":"https://codeload.github.com/Benmuiruri/parity-gem/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Benmuiruri%2Fparity-gem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261060152,"owners_count":23103985,"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":["gem","rspec","ruby"],"created_at":"2024-09-28T04:41:37.020Z","updated_at":"2025-10-16T01:54:03.306Z","avatar_url":"https://github.com/Benmuiruri.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parity-gem\n\n`interger_parity` is a simple gem to split an array of integers into two arrays of odd and even integers.\n\n## Installation\n\nTo install `interger_parity`, add this line to your application's `Gemfile`:\n\n```\ngem 'interger_parity'\n```\n\nThen install as follows:\n\n```\n$ bundle install\n```\n\nOr install it directly using `gem install`:\n\n```\n$ gem install interger_parity\n```\n\n## Usage\n\n`interger_parity` adds a `split_by_parity` method to the `Array` class, and can be used as follows:\n\n```\n$ irb\n\u003e\u003e require 'interger_parity'\n\u003e\u003e [1, 2, 3, 4, 5, 6].split_by_parity)\n=\u003e [2, 4, 6], [1, 3, 5]\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmuiruri%2Fparity-gem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmuiruri%2Fparity-gem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmuiruri%2Fparity-gem/lists"}