{"id":15293321,"url":"https://github.com/shime/bun","last_synced_at":"2025-04-13T13:30:39.150Z","repository":{"id":59151722,"uuid":"120502905","full_name":"shime/bun","owner":"shime","description":"Bundler's little helper. A missing CLI tool to install and remove gems from Gemfile with ease.","archived":false,"fork":false,"pushed_at":"2019-03-12T06:48:52.000Z","size":38,"stargazers_count":35,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:33:22.497Z","etag":null,"topics":["bundler","minimalistic","ruby"],"latest_commit_sha":null,"homepage":null,"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/shime.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":"2018-02-06T18:17:07.000Z","updated_at":"2025-01-01T22:07:24.000Z","dependencies_parsed_at":"2022-09-13T10:50:26.377Z","dependency_job_id":null,"html_url":"https://github.com/shime/bun","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fbun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fbun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fbun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fbun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/bun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248720938,"owners_count":21151013,"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":["bundler","minimalistic","ruby"],"created_at":"2024-09-30T16:46:13.428Z","updated_at":"2025-04-13T13:30:39.121Z","avatar_url":"https://github.com/shime.png","language":"Ruby","readme":"# Bun\n\n[![Build Status](https://travis-ci.org/shime/bun.svg?branch=master)](https://travis-ci.org/shime/bun)\n\nBundler's little helper. A missing CLI tool to install and remove gems from Gemfile with ease.\n\n\n![](https://twobucks.co/assets/bun-example-min.gif)\n\n## Installation\n\n```\n$ gem install bun\n```\n\n## Usage\n\nInstall RSpec:\n\n```\n$ bun add rspec\n```\n\nInstall specific version of RSpec\n\n```\n$ bun add rspec:3.7.0\n```\n\nInstall Pry in development group:\n\n```\n$ bun add pry --development \n```\n\nInstall RSpec and Cucumber in test group:\n\n```\n$ bun add rspec cucumber --test\n```\n\nUninstall RSpec:\n\n```\n$ bun remove rspec\n```\n\nUninstall Rails:\n\n```\n$ bun remove rails\n```\n\nInstall Cuba with strict version range:\n\n```\n$ bun add cuba --strict\n```\n\nAdd Sequel to the Gemfile and exit without installing it:\n\n```\n$ bun add sequel --skip-install\n```\n\nJust print the gem name with the latest version found and exit:\n\n```\n$ bun add sequel --print\n```\n\nMore info:\n\n```\n$ bun --help\n```\n\n# API\n\n```ruby\nrequire \"bun\"\n\nBun.add(\"rspec:3.7.0\") # adds RSpec to Gemfile and runs bundle install\nBun.remove(\"rspec\")    # removes RSpec from Gemfile\n```\n\n## Prior art\n\n* [Gemrat](https://github.com/drurly/gemrat)\n\n## License\n\n[MIT](/license)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fbun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Fbun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fbun/lists"}