boxt_rubocop 1.0.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -8
  3. data/VERSION +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1744a7d3b5eec56f26ffb86af39b0bf4ff4178a59f9480f4129fcbccbff30c0e
4
- data.tar.gz: d0a3ab0c0b3946e9800c3b254c856a24d960e521f6f70e21296c57fd602855b3
3
+ metadata.gz: aa5ee764a7390ea7611bda8d08930309d173ad145aa1e05ee19894c53849aa66
4
+ data.tar.gz: 0405f6ed08bf42afa9c9e6fe8be40d366b0d0b85452cc14ece72084c6649090f
5
5
  SHA512:
6
- metadata.gz: 3790f37f11cb18067d2e9419ec525d35b04938f47422529fd6be992962cd90e5309d55ad727b8a9e364a95d26831ed797dd24f647e35bbc30eac61a478402433
7
- data.tar.gz: 52c2d7a75751ea244e9f89687fbcc83a69e47171e8f922ce364d7b4059ed36fc4379d81f105efd400dc8611a68f00a42b38f54752eee11deb8bbf388f8f85bbf
6
+ metadata.gz: 772e7d1405c2bc28dc9245bd637fb5bfe11efc39d882943ad322e23272f96f6d3bcc5e3440b0e3d56b860e72d90e7d810d9f7a87820b730cbf7c22d22e944a57
7
+ data.tar.gz: ccd564d702b5be208608dd551ca08a57a7c2f249f397019960e38a98719c2e8aa9b01ce858a00e36fba2ca82b9d748e4ff1ff5d140adcfe192d2b45a8afd37e0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Base [Rubocop](https://rubocop.org) settings for all Boxt Ruby projects.
7
7
 
8
8
  ## Requirements
9
9
 
10
- * Ruby >= 2.7
10
+ - Ruby >= 3.0
11
11
 
12
12
  ## Installation
13
13
 
@@ -32,8 +32,8 @@ Put this into your .rubocop.yml.
32
32
 
33
33
  ```yml
34
34
  require:
35
- - boxt_rubocop
36
- ```
35
+ - boxt_rubocop
36
+ ```
37
37
 
38
38
  To enable additional configuration for `rubocop-rails` and `rubocop-rspec`, add the following to your .rubocop.yml:
39
39
 
@@ -67,11 +67,11 @@ Documentation on creating a new cop can be found [here](https://docs.rubocop.org
67
67
 
68
68
  The following Rubocop gems are also installed with this gem:
69
69
 
70
- * [rubocop-faker](https://github.com/koic/rubocop-faker)
71
- * [rubocop-performance](https://github.com/rubocop/rubocop-performance)
72
- * [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails)
73
- * [rubocop-rake](https://github.com/rubocop-hq/rubocop-rake)
74
- * [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec)
70
+ - [rubocop-faker](https://github.com/koic/rubocop-faker)
71
+ - [rubocop-performance](https://github.com/rubocop/rubocop-performance)
72
+ - [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails)
73
+ - [rubocop-rake](https://github.com/rubocop-hq/rubocop-rake)
74
+ - [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec)
75
75
 
76
76
  To enable these add the following to your `.rubocop.yml` file.
77
77
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 2.0.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxt_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boxt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-02 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.56.3
19
+ version: 1.56.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.56.3
26
+ version: 1.56.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 2.24.0
89
+ version: 2.24.1
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 2.24.0
96
+ version: 2.24.1
97
97
  description: Base Rubocop settings for all Boxt Ruby projects
98
98
  email:
99
99
  - developers@boxt.co.uk
@@ -127,14 +127,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - ">="
129
129
  - !ruby/object:Gem::Version
130
- version: '2.7'
130
+ version: '3.0'
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  requirements:
133
133
  - - ">="
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.4.10
137
+ rubygems_version: 3.5.3
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Base Rubocop settings for all Boxt Ruby projects