# -*- encoding: utf-8 -*- # stub: unwrappr 0.8.2 ruby lib Gem::Specification.new do |s| s.name = "unwrappr".freeze s.version = "0.8.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 2.7".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/envato/unwrappr/issues", "changelog_uri" => "https://github.com/envato/unwrappr/blob/HEAD/CHANGELOG.md", "documentation_uri" => "https://github.com/envato/unwrappr/blob/HEAD/README.md", "homepage_uri" => "https://opensource.envato.com/projects/unwrappr.html", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/envato/unwrappr" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Emilyn Escabarte".freeze, "Joe Sustaric".freeze, "Orien Madgwick".freeze, "Pete Johns".freeze, "Vladimir Chervanev".freeze] s.bindir = "exe".freeze s.date = "2024-12-28" s.description = "bundle update PRs: Automated. Annotated.".freeze s.email = ["emilyn.escabarte@envato.com".freeze, "joe.sustaric@envato.com".freeze, "orien.madgwick@envato.com".freeze, "pete.johns@envato.com".freeze, "vladimir.chervanev@envato.com".freeze] s.executables = ["unwrappr".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "exe/unwrappr".freeze, "lib/unwrappr.rb".freeze, "lib/unwrappr/bundler_command_runner.rb".freeze, "lib/unwrappr/cli.rb".freeze, "lib/unwrappr/gem_change.rb".freeze, "lib/unwrappr/gem_version.rb".freeze, "lib/unwrappr/git_command_runner.rb".freeze, "lib/unwrappr/github/client.rb".freeze, "lib/unwrappr/github/pr_sink.rb".freeze, "lib/unwrappr/github/pr_source.rb".freeze, "lib/unwrappr/lock_file_annotator.rb".freeze, "lib/unwrappr/lock_file_comparator.rb".freeze, "lib/unwrappr/lock_file_diff.rb".freeze, "lib/unwrappr/octokit.rb".freeze, "lib/unwrappr/researchers/composite.rb".freeze, "lib/unwrappr/researchers/github_comparison.rb".freeze, "lib/unwrappr/researchers/github_repo.rb".freeze, "lib/unwrappr/researchers/ruby_gems_info.rb".freeze, "lib/unwrappr/researchers/security_vulnerabilities.rb".freeze, "lib/unwrappr/ruby_gems.rb".freeze, "lib/unwrappr/spec_version_comparator.rb".freeze, "lib/unwrappr/version.rb".freeze, "lib/unwrappr/writers/composite.rb".freeze, "lib/unwrappr/writers/github_commit_log.rb".freeze, "lib/unwrappr/writers/project_links.rb".freeze, "lib/unwrappr/writers/security_vulnerabilities.rb".freeze, "lib/unwrappr/writers/title.rb".freeze, "lib/unwrappr/writers/version_change.rb".freeze] s.homepage = "https://opensource.envato.com/projects/unwrappr.html".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A tool to unwrap your gems and see what's changed easily".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["< 3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) end