{"id":19816894,"url":"https://github.com/rvm/rvm-with","last_synced_at":"2025-05-01T10:33:17.924Z","repository":{"id":3136181,"uuid":"4164757","full_name":"rvm/rvm-with","owner":"rvm","description":"RVM Interactive scripting wrapper","archived":false,"fork":false,"pushed_at":"2013-09-25T13:00:21.000Z","size":94,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-31T13:05:42.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rvm.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-28T03:45:20.000Z","updated_at":"2020-09-03T07:59:21.000Z","dependencies_parsed_at":"2022-08-02T18:45:47.044Z","dependency_job_id":null,"html_url":"https://github.com/rvm/rvm-with","commit_stats":null,"previous_names":["mpapis/rvm-with"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvm%2Frvm-with","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvm%2Frvm-with/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvm%2Frvm-with/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvm%2Frvm-with/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvm","download_url":"https://codeload.github.com/rvm/rvm-with/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224253452,"owners_count":17280934,"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":[],"created_at":"2024-11-12T10:11:00.287Z","updated_at":"2024-11-12T10:11:00.928Z","avatar_url":"https://github.com/rvm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RVM-with\n\n## Description\n\nRVM Interactive scripting wrapper\n\n## Installation\n\nRVM-with is now available as a separate gem\n\n    $ gem install rvm-with\n\n## Example\n\nIt should be simple as:\n\n    require \"rvm/with\"\n    RVM.with \"1.9.3\" do |r|\n      puts r.execute \"rvm info\"\n    end\n\nThis gem is based on [session gem](https://github.com/ahoward/session), so you can do all the same things you would do with it:\n\n    stdout, stderr = r.execute \"rvm current\"\n    if r.status == 0\n      puts stdout\n    else\n      puts \"failed\"\n    end\n\n## Development\n\n    $ rake spec\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvm%2Frvm-with","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvm%2Frvm-with","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvm%2Frvm-with/lists"}