{"id":28532556,"url":"https://github.com/silva4dev/ruby-bubble-sort-example","last_synced_at":"2025-06-24T15:05:35.517Z","repository":{"id":186919203,"uuid":"609622180","full_name":"silva4dev/ruby-bubble-sort-example","owner":"silva4dev","description":"Construct a method takes an array and returns a sorted array using Ruby  🎯","archived":false,"fork":false,"pushed_at":"2023-03-04T18:32:25.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T16:05:24.284Z","etag":null,"topics":["challenge","deisgn-pattern","hackathon","logic-programming","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/silva4dev.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}},"created_at":"2023-03-04T18:27:12.000Z","updated_at":"2025-05-25T23:16:22.000Z","dependencies_parsed_at":"2023-08-08T08:41:29.623Z","dependency_job_id":"5ca7f642-6a9a-4ed7-bc6b-9dae69c74475","html_url":"https://github.com/silva4dev/ruby-bubble-sort-example","commit_stats":null,"previous_names":["silva4dev/ruby-bubble-sort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silva4dev/ruby-bubble-sort-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silva4dev%2Fruby-bubble-sort-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silva4dev%2Fruby-bubble-sort-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silva4dev%2Fruby-bubble-sort-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silva4dev%2Fruby-bubble-sort-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silva4dev","download_url":"https://codeload.github.com/silva4dev/ruby-bubble-sort-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silva4dev%2Fruby-bubble-sort-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261700446,"owners_count":23196500,"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":["challenge","deisgn-pattern","hackathon","logic-programming","ruby"],"created_at":"2025-06-09T16:05:23.376Z","updated_at":"2025-06-24T15:05:35.510Z","avatar_url":"https://github.com/silva4dev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bubble Sort\n\nBuild a method #bubble_sort that takes an array and returns a sorted array. It must use the bubble sort methodology (using #sort would be pretty pointless, wouldn’t it?).\n\n```\n bubble_sort([4,3,78,2,0,2])\n=\u003e [0,2,2,3,4,78]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilva4dev%2Fruby-bubble-sort-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilva4dev%2Fruby-bubble-sort-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilva4dev%2Fruby-bubble-sort-example/lists"}