Skip to content

Commit 96fb15e

Browse files
committed
Re-run rubocop auto-gen-config
Fix unecessary date offense in gemspec
1 parent 922e248 commit 96fb15e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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.

meilisearch.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)