# -*- encoding: utf-8 -*- # stub: rubocop-git 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "rubocop-git".freeze s.version = "0.0.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] s.date = "2014-08-06" s.description = "RuboCop for git diff.".freeze s.email = ["m.ishihara@gmail.com".freeze] s.executables = ["rubocop-git".freeze] s.files = [".gitignore".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] s.homepage = "https://github.com/m4i/rubocop-git".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RuboCop for git diff.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.24.1".freeze]) end