Sha256: d63ed7ed7863379ea8f88a711208f32dd7a6b9e9af2374349dbca209bfdcf94f
Contents?: true
Size: 719 Bytes
Versions: 1
Compression:
Stored size: 719 Bytes
Contents
Gem::Specification.new do |gem| gem.name = "getaround-rubocop" gem.version = '0.1.2' 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.4' gem.add_runtime_dependency "rubocop", '= 0.75' gem.add_development_dependency 'rubocop-rspec', '= 1.36' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
getaround-rubocop-0.1.2 | getaround-rubocop.gemspec |