# -*- encoding: utf-8 -*- # stub: rubocop-github 0.13.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-github".freeze s.version = "0.13.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["GitHub".freeze] s.date = "2019-06-06" s.description = "Code style checking for GitHub Ruby repositories ".freeze s.email = "engineering@github.com".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "STYLEGUIDE.md".freeze, "config/default.yml".freeze, "config/rails.yml".freeze, "guides/rails-controller-render-shorthand.md".freeze, "guides/rails-render-inline.md".freeze, "guides/rails-render-literal.md".freeze, "lib/rubocop/cop/github.rb".freeze, "lib/rubocop/cop/github/rails_application_record.rb".freeze, "lib/rubocop/cop/github/rails_controller_render_action_symbol.rb".freeze, "lib/rubocop/cop/github/rails_controller_render_literal.rb".freeze, "lib/rubocop/cop/github/rails_controller_render_paths_exist.rb".freeze, "lib/rubocop/cop/github/rails_controller_render_shorthand.rb".freeze, "lib/rubocop/cop/github/rails_render_inline.rb".freeze, "lib/rubocop/cop/github/rails_render_object_collection.rb".freeze, "lib/rubocop/cop/github/rails_view_render_literal.rb".freeze, "lib/rubocop/cop/github/rails_view_render_paths_exist.rb".freeze, "lib/rubocop/cop/github/rails_view_render_shorthand.rb".freeze] s.homepage = "https://github.com/github/rubocop-github".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RuboCop GitHub".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.70".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) end