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