{"id":33914935,"url":"https://github.com/initdc/rb-process","last_synced_at":"2026-04-08T19:32:34.872Z","repository":{"id":322880517,"uuid":"1088804411","full_name":"initdc/rb-process","owner":"initdc","description":"Add the missing methods to the Ruby Process, you can use it with method chaining","archived":false,"fork":false,"pushed_at":"2026-02-24T12:49:34.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-02-24T13:46:46.574Z","etag":null,"topics":["command","method-chaining","process","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/rb-process","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/initdc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-03T13:34:13.000Z","updated_at":"2026-02-24T12:49:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/initdc/rb-process","commit_stats":null,"previous_names":["initdc/rb-process"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/initdc/rb-process","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initdc%2Frb-process","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initdc%2Frb-process/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initdc%2Frb-process/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initdc%2Frb-process/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/initdc","download_url":"https://codeload.github.com/initdc/rb-process/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initdc%2Frb-process/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["command","method-chaining","process","ruby"],"created_at":"2025-12-12T06:44:35.777Z","updated_at":"2026-04-08T19:32:34.864Z","avatar_url":"https://github.com/initdc.png","language":"Ruby","readme":"# Rb::Process\n\nAdd the missing methods to the Ruby Process, you can use it with method chaining\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add rb-process\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install rb-process\n\n## Usage\n\n```ruby\nrequire \"rb/process\"\n\nProcess.run(\"bash\") { |pipe| pipe.puts \"uname\" }\n# =\u003e \"Linux\\n\"\n\nProcess.output(\"ls spec\").each_line(chomp: true).to_a\n# =\u003e [\"rb\", \"spec_helper.rb\"]\n\nProcess.code(\"uname -s\")\n# =\u003e 0\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/initdc/rb-process.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitdc%2Frb-process","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finitdc%2Frb-process","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitdc%2Frb-process/lists"}