{"id":16076032,"url":"https://github.com/zewdu444/enumerable","last_synced_at":"2025-04-05T10:42:43.218Z","repository":{"id":162352627,"uuid":"624078514","full_name":"zewdu444/enumerable","owner":"zewdu444","description":"used to demonstrate using modules inside of classes and how to implement Enumerable in Ruby.","archived":false,"fork":false,"pushed_at":"2023-04-06T10:01:18.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-10T21:37:34.447Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zewdu444.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-05T17:43:32.000Z","updated_at":"2023-07-04T12:49:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"78a6a189-6e42-4cff-a6e1-6dd7d4a443d9","html_url":"https://github.com/zewdu444/enumerable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fenumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fenumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fenumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fenumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zewdu444","download_url":"https://codeload.github.com/zewdu444/enumerable/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325645,"owners_count":20920713,"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"],"created_at":"2024-10-09T09:24:04.617Z","updated_at":"2025-04-05T10:42:43.199Z","avatar_url":"https://github.com/zewdu444.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 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- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Enumerable \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e Used to demonstrate using modules inside of classes and how to implement Enumerable methods.\n\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- \u003ca href=\"https://www.ruby-lang.org/es/\"\u003eRuby\u003c/a\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Check any lists are met the requirements using all methods.\n- Check if any of the elements in the list are met the requirements.\n- Filter based on the requirements using the filter method.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need installed Ruby on your local machine.\n\n### Setup\n\nClone this repository to your local machine:\n\n```sh\n  git clone https://github.com/zewdu444/enumerable.git\n  cd enumerable\n\n```\n\n### Usage\n\nTo run the project, execute the following command in terminal:\n\n```\n    ruby main.rb\n```\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **zewdu erkyhun**\n\n- GitHub: [zewdu444](https://github.com/zewdu444)\n- Twitter: [@zewdu444](https://twitter.com/zewdu444)\n- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)\n\n👤 **Anthony Martin**\n\n- GitHub: [anthonymr](https://github.com/anthonymr)\n- Twitter: [@Anthony2Martin](https://twitter.com/Anthony2Martin)\n- LinkedIn: [anthony-martin](https://www.linkedin.com/in/anthony-martin-8820a3117/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- We will be adding finding max and min values in the list.\n-  Improve the code to be more readable.\n-  Add more methods to the enumerable module.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\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/zewdu444/enumerable/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nwe would like to thank microverse community for the support and guidance.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fenumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzewdu444%2Fenumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fenumerable/lists"}