{"id":20624042,"url":"https://github.com/bohaz/create-your-own-enumerable","last_synced_at":"2025-08-20T02:05:23.820Z","repository":{"id":191940445,"uuid":"685723352","full_name":"bohaz/Create-your-own-Enumerable","owner":"bohaz","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-06T21:14:13.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-21T03:30:07.646Z","etag":null,"topics":["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/bohaz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-31T21:32:52.000Z","updated_at":"2023-09-27T17:37:47.000Z","dependencies_parsed_at":"2024-11-16T12:40:00.665Z","dependency_job_id":null,"html_url":"https://github.com/bohaz/Create-your-own-Enumerable","commit_stats":null,"previous_names":["bohaz/create-your-own-enumerable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bohaz/Create-your-own-Enumerable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2FCreate-your-own-Enumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2FCreate-your-own-Enumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2FCreate-your-own-Enumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2FCreate-your-own-Enumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bohaz","download_url":"https://codeload.github.com/bohaz/Create-your-own-Enumerable/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bohaz%2FCreate-your-own-Enumerable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252993,"owners_count":24726918,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2024-11-16T12:29:28.385Z","updated_at":"2025-08-20T02:05:23.787Z","avatar_url":"https://github.com/bohaz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n# 📖 Own_Enumerable \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThis Ruby project implements a custom list class (MyList) and an accompanying enumerable module (MyEnumerable). The MyList class allows for basic list operations, while MyEnumerable provides methods for querying the list, namely #all?, #any?, and #filter. These methods emulate the behavior of their counterparts in Ruby's built-in Enumerable module. Users can perform operations like checking if all or any elements meet certain conditions or filtering the list based on custom logic.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003eRuby\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- **Modularity**\n- **Ruby syntax**\n- **Custom List Implementation**\n- **Functional Querying**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n\n- This demo link is comming soon...\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:bohaz/Decode_Morse_code.git\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n\n👤 **Ricardo Martínez**\n\n- GitHub: [@bohaz](https://github.com/bohaz)\n- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)\n- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)\n\n👤 **Muhammad Aminu Salihu**\n\n- GitHub: [@mohashyne](https://github.com/mohashyne)\n- Twitter: [@muhammadslyhu](https://twitter.com/muhammadsalyhu)\n- LinkedIn: [muhammad-salihu](https://linkedin.com/in/msalyhu)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n\n- [ ] **User UI**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/bohaz/Create-your-own-Enumerable/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project let me know with a STAR!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nWe would like to thaks Microverse for giving me the oportunity to build and contribute in projects like this.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/bohaz/Create-your-own-Enumerable/blob/dev/MIT.md) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohaz%2Fcreate-your-own-enumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbohaz%2Fcreate-your-own-enumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbohaz%2Fcreate-your-own-enumerable/lists"}