rubocop-cache-ventures 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +9 -0
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ad6bace7c1bdd5789ec8f7c1f8486c7514ea1d09e8d3bb6a2669ef8ec8ccb2
4
- data.tar.gz: 3d46f3483608dc08954d005d26ffff36637b09b26cda77df9e7c4ba1f07acb81
3
+ metadata.gz: da608db35c869a9109ad6c12b1d4abd5260e01665aae3901b308e6cf8240639b
4
+ data.tar.gz: 433d37021dd0c29039b97c569e616647097d83f13629af47b86566a4b8202804
5
5
  SHA512:
6
- metadata.gz: a406a3d197b72ebb58f4787de3fcf17651ddc9b425a2e8de766dd2dc3e4c695b631ca0e1272eb4932ac293296e47b20c8a1729736bff136cd117a92f7aefff5b
7
- data.tar.gz: 6e90cc166c7c6653c9f465f52da509145f05f8c4da70531bba2ad2bf0b51548dc876bd38c300fde6641cf2d4decbf27673958dbc30e24828fedc330a10bd780c
6
+ metadata.gz: b6f26511909a716834cc180c59b23d58960f6b40c65e47cc83401649e2a5b3cd8dbcd1f64c365d22426b237522ccea373212c5c9e5389cf4fee258c920bf6b98
7
+ data.tar.gz: 622aff1fb82274139f26a6fec6354f31499e531c3c1b6a76009ff8d6452654235b607df90e14fd14379360ca1183ba450ccdddecd6ae4e8ffdfceeb1c761d4c1
data/rubocop.yml CHANGED
@@ -81,6 +81,15 @@ Security:
81
81
  Style/ReturnNil:
82
82
  Enabled: true
83
83
 
84
+ Style/StringLiterals:
85
+ Enabled: true
86
+
87
+ Style/StringLiteralsInInterpolation:
88
+ Enabled: true
89
+
90
+ Style/SymbolLiteral:
91
+ Enabled: true
92
+
84
93
  Minitest/AssertEqual:
85
94
  Enabled: true
86
95
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cache-ventures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarrett Lusso
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description:
69
+ description:
70
70
  email: jclusso@gmail.com
71
71
  executables: []
72
72
  extensions: []
@@ -77,7 +77,7 @@ homepage: https://github.com/cacheventures/code-style
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}
80
- post_install_message:
80
+ post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -92,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
95
+ rubygems_version: 3.3.5
96
+ signing_key:
97
97
  specification_version: 4
98
98
  summary: Cache Ventures RuboCop config.
99
99
  test_files: []