Sha256: 4069ff1e6b2082322d93807087a1c8e29c28acbe915ba76a035c7f8e04764367

Contents?: true

Size: 721 Bytes

Versions: 1

Compression:

Stored size: 721 Bytes

Contents

Gem::Specification.new do |gem|
  gem.name          = "getaround-rubocop"
  gem.version       = '0.1.4'
  gem.summary       = "Backend configuration files"
  gem.description   = "Shared base configuration for Getaround Backend Applications."
  gem.authors       = ["Drivy", "Laurent Humez"]
  gem.email         = ["oss@drivy.com"]
  gem.homepage      = "https://github.com/drivy"
  gem.license       = "MIT"

  gem.files         = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
  end

  gem.add_runtime_dependency "relaxed-rubocop", '= 2.5'
  gem.add_runtime_dependency "rubocop", '=  0.80.1'
  gem.add_development_dependency 'rubocop-rspec', '= 1.38'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getaround-rubocop-0.1.4 getaround-rubocop.gemspec