{"id":15512416,"url":"https://github.com/sinsoku/bundler-diff","last_synced_at":"2025-08-03T22:39:28.359Z","repository":{"id":62554699,"uuid":"82382802","full_name":"sinsoku/bundler-diff","owner":"sinsoku","description":"Bundler Diff show changes with GitHub compare view urls","archived":false,"fork":false,"pushed_at":"2020-05-17T13:00:22.000Z","size":62,"stargazers_count":57,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T10:02:33.432Z","etag":null,"topics":["bundler","github-compare"],"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/sinsoku.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":"2017-02-18T11:44:17.000Z","updated_at":"2023-04-26T06:58:21.000Z","dependencies_parsed_at":"2022-11-03T05:15:27.474Z","dependency_job_id":null,"html_url":"https://github.com/sinsoku/bundler-diff","commit_stats":null,"previous_names":["sinsoku/bundler_diffgems"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/sinsoku/bundler-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinsoku%2Fbundler-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinsoku%2Fbundler-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinsoku%2Fbundler-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinsoku%2Fbundler-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinsoku","download_url":"https://codeload.github.com/sinsoku/bundler-diff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinsoku%2Fbundler-diff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268222655,"owners_count":24215705,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bundler","github-compare"],"created_at":"2024-10-02T09:53:38.387Z","updated_at":"2025-08-03T22:39:28.311Z","avatar_url":"https://github.com/sinsoku.png","language":"Ruby","readme":"# Bundler Diff\n\n[![Gem Version](https://badge.fury.io/rb/bundler-diff.svg)](https://badge.fury.io/rb/bundler-diff)\n[![Build Status](https://travis-ci.org/sinsoku/bundler-diff.svg?branch=master)](https://travis-ci.org/sinsoku/bundler-diff)\n[![codecov](https://codecov.io/gh/sinsoku/bundler-diff/branch/master/graph/badge.svg)](https://codecov.io/gh/sinsoku/bundler-diff)\n\nA bundler subcommand that uses Git, compare with the previous Gemfile.lock, and display updated gems and compare links.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bundler-diff'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bundler-diff\n\n## Usage\n\nRun `bundle update` as usual:\n\n```\n$ bundle update\nFetching gem metadata from https://rubygems.org\n...\n```\n\nThen `bundle diff`:\n\n```\n$ bundle diff\nrake: 11.3.0 =\u003e 12.0.0 - https://github.com/ruby/rake/compare/v11.3.0...v12.0.0\nrspec: 3.5.0 =\u003e\n...\n```\n\nYou can see updated gems with compare links.\n\n## Options\n\nOptions are:\n\n```\nUsage: bundle diff [options]\n    -c, --commit COMMIT              Specify a commit\n    -f, --format FORMATTER           Choose a formatter\n                                       default\n                                       md_table\n        --escape-json                Escape output as a JSON string\n        --access-token ACCESS_TOKEN  Set access token for GitHub API\n    -v, --version                    Display the version\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 tags, 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/sinsoku/bundler-diff. 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\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinsoku%2Fbundler-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinsoku%2Fbundler-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinsoku%2Fbundler-diff/lists"}