{"id":15522293,"url":"https://github.com/claudiarojassoto/own_enumerable","last_synced_at":"2025-04-23T04:52:27.125Z","repository":{"id":190216059,"uuid":"681816073","full_name":"ClaudiaRojasSoto/Own_Enumerable","owner":"ClaudiaRojasSoto","description":"This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.","archived":false,"fork":false,"pushed_at":"2023-12-25T00:27:18.000Z","size":11,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-29T22:21:57.040Z","etag":null,"topics":["classes","each","enumerable-methods","gemfile","gemfile-lock","instance-variables","methods","modules","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ClaudiaRojasSoto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-22T20:21:28.000Z","updated_at":"2023-12-12T22:00:38.000Z","dependencies_parsed_at":"2023-08-23T17:40:44.200Z","dependency_job_id":"99e097d9-f372-410f-9c4f-fdfdea24bea7","html_url":"https://github.com/ClaudiaRojasSoto/Own_Enumerable","commit_stats":null,"previous_names":["claudiarojassoto/own_enumerable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClaudiaRojasSoto%2FOwn_Enumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClaudiaRojasSoto%2FOwn_Enumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClaudiaRojasSoto%2FOwn_Enumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClaudiaRojasSoto%2FOwn_Enumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClaudiaRojasSoto","download_url":"https://codeload.github.com/ClaudiaRojasSoto/Own_Enumerable/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372946,"owners_count":21419722,"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":["classes","each","enumerable-methods","gemfile","gemfile-lock","instance-variables","methods","modules","rubocop","ruby"],"created_at":"2024-10-02T10:40:37.917Z","updated_at":"2025-04-23T04:52:27.108Z","avatar_url":"https://github.com/ClaudiaRojasSoto.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Decoding\\_Morse\\_Code ](#-decoding_morse_code-)\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  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Create your own Enumerable \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThe purpose of this app is to learn how to use a module inside a class. For this we have created a class called MyList and a module named MyEnumerable. This module, MyEnumerable, has been implemented to include a subset of the functionality provided by Enumerable.\n\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\nThe project is built using ruby. Getting Started Follow these steps to understand and work on the project:\n\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\nThe project is built using the following technologies:\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\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\n- **Moduls**\n- **Classes**\n- **Rubocop install**\n- **Gems install**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\nUnfortunately, there is no live demo available for this project at the moment.\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## Setup\n\nTo get a local copy up and running, follow these steps.\n\n1. Clone this repository to your local machine:\n\n```\ngit clone https://github.com/ClaudiaRojasSoto/Own_Enumerable.git\n\n```\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Claudia Rojas**\n\n-   GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)\n-   LinkedIn: [LinkedIn](https://www.linkedin.com/in/claudia-rojas-soto/)\n\n👤 **Cesar Herrera**\n\n-   GitHub: [@githubhandle](https://github.com/CesarHerr)\n-   LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarHerr/)\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- [ ] **User Interface**\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/ClaudiaRojasSoto/Decoding_Morse_Code/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\nIf you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!\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\nI would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\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](MIT.md).\n\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%2Fclaudiarojassoto%2Fown_enumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudiarojassoto%2Fown_enumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudiarojassoto%2Fown_enumerable/lists"}