{"id":16079035,"url":"https://github.com/omarmwarraich/enumerable","last_synced_at":"2025-04-05T10:43:46.793Z","repository":{"id":107299506,"uuid":"570480396","full_name":"OmarMWarraich/enumerable","owner":"OmarMWarraich","description":"A Ruby module that contains a set of methods that are used to iterate through Arrays and Hashes.","archived":false,"fork":false,"pushed_at":"2024-08-02T00:30:42.000Z","size":797,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-02-10T21:38:50.559Z","etag":null,"topics":["gemfile","linters","rubocop","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/OmarMWarraich.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":"2022-11-25T09:44:19.000Z","updated_at":"2022-11-25T20:29:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2ae1788-748f-4e03-8326-4bfa3e32bd4e","html_url":"https://github.com/OmarMWarraich/enumerable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMWarraich%2Fenumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMWarraich%2Fenumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMWarraich%2Fenumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarMWarraich%2Fenumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmarMWarraich","download_url":"https://codeload.github.com/OmarMWarraich/enumerable/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325648,"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":["gemfile","linters","rubocop","ruby"],"created_at":"2024-10-09T10:40:19.858Z","updated_at":"2025-04-05T10:43:46.775Z","avatar_url":"https://github.com/OmarMWarraich.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"murple_logo.png\" alt=\"logo\" width=\"140\"  height=\"auto\" /\u003e\n  \u003cbr/\u003e\n\n  \u003ch3\u003e\u003cb\u003eEnumerable\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\u003e\n\n# 📖 Enumerable \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nEnumerable is a Ruby module that contains a set of methods that are used to iterate through Arrays and Hashes.\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\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\u003cdetails\u003e\n  \u003csummary\u003erubocop\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://rubocop.org/\"\u003eRubocop\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGemfile\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://bundler.io/man/gemfile.5.html\"\u003eGemfile\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- class MyList containing an instance variable @list.\n- In MyList implement a method #each that yields successive members of @list and uses the MyEnumerable module.\n- module MyEnumerable that implements the following methods:\n  - #all?\n  - #any?\n  - #filter\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🚀 Coming Soon\n\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\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n\n```sh\n sudo apt install rubocop\n```\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd \u003cfolder\u003e\n  git clone git@github.com:OmarMWarraich/enumerable.git\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd enumerable\n  gem install\n```\n\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  ruby main.rb\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  rubocop\n```\n\n\n### Deployment\n\nComing Soon\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👤 **OmarMWarraich**\n\n- GitHub: [@OmarMWarraich](https://github.com/OmarMWarraich)\n- Twitter: [@omarwarraich1](https://twitter.com/@omarwarraich1)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/o-va)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\nComing Soon\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](../../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\n\u003e Write a message to encourage readers to support your project\n\nIf you like this project please give it a ⭐️!\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\n\nI would like to thank Microverse for giving me the opportunity to learn and grow as a developer.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## ❓ FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\u003e Add at least 2 questions new developers would ask when they decide to use your project.\n\n- **[Question_1]**\n\n  - [Answer_1]\n\n- **[Question_2]**\n\n  - [Answer_2]\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%2Fomarmwarraich%2Fenumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomarmwarraich%2Fenumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarmwarraich%2Fenumerable/lists"}