Sha256: e72e60b21fd784dd105df2fe6d242754b92ed624b87add8985dccc538b8871f9

Contents?: true

Size: 658 Bytes

Versions: 1

Compression:

Stored size: 658 Bytes

Contents

Gem::Specification.new do |gem|
  gem.name          = "getaround-rubocop"
  gem.version       = File.read('./VERSION')
  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["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^(?:tmp)/ }

  gem.add_runtime_dependency "relaxed-rubocop", '~> 2.4', '>= 2.4.0'
  gem.add_runtime_dependency "rubocop", '~> 0.75', '>= 0.75.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getaround-rubocop-0.1.0 getaround-rubocop.gemspec