{"id":16053385,"url":"https://github.com/deivid-rodriguez/ruby-bisect","last_synced_at":"2026-02-12T19:31:36.390Z","repository":{"id":24968863,"uuid":"75725659","full_name":"deivid-rodriguez/ruby-bisect","owner":"deivid-rodriguez","description":"Bisections against ruby-core for you ruby programs","archived":false,"fork":false,"pushed_at":"2022-09-15T12:55:36.000Z","size":69,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-29T19:27:37.754Z","etag":null,"topics":["bisection","chruby","ruby","ruby-bisect"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deivid-rodriguez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-06T11:37:38.000Z","updated_at":"2022-08-27T20:51:38.000Z","dependencies_parsed_at":"2023-01-14T01:54:14.163Z","dependency_job_id":null,"html_url":"https://github.com/deivid-rodriguez/ruby-bisect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deivid-rodriguez/ruby-bisect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deivid-rodriguez%2Fruby-bisect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deivid-rodriguez%2Fruby-bisect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deivid-rodriguez%2Fruby-bisect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deivid-rodriguez%2Fruby-bisect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deivid-rodriguez","download_url":"https://codeload.github.com/deivid-rodriguez/ruby-bisect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deivid-rodriguez%2Fruby-bisect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29378818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":["bisection","chruby","ruby","ruby-bisect"],"created_at":"2024-10-09T01:41:56.162Z","updated_at":"2026-02-12T19:31:36.373Z","avatar_url":"https://github.com/deivid-rodriguez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby-bisect\n\nRuns a git bisection of your ruby program against the different revisions of\nruby-core, so you can find out which one broke it.\n\nThis is just some bash scripts to make this process easier. They copy structure,\nstyle and bash lessons from [ruby-install].\n\n## Requirements\n\n* [bash]\n* [rbenv] (default) or [chruby]\n\n## Install\n\n```\ngit clone https://github.com/deivid-rodriguez/ruby-bisect\n```\n\n## Synopsis\n\nFrom your target project directory,\n\n* Bisect `myscript.rb`, known to work with MRI revision r55000, but failing\n  against ruby-core latest master.\n\n```\n/path/to/ruby-bisect/bin/ruby-bisect 55000 -- myscript.rb\n```\n\n* Bisect `myscript.rb`, known to work with MRI revision r55000 and known to\n  fail with MRI revision r55100.\n\n```\n/path/to/ruby-bisect/bin/ruby-bisect 55000 551000 -- myscript.rb\n```\n\n* Bisect `myscript.rb`, known to work with MRI revision r55000, but failing\n  against ruby-core latest master, using `chruby` as the version switcher.\n\n```\n/path/to/ruby-bisect/bin/ruby-bisect --switcher chruby 55000 -- myscript.rb\n```\n\n[bash]: https://www.gnu.org/software/bash/\n[chruby]: https://github.com/postmodern/chruby\n[rbenv]: https://github.com/rbenv/rbenv\n[ruby-install]: https://github.com/postmodern/ruby-install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeivid-rodriguez%2Fruby-bisect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeivid-rodriguez%2Fruby-bisect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeivid-rodriguez%2Fruby-bisect/lists"}