Sha256: 7e3a6ce5560082c8bbf2950a1b169758e955038895afec9a8ca373b29407eb5a
Contents?: true
Size: 1.99 KB
Versions: 0
Compression: gzip
Compressed size: 857 Bytes
Stored size: 857 Bytes
Contents
--- !ruby/object:Gem::Specification name: bundleup version: !ruby/object:Gem::Version version: 2.2.2 platform: ruby authors: - Matt Brictson autorequire: bindir: exe cert_chain: [] date: 2022-02-26 00:00:00.000000000 Z dependencies: [] description: Use `bundleup` whenever you want to update the locked Gemfile dependencies of a Ruby project. It shows exactly what gems will be updated with color output that calls attention to significant semver changes. Bundleup will also let you know when a version "pin" in your Gemfile is preventing an update. Bundleup is a standalone tool that leverages standard Bundler output and does not patch code or use Bundler internals. email: - bundleup@mattbrictson.com executables: - bundleup extensions: [] extra_rdoc_files: [] files: - LICENSE.txt - README.md - exe/bundleup - lib/bundleup.rb - lib/bundleup/backup.rb - lib/bundleup/cli.rb - lib/bundleup/colors.rb - lib/bundleup/commands.rb - lib/bundleup/gemfile.rb - lib/bundleup/logger.rb - lib/bundleup/pin_report.rb - lib/bundleup/report.rb - lib/bundleup/shell.rb - lib/bundleup/update_report.rb - lib/bundleup/version.rb - lib/bundleup/version_spec.rb homepage: https://github.com/mattbrictson/bundleup licenses: - MIT metadata: bug_tracker_uri: https://github.com/mattbrictson/bundleup/issues changelog_uri: https://github.com/mattbrictson/bundleup/releases source_code_uri: https://github.com/mattbrictson/bundleup homepage_uri: https://github.com/mattbrictson/bundleup rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: A friendlier command-line interface for Bundler’s `update` and `outdated` commands. test_files: []