dc-rubocop 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27a4f48565b4b03512596ff7426e7634e856b6100de4b844468f5e3f12f9f258
4
- data.tar.gz: 7cbba5f8f9217baee227c2fecabcf77678761b6b21b27760af5d6a38f5329038
3
+ metadata.gz: dc16f48d19349cfc64e5f99df257cc510583999ef412b56f7636296bb31bc178
4
+ data.tar.gz: 4aa3c7dbe5a0f762f653101094b6799706dd1060913aabc6172d334acb02bf33
5
5
  SHA512:
6
- metadata.gz: 263260bb89ee28436a0509ed27735e63b2137c178c180e32f9143b961bb0a4276b115aac2bcd7232dd4aaf2c6d7e851e22f9d32be722f2f7b12028417b247fb3
7
- data.tar.gz: 972ceda73e9a034f51840c4d354c1f4a7954053c0945feaa09136ef29757ec1085184c1a6a94274ed27f088bc35be3400abcbd2f10c16798eb56b7634f9f2554
6
+ metadata.gz: 0f8c9b07cb4360d942ecc0b86622c731d91827f22112e8a3704b75e2ca056f7bcdabf40509fab53239eda3640c9cd7ce6daa5d0936fcf528f2fe53f3f6315c98
7
+ data.tar.gz: 8f358d958acff5d92c4419b5f4d162f0330f6a74fa76a9b9ca588ecdb5fdcce39f7b27a2fa7b479393cebe5648e0a25edabf8dd964f4a472abd3b15d87ec24b8
data/dc-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "dc-rubocop"
5
- spec.version = "0.0.4"
5
+ spec.version = "0.0.5"
6
6
  spec.summary = "Shared RuboCop config for DC projects"
7
7
  spec.description =
8
8
  "Why spend 1 second copy-pasting when you can spend an hour creating a custom gem to share a RuboCop config"
@@ -10,13 +10,12 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["dave@dafyddcrosby.com"]
11
11
  spec.homepage = "https://dafyddcrosby.com"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = ">= 2.5.0"
13
+ spec.required_ruby_version = ">= 3.0.0"
14
14
 
15
15
  spec.files = [
16
16
  "dc-rubocop.gemspec",
17
17
  "default.yml",
18
- "ruby25.yml",
19
- "ruby26.yml"
18
+ "ruby30.yml"
20
19
  ]
21
20
 
22
21
  spec.add_dependency "rubocop", "~> 1.30"
@@ -2,4 +2,4 @@ inherit_gem:
2
2
  dc-rubocop: default.yml
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 2.5
5
+ TargetRubyVersion: 3.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dc-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Crosby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2024-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -34,8 +34,7 @@ extra_rdoc_files: []
34
34
  files:
35
35
  - dc-rubocop.gemspec
36
36
  - default.yml
37
- - ruby25.yml
38
- - ruby26.yml
37
+ - ruby30.yml
39
38
  homepage: https://dafyddcrosby.com
40
39
  licenses:
41
40
  - MIT
@@ -49,14 +48,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
48
  requirements:
50
49
  - - ">="
51
50
  - !ruby/object:Gem::Version
52
- version: 2.5.0
51
+ version: 3.0.0
53
52
  required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  requirements:
55
54
  - - ">="
56
55
  - !ruby/object:Gem::Version
57
56
  version: '0'
58
57
  requirements: []
59
- rubygems_version: 3.3.7
58
+ rubygems_version: 3.5.22
60
59
  signing_key:
61
60
  specification_version: 4
62
61
  summary: Shared RuboCop config for DC projects
data/ruby26.yml DELETED
@@ -1,5 +0,0 @@
1
- inherit_gem:
2
- dc-rubocop: default.yml
3
-
4
- AllCops:
5
- TargetRubyVersion: 2.6