# -*- encoding: utf-8 -*-
# stub: rubocop-shopify 1.0.6 ruby lib

Gem::Specification.new do |s|
  s.name = "rubocop-shopify".freeze
  s.version = "1.0.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "source_code_uri" => "https://github.com/Shopify/ruby-style-guide/tree/v1.0.6" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Shopify Engineering".freeze]
  s.date = "2020-10-15"
  s.description = "Gem containing the rubocop.yml config that corresponds to the implementation of the Shopify's style guide for Ruby.".freeze
  s.email = "gems@shopify.com".freeze
  s.files = ["rubocop-cli.yml".freeze, "rubocop.yml".freeze]
  s.homepage = "https://shopify.github.io/ruby-style-guide/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Shopify's style guide for Ruby.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rubocop>.freeze, [">= 0.92".freeze, "< 0.94".freeze])
end