File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2021-11-18 03:06:45 UTC using RuboCop version 1.23.0.
3+ # on 2021-11-19 14:59:32 UTC using RuboCop version 1.23.0.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9- # Offense count: 1
10- # Cop supports --auto-correct.
11- # Configuration parameters: Include.
12- # Include: **/*.gemspec
13- Gemspec/DateAssignment :
14- Exclude :
15- - ' meilisearch.gemspec'
16-
179# Offense count: 1
1810# Cop supports --auto-correct.
1911# Configuration parameters: Include.
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Gem::Specification.new do |s|
1111 s . description = 'An easy-to-use ruby client for Meilisearch API. See https://github.com/meilisearch/MeiliSearch'
1212 s . homepage = 'https://github.com/meilisearch/meilisearch-ruby'
1313 s . licenses = [ 'MIT' ]
14- s . date = Time . now
1514
1615 s . files = Dir [ '{lib}/**/*' , 'LICENSE' , 'README.md' ]
1716
You can’t perform that action at this time.
0 commit comments