# -*- encoding: utf-8 -*- # stub: rubocop-git2 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "rubocop-git2".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Masaki Takeuchi".freeze, "Janosch M\u00FCller".freeze] s.date = "2023-03-24" s.description = "RuboCop for git diff.".freeze s.email = ["janosch84@gmail.com".freeze] s.executables = ["rubocop-git".freeze] s.files = [".github/workflows/tests.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rubocop-git".freeze, "hound.yml".freeze, "lib/rubocop/git.rb".freeze, "lib/rubocop/git/cli.rb".freeze, "lib/rubocop/git/commit.rb".freeze, "lib/rubocop/git/commit_file.rb".freeze, "lib/rubocop/git/diff_parser.rb".freeze, "lib/rubocop/git/file_violation.rb".freeze, "lib/rubocop/git/line.rb".freeze, "lib/rubocop/git/options.rb".freeze, "lib/rubocop/git/patch.rb".freeze, "lib/rubocop/git/pseudo_pull_request.rb".freeze, "lib/rubocop/git/pseudo_resource.rb".freeze, "lib/rubocop/git/runner.rb".freeze, "lib/rubocop/git/style_checker.rb".freeze, "lib/rubocop/git/style_guide.rb".freeze, "lib/rubocop/git/version.rb".freeze, "rubocop-git.gemspec".freeze, "test/bad_ruby.txt".freeze, "test/rubocop/git/cli_test.rb".freeze, "test/rubocop/git/options_test.rb".freeze, "test/rubocop/git/runner_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/jaynetics/rubocop-git2".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RuboCop for git diff.".freeze s.test_files = ["test/bad_ruby.txt".freeze, "test/rubocop/git/cli_test.rb".freeze, "test/rubocop/git/options_test.rb".freeze, "test/rubocop/git/runner_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end