# -*- encoding: utf-8 -*- # stub: gitlab-styles 4.1.0 ruby lib Gem::Specification.new do |s| s.name = "gitlab-styles".freeze s.version = "4.1.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 = ["GitLab".freeze] s.bindir = "exe".freeze s.date = "2020-04-29" s.email = ["gitlab_rubygems@gitlab.com".freeze] s.files = [".gitignore".freeze, ".gitlab-ci.yml".freeze, ".gitlab/merge_request_templates/Release.md".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "gitlab-styles.gemspec".freeze, "lib/gitlab/styles.rb".freeze, "lib/gitlab/styles/rubocop.rb".freeze, "lib/gitlab/styles/rubocop/cop/active_record_dependent.rb".freeze, "lib/gitlab/styles/rubocop/cop/active_record_serialize.rb".freeze, "lib/gitlab/styles/rubocop/cop/custom_error_class.rb".freeze, "lib/gitlab/styles/rubocop/cop/gem_fetcher.rb".freeze, "lib/gitlab/styles/rubocop/cop/in_batches.rb".freeze, "lib/gitlab/styles/rubocop/cop/line_break_after_guard_clauses.rb".freeze, "lib/gitlab/styles/rubocop/cop/migration/update_large_table.rb".freeze, "lib/gitlab/styles/rubocop/cop/polymorphic_associations.rb".freeze, "lib/gitlab/styles/rubocop/cop/redirect_with_status.rb".freeze, "lib/gitlab/styles/rubocop/cop/rspec/have_link_parameters.rb".freeze, "lib/gitlab/styles/rubocop/cop/rspec/single_line_hook.rb".freeze, "lib/gitlab/styles/rubocop/cop/rspec/verbose_include_metadata.rb".freeze, "lib/gitlab/styles/rubocop/cop/without_reactive_cache.rb".freeze, "lib/gitlab/styles/rubocop/migration_helpers.rb".freeze, "lib/gitlab/styles/rubocop/model_helpers.rb".freeze, "lib/gitlab/styles/version.rb".freeze, "rubocop-all.yml".freeze, "rubocop-bundler.yml".freeze, "rubocop-default.yml".freeze, "rubocop-gemspec.yml".freeze, "rubocop-layout.yml".freeze, "rubocop-lint.yml".freeze, "rubocop-metrics.yml".freeze, "rubocop-migrations.yml".freeze, "rubocop-naming.yml".freeze, "rubocop-performance.yml".freeze, "rubocop-rails.yml".freeze, "rubocop-rspec.yml".freeze, "rubocop-security.yml".freeze, "rubocop-style.yml".freeze] s.homepage = "https://gitlab.com/gitlab-org/gitlab-styles".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "GitLab style guides and shared style configs.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.82.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.36".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end