{"id":15020254,"url":"https://github.com/gingerhot/iruby_gem","last_synced_at":"2026-03-10T00:33:08.324Z","repository":{"id":56878031,"uuid":"116007794","full_name":"gingerhot/iruby_gem","owner":"gingerhot","description":"Install gems in Jupyter notebook or IRB/Pry console on the fly.","archived":false,"fork":false,"pushed_at":"2020-01-01T02:48:48.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T20:09:55.795Z","etag":null,"topics":["gems","iruby","jupyter-notebook"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gingerhot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-02T11:22:56.000Z","updated_at":"2022-08-31T09:10:25.000Z","dependencies_parsed_at":"2022-08-20T23:10:12.447Z","dependency_job_id":null,"html_url":"https://github.com/gingerhot/iruby_gem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gingerhot/iruby_gem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Firuby_gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Firuby_gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Firuby_gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Firuby_gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingerhot","download_url":"https://codeload.github.com/gingerhot/iruby_gem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Firuby_gem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30318452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["gems","iruby","jupyter-notebook"],"created_at":"2024-09-24T19:54:48.686Z","updated_at":"2026-03-10T00:33:08.290Z","avatar_url":"https://github.com/gingerhot.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IrubyGem\n\n`iruby_gem` is a pack of lines of code used to install gems in a Ruby program on the fly, especially in a [IRuby](https://github.com/SciRuby/iruby) notebook, or IRB/Pry console.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'iruby_gem'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install iruby_gem\n\n## Usage\n\n```ruby\nrequire 'iruby_gem'\n\ngem_install(\"some_gem\", \"~\u003e 0.2.1\")\n# Or shortly for a lazy guy\ngem_i(\"some_gem\", \"~\u003e 0.2.1\")\n# and you can omit the version restriction if you don't need it\ngem_i(\"some_gem\")\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/gingerhot/iruby_gem. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the IrubyGem project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/gingerhot/iruby_gem/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerhot%2Firuby_gem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingerhot%2Firuby_gem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerhot%2Firuby_gem/lists"}