Sha256: 7cd4d917e151dcb3a5cfcdd6a9abf59f42600db4329b15648d88f084af24194f
Contents?: true
Size: 1.99 KB
Versions: 0
Compression: gzip
Compressed size: 858 Bytes
Stored size: 858 Bytes
Contents
--- !ruby/object:Gem::Specification name: bundleup version: !ruby/object:Gem::Version version: 2.3.0 platform: ruby authors: - Matt Brictson autorequire: bindir: exe cert_chain: [] date: 2023-07-15 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: '3.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.15 signing_key: specification_version: 4 summary: A friendlier command-line interface for Bundler’s `update` and `outdated` commands. test_files: []