diff --git a/ruby/rubocop-cache-ventures.gemspec b/ruby/rubocop-cache-ventures.gemspec index 8587ffb..5b2489f 100644 --- a/ruby/rubocop-cache-ventures.gemspec +++ b/ruby/rubocop-cache-ventures.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.license = 'MIT' - s.version = '1.0.1' + s.version = '1.1.0' s.platform = Gem::Platform::RUBY s.add_dependency 'rubocop' diff --git a/ruby/rubocop.yml b/ruby/rubocop.yml index faf0913..f6d70d1 100644 --- a/ruby/rubocop.yml +++ b/ruby/rubocop.yml @@ -81,6 +81,15 @@ Security: Style/ReturnNil: Enabled: true +Style/StringLiterals: + Enabled: true + +Style/StringLiteralsInInterpolation: + Enabled: true + +Style/SymbolLiteral: + Enabled: true + Minitest/AssertEqual: Enabled: true