# -*- encoding: utf-8 -*- # stub: bundleup 2.2.5 ruby lib Gem::Specification.new do |s| s.name = "bundleup".freeze s.version = "2.2.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/mattbrictson/bundleup/issues", "changelog_uri" => "https://github.com/mattbrictson/bundleup/releases", "homepage_uri" => "https://github.com/mattbrictson/bundleup", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/mattbrictson/bundleup" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Matt Brictson".freeze] s.bindir = "exe".freeze s.date = "2022-12-08" s.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.".freeze s.email = ["bundleup@mattbrictson.com".freeze] s.executables = ["bundleup".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "exe/bundleup".freeze, "lib/bundleup.rb".freeze, "lib/bundleup/backup.rb".freeze, "lib/bundleup/cli.rb".freeze, "lib/bundleup/colors.rb".freeze, "lib/bundleup/commands.rb".freeze, "lib/bundleup/gemfile.rb".freeze, "lib/bundleup/logger.rb".freeze, "lib/bundleup/pin_report.rb".freeze, "lib/bundleup/report.rb".freeze, "lib/bundleup/shell.rb".freeze, "lib/bundleup/update_report.rb".freeze, "lib/bundleup/version.rb".freeze, "lib/bundleup/version_spec.rb".freeze] s.homepage = "https://github.com/mattbrictson/bundleup".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A friendlier command-line interface for Bundler\u2019s `update` and `outdated` commands.".freeze end