Sha256: 421f062c7264e5471eb1cbb53e43c5e981ed2ddddb64564e033e61f7da9c82e4

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.name          = "relaxed-rubocop"
  gem.version       = "2.4"
  gem.summary       = "A relaxed style guide for RuboCop"
  gem.description   = "A relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its default rules feel overly strict. This might distract you from the helpful messages."
  gem.authors       = ["Jan Lelis"]
  gem.email         = ["mail@janlelis.de"]
  gem.homepage      = "https://relaxed.ruby.style"
  gem.license       = "MIT"

  gem.files         = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^(?:pkg|build)/ }
  gem.require_paths = ["lib"]

  gem.required_ruby_version = "~> 2.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
relaxed-rubocop-2.4 relaxed-rubocop.gemspec