{"id":19042337,"url":"https://github.com/yaairfernando/bubble_sort_algorithm","last_synced_at":"2026-04-25T22:34:25.464Z","repository":{"id":99504292,"uuid":"226378489","full_name":"yaairfernando/Bubble_Sort_Algorithm","owner":"yaairfernando","description":"Implementation of the Bubble sort algorithm","archived":false,"fork":false,"pushed_at":"2020-02-20T19:57:39.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T03:06:27.617Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-06T17:31:19.000Z","updated_at":"2020-02-20T19:57:41.000Z","dependencies_parsed_at":"2023-07-30T14:46:47.120Z","dependency_job_id":null,"html_url":"https://github.com/yaairfernando/Bubble_Sort_Algorithm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaairfernando/Bubble_Sort_Algorithm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FBubble_Sort_Algorithm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FBubble_Sort_Algorithm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FBubble_Sort_Algorithm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FBubble_Sort_Algorithm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaairfernando","download_url":"https://codeload.github.com/yaairfernando/Bubble_Sort_Algorithm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaairfernando%2FBubble_Sort_Algorithm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08T22:36:32.193Z","updated_at":"2026-04-25T22:34:25.450Z","avatar_url":"https://github.com/yaairfernando.png","language":"JavaScript","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 Bubble Sort Algorithm \u003c/h2\u003e\n  \u003cp align=\"center\"\u003e\n    Small project developed with Ruby. This assignment is focused on the use of yield and passing a block to a method.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/Bubble_Sort_Algorithm\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/YairFernando67/Bubble_Sort_Algorithm/issues\"\u003eReport Bug\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\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\nIn this project we make an implementation of the bubble sort algorithm as a way to use yield:\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\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/Bubble_Sort_Algorithm\n```\n\nClick on the console and to go to the folder that was created\n\n```Shell\nuser@pc:~$ cd Bubble_Sort_Algorithm\n```\n\n```Shell\nuser@pc:~/Bubble_Sort_Algorithm$ bundle install\n```\n\nNow you can run the algorithm\n\n```Shell\nuser@pc:~/Bubble_Sort_Algorithm$ ruby bubble_sort.rb\n```\n\n\u003c!-- CONTACT --\u003e\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/Bubble_Sort_Algorithm](https://github.com/YairFernando67/Bubble_Sort_Algorithm)\n\n\u003c/p\u003e\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/YairFernando67/Bubble_Sort_Algorithm/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%2Fbubble_sort_algorithm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaairfernando%2Fbubble_sort_algorithm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaairfernando%2Fbubble_sort_algorithm/lists"}