# -*- encoding: utf-8 -*- # stub: rubocop-shopify 2.1.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop-shopify".freeze s.version = "2.1.0".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/v2.1.0" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Shopify Engineering".freeze] s.date = "2021-04-23" 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.freeze, ["~> 1.13".freeze]) end