{"id":19042334,"url":"https://github.com/yaairfernando/enumerables","last_synced_at":"2026-05-14T21:32:18.759Z","repository":{"id":99504419,"uuid":"226934344","full_name":"yaairfernando/Enumerables","owner":"yaairfernando","description":"Ruby enumerables methods","archived":false,"fork":false,"pushed_at":"2020-02-20T19:22:46.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-06-02T17:19:03.988Z","etag":null,"topics":["enumerable","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/yaairfernando.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":"2019-12-09T17:57:23.000Z","updated_at":"2020-02-20T19:22:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce27edb3-b634-4225-9952-0ddc5c3c4d97","html_url":"https://github.com/yaairfernando/Enumerables","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yaairfernando/Enumerables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FEnumerables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FEnumerables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FEnumerables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FEnumerables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaairfernando","download_url":"https://codeload.github.com/yaairfernando/Enumerables/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FEnumerables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017454,"owners_count":26086081,"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-10-13T02:00:06.723Z","response_time":61,"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":["enumerable","ruby"],"created_at":"2024-11-08T22:36:31.442Z","updated_at":"2025-10-14T01:11:57.912Z","avatar_url":"https://github.com/yaairfernando.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![LinkedIn][linkedin-shield2]][linkedin-url2]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n[![Hireable][hireable]][hireable-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003e Enumerables \u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n    Project developed with Ruby. It is a module that represents enumerable methods.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/Enumerables\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/Enumerables\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/YairFernando67/Enumerables/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/YairFernando67/Enumerables/issues\"\u003eRequest Feature\u003c/a\u003e\n    ·\n  \u003c/p\u003e\n\u003c/p\u003e\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Required Installations](#Required-Installations)\n  * [Prerequisites](#Prerequisites)\n  * [Installing](#Installing)\n  * [Instructions](#Instructions)\n* [Contact](#contact)\n* [Contributing](#Contributing)\n* [Show your support](#Show-your-support)\n\n## About The Project\nIn this project I implemented a couple of ruby methods and used RSpec to test their performance:\n\n### Built With\nThe project was developed using the following technologies:\n- [Ruby](https://www.ruby-lang.org/es/)\n- [Rubocop Linter](https://github.com/microverseinc/linters-config/tree/master/ruby)\n- [RSpec](https://github.com/rspec/rspec-rails)\n\n## Required Installations\n\n### Prerequisites\n\nThis project runs on [Ruby](https://www.ruby-lang.org/en/documentation/installation/)\n\n* Ruby\n\nAfter installation, run `ruby -v` to make sure Ruby installed correctly. Example\n```\n$ ruby -v\nruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]\n```\n\n### Installing\n\n\u003cp\u003eInstall the following to get this project running in your machine:\u003c/p\u003e\n\n### Instructions\n\n\u003cp\u003eFollow these steps:\u003c/p\u003e\n\nClone the Repository\n\n```Shell\nuser@pc:~$ git clone https://github.com/YairFernando67/Enumerables\n```\n\nClick on the console and to go to the folder that was created\n\n```Shell\nuser@pc:~$ cd Enumerables\n```\n\n```Shell\nuser@pc:~/Enumerables$ bundle install\n```\n\nNow you can run the tests with RSpec\n\n```Shell\nuser@pc:~/Enumerables$ rspec spec\n```\n\n## Contact\n\n👤 **Yair Fernando Facio**\n\n- Github: [@YairFernando67](https://github.com/YairFernando67)\n- Twitter: [@YairFernando18](https://twitter.com/YairFernando18)\n- Linkedin: [softwaredeveloperyairfacio](https://www.linkedin.com/in/softwaredeveloperyairfacio/)\n- Email: [yair.facio11@gmail.com](https://mail.google.com/mail/?view=cm\u0026fs=1\u0026tf=1\u0026to=yair.facio11@gmail.com)\n- Portfolio: [softwaredeveloper](https://yairfernando67.github.io/Portfolio/)\n\n👤 **Kitzia Paola Vidal Marroquin**\n\n- Github: [@kitpao](https://github.com/kitpao)\n- Twitter: [@Kitpao1](https://twitter.com/Kitpao1)\n- Linkedin: [kitzia-paola-vidal](https://www.linkedin.com/in/kitzia-paola-vidal/)\n- Email: [kitpao91@gmail.com](https://mail.google.com/mail/?view=cm\u0026fs=1\u0026tf=1\u0026to=kitpao91@gmail.com)\n- Portfolio: [kitzia](https://github.com/kitpao/Personal_Projects)\n\n\u003cp align=\"center\"\u003e\n\n  Project Link: [https://github.com/YairFernando67/Enumerables](https://github.com/YairFernando67/Enumerables)\n\n\u003c/p\u003e\n\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/YairFernando67/Enumerables/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/YairFernando67/Enumerables.svg?style=flat-square\n[contributors-url]: https://github.com/YairFernando67/Enumerables/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/YairFernando67/Enumerables.svg?style=flat-square\n[forks-url]: https://github.com/YairFernando67/Enumerables/network/members\n[stars-shield]: https://img.shields.io/github/stars/YairFernando67/Enumerables.svg?style=flat-square\n[stars-url]: https://github.com/YairFernando67/Enumerables/stargazers\n[issues-shield]: https://img.shields.io/github/issues/YairFernando67/Enumerables.svg?style=flat-square\n[issues-url]: https://github.com/YairFernando67/Enumerables/issues\n[license-shield]: https://img.shields.io/github/license/YairFernando67/Enumerables.svg?style=flat-square\n[license-url]: https://github.com/YairFernando67/Enumerables/blob/master/LICENSE.txt\n[linkedin-shield2]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url2]: https://www.linkedin.com/in/kitzia-paola-vidal/\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/\n[hireable]: https://cdn.rawgit.com/hiendv/hireable/master/styles/flat/yes.svg\n[hireable-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaairfernando%2Fenumerables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaairfernando%2Fenumerables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaairfernando%2Fenumerables/lists"}