rubocul 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/rubocul.gemspec +2 -3
- data/rubocul_default.yml +6 -3
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 450941d4c06ce5d313e3f86d1b09b08ab08b3df23e6c6c70a141122504bac941
|
4
|
+
data.tar.gz: 20120e021a893929d919cdf86376b717554f1fdf60ad84159f7cab1df85297f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7291594ff302fe7d7b4f222994782ea9cae1f38f929a2b8754ec293a1d079c85b7776bc8d308cce0fc9057d414fb8b1ca9fe268974221c4e89636d3fb62e0d9a
|
7
|
+
data.tar.gz: 379f38a6b19acadf599671008e9f86110ec2eecd9b4358dfbace92809010df8c496bcfbe8eb037bc157b335415ca919b432c6000b7237bbd60de2b610fe7b19c
|
data/README.md
CHANGED
data/rubocul.gemspec
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = 'rubocul'
|
3
|
-
spec.version = '2.0.
|
4
|
-
spec.authors = [
|
5
|
-
spec.email = ['cmg2228@columbia.edu']
|
3
|
+
spec.version = '2.0.1'
|
4
|
+
spec.authors = ["Carla Galarza", "Eric O'Hanlon"]
|
6
5
|
|
7
6
|
spec.summary = 'A style configuration for Rubocop'
|
8
7
|
spec.description = 'Recommended Rubocop configuration for Ruby projects created by the Columbia University Libraries'
|
data/rubocul_default.yml
CHANGED
@@ -4,7 +4,7 @@ inherit_gem:
|
|
4
4
|
inherit_mode:
|
5
5
|
merge:
|
6
6
|
- Exclude
|
7
|
-
|
7
|
+
|
8
8
|
AllCops:
|
9
9
|
Exclude:
|
10
10
|
- 'app/javascript/**/*'
|
@@ -23,10 +23,13 @@ RSpec/MessageSpies:
|
|
23
23
|
|
24
24
|
Style/BlockDelimiters:
|
25
25
|
EnforcedStyle: braces_for_chaining
|
26
|
-
|
26
|
+
|
27
|
+
Style/RedundantSelf:
|
28
|
+
Enabled: false
|
29
|
+
|
27
30
|
Metrics/BlockLength:
|
28
31
|
Exclude:
|
29
32
|
- 'spec/**/*'
|
30
33
|
|
31
34
|
Rails/HasAndBelongsToMany:
|
32
|
-
Enabled: false
|
35
|
+
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocul
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carla Galarza
|
8
|
-
|
8
|
+
- Eric O'Hanlon
|
9
|
+
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|
@@ -41,7 +42,6 @@ dependencies:
|
|
41
42
|
description: Recommended Rubocop configuration for Ruby projects created by the Columbia
|
42
43
|
University Libraries
|
43
44
|
email:
|
44
|
-
- cmg2228@columbia.edu
|
45
45
|
executables: []
|
46
46
|
extensions: []
|
47
47
|
extra_rdoc_files: []
|
@@ -56,7 +56,7 @@ files:
|
|
56
56
|
homepage: http://github.com/cul/rubocul
|
57
57
|
licenses: []
|
58
58
|
metadata: {}
|
59
|
-
post_install_message:
|
59
|
+
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
require_paths:
|
62
62
|
- lib
|
@@ -71,9 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
|
-
|
75
|
-
|
76
|
-
signing_key:
|
74
|
+
rubygems_version: 3.0.8
|
75
|
+
signing_key:
|
77
76
|
specification_version: 4
|
78
77
|
summary: A style configuration for Rubocop
|
79
78
|
test_files: []
|