Sha256: 78282b919945e866dc4085aa0ff9f45b77b8e9b205fd77dc3fdbfeebb53d4f3f

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

$LOAD_PATH.unshift File.expand_path('lib', __dir__)
require 'rubocop/livelo/version'

Gem::Specification.new do |spec|
  spec.name          = 'rubocop-livelo'
  spec.version       = RuboCop::Livelo::VERSION
  spec.authors       = ['Paulo Henrique Antunes']
  spec.email         = ['paulo.antunes@compasso.com.br']

  spec.summary       = 'Extends Rubocop for Livelo Automation cops.'
  spec.homepage      = 'https://stash.pontoslivelo.com.br/scm/qa_gems/rubocop-livelo.git'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.required_ruby_version = '~> 2.6'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'

  spec.add_runtime_dependency 'rubocop', '~> 1.52.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-livelo-0.5.3 rubocop-livelo.gemspec