rubocul 2.0.2 → 3.0.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.
- checksums.yaml +4 -4
- data/rubocul.gemspec +2 -2
- data/rubocul_default.yml +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6101acf1d391ff0a02af2df88520e00805828228946d78b34d763e749e66210
|
|
4
|
+
data.tar.gz: aabd047d6c6ddbdcddbb663d1711e7b906448a514b71b93dd193f7f4287f2e30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 691d07ff1e0d62abc30e7de371b57d12c76350f4c28c8324fbba0e8be21c376b41140d5e6809fa75741cdc224940b51b7a3d5b93d5f49eeae3296a0b56c23871
|
|
7
|
+
data.tar.gz: 509d2a9fee9b39526bb12282d04d13ddb48113ca38849941c26cb26695a7cb67df67723827a3a5f72435799804953b7d923df6275fa300fb3537b191a39dc204
|
data/rubocul.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = 'rubocul'
|
|
3
|
-
spec.version = '
|
|
3
|
+
spec.version = '3.0.0'
|
|
4
4
|
spec.authors = ["Carla Galarza", "Eric O'Hanlon", "Ben Armintor"]
|
|
5
5
|
|
|
6
6
|
spec.summary = 'A style configuration for Rubocop'
|
|
@@ -12,5 +12,5 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
|
14
14
|
|
|
15
|
-
spec.add_dependency 'bixby', '
|
|
15
|
+
spec.add_dependency 'bixby', '3.0.2'
|
|
16
16
|
end
|
data/rubocul_default.yml
CHANGED
|
@@ -14,11 +14,11 @@ AllCops:
|
|
|
14
14
|
- 'node_modules/**/*'
|
|
15
15
|
|
|
16
16
|
# Turning off until we can support multiple enforced styles (key and table). This is available in newer version of rubocop.
|
|
17
|
-
Layout/
|
|
17
|
+
Layout/HashAlignment:
|
|
18
18
|
Enabled: false
|
|
19
19
|
|
|
20
20
|
# In Rubocop 0.68 (a newer version than we're using right now), the IndentHash rule has been renamed to IndentFirstHashElement.
|
|
21
|
-
Layout/
|
|
21
|
+
Layout/FirstHashElementIndentation:
|
|
22
22
|
EnforcedStyle: consistent
|
|
23
23
|
|
|
24
24
|
RSpec/MessageSpies:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carla Galarza
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2022-02-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version:
|
|
35
|
+
version: 3.0.2
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version:
|
|
42
|
+
version: 3.0.2
|
|
43
43
|
description: Recommended Rubocop configuration for Ruby projects created by the Columbia
|
|
44
44
|
University Libraries
|
|
45
45
|
email:
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
|
-
rubygems_version: 3.
|
|
79
|
+
rubygems_version: 3.3.5
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: A style configuration for Rubocop
|