Sha256: d46c507991de5996e63836b8239c497092557eeccc15f0823f346335c5947568
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |gem| gem.name = "getaround-rubocop" gem.version = '0.2.10' 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.required_ruby_version = '>= 3.0' 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', '= 1.55.1' gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0' gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2' gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getaround-rubocop-0.2.10 | getaround-rubocop.gemspec |