talkable-style 1.2021.0810 → 1.2021.1005
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/default.yml +24 -0
- data/lib/talkable/style/version.rb +1 -1
- data/shared/.pronto_spell.pws +4 -0
- data/talkable-style.gemspec +4 -4
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9afd00a1ce6d196acfa0dcd8eaf847a582c91b4ad18d36b54e4a5c757b5005f9
|
|
4
|
+
data.tar.gz: 72b8baa31a848b34bf3254a692073f83c314938bd221f32001436fd2213cda4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 711d6ebb045d8281c9ccd4ba7bfc9e8f70b62c86b9278c3386f32ec5115f0fc5bb4c14538cf6ce811a620158cc947c3f8e05663294de71ceec0c06ffdd298fae
|
|
7
|
+
data.tar.gz: d12a578210b35f062b1703e3bb2904ace3730f68250339ed0c49ac1f9b3df726e0ef05c58adb7a5d7a0c6cdeaa12235b1889564b8f77eca2bcef8543ef367184
|
data/default.yml
CHANGED
|
@@ -153,6 +153,10 @@ Lint/AmbiguousAssignment:
|
|
|
153
153
|
Enabled: true
|
|
154
154
|
Lint/AmbiguousOperator:
|
|
155
155
|
Enabled: true
|
|
156
|
+
Lint/AmbiguousOperatorPrecedence:
|
|
157
|
+
Enabled: true
|
|
158
|
+
Lint/AmbiguousRange:
|
|
159
|
+
Enabled: true
|
|
156
160
|
Lint/AmbiguousRegexpLiteral:
|
|
157
161
|
Enabled: true
|
|
158
162
|
Lint/BigDecimalNew:
|
|
@@ -231,6 +235,8 @@ Lint/IdentityComparison:
|
|
|
231
235
|
Enabled: true
|
|
232
236
|
Lint/ImplicitStringConcatenation:
|
|
233
237
|
Enabled: true
|
|
238
|
+
Lint/IncompatibleIoSelectWithFiberScheduler:
|
|
239
|
+
Enabled: true
|
|
234
240
|
Lint/IneffectiveAccessModifier:
|
|
235
241
|
Enabled: true
|
|
236
242
|
Lint/InheritException:
|
|
@@ -296,6 +302,8 @@ Lint/RegexpAsCondition:
|
|
|
296
302
|
Enabled: true
|
|
297
303
|
Lint/RequireParentheses:
|
|
298
304
|
Enabled: true
|
|
305
|
+
Lint/RequireRelativeSelfPath:
|
|
306
|
+
Enabled: true
|
|
299
307
|
Lint/RescueException:
|
|
300
308
|
Enabled: true
|
|
301
309
|
Lint/RescueType:
|
|
@@ -593,6 +601,8 @@ Rails/RedundantAllowNil:
|
|
|
593
601
|
Enabled: true
|
|
594
602
|
Rails/RedundantReceiverInWithOptions:
|
|
595
603
|
Enabled: true
|
|
604
|
+
Rails/RedundantTravelBack:
|
|
605
|
+
Enabled: true
|
|
596
606
|
Rails/ReflectionClassName:
|
|
597
607
|
Enabled: true
|
|
598
608
|
Rails/RelativeDateConstant:
|
|
@@ -712,6 +722,8 @@ RSpec/ExampleWithoutDescription:
|
|
|
712
722
|
Enabled: true
|
|
713
723
|
RSpec/ExampleWording:
|
|
714
724
|
Enabled: true
|
|
725
|
+
RSpec/ExcessiveDocstringSpacing:
|
|
726
|
+
Enabled: true
|
|
715
727
|
RSpec/ExpectInHook:
|
|
716
728
|
Enabled: true
|
|
717
729
|
RSpec/ExpectOutput:
|
|
@@ -779,6 +791,8 @@ RSpec/SingleArgumentMessageChain:
|
|
|
779
791
|
Enabled: true
|
|
780
792
|
RSpec/StubbedMock:
|
|
781
793
|
Enabled: true
|
|
794
|
+
RSpec/SubjectDeclaration:
|
|
795
|
+
Enabled: true
|
|
782
796
|
RSpec/VariableDefinition:
|
|
783
797
|
Enabled: true
|
|
784
798
|
RSpec/VariableName:
|
|
@@ -792,6 +806,8 @@ RSpec/Yield:
|
|
|
792
806
|
|
|
793
807
|
Security/Eval:
|
|
794
808
|
Enabled: true
|
|
809
|
+
Security/IoMethods:
|
|
810
|
+
Enabled: true
|
|
795
811
|
Security/JSONLoad:
|
|
796
812
|
Enabled: true
|
|
797
813
|
Security/MarshalLoad:
|
|
@@ -987,6 +1003,10 @@ Style/NonNilCheck:
|
|
|
987
1003
|
Enabled: true
|
|
988
1004
|
Style/Not:
|
|
989
1005
|
Enabled: true
|
|
1006
|
+
Style/NumberedParameters:
|
|
1007
|
+
Enabled: true
|
|
1008
|
+
Style/NumberedParametersLimit:
|
|
1009
|
+
Enabled: true
|
|
990
1010
|
Style/NumericLiteralPrefix:
|
|
991
1011
|
Enabled: true
|
|
992
1012
|
Style/NumericLiterals:
|
|
@@ -1045,6 +1065,8 @@ Style/RedundantSelf:
|
|
|
1045
1065
|
Enabled: true
|
|
1046
1066
|
Style/RedundantSelfAssignment:
|
|
1047
1067
|
Enabled: true
|
|
1068
|
+
Style/RedundantSelfAssignmentBranch:
|
|
1069
|
+
Enabled: true
|
|
1048
1070
|
Style/RedundantSort:
|
|
1049
1071
|
Enabled: true
|
|
1050
1072
|
Style/RedundantSortBy:
|
|
@@ -1057,6 +1079,8 @@ Style/SafeNavigation:
|
|
|
1057
1079
|
Enabled: true
|
|
1058
1080
|
Style/Sample:
|
|
1059
1081
|
Enabled: true
|
|
1082
|
+
Style/SelectByRegexp:
|
|
1083
|
+
Enabled: true
|
|
1060
1084
|
Style/SelfAssignment:
|
|
1061
1085
|
Enabled: true
|
|
1062
1086
|
Style/SignalException:
|
data/shared/.pronto_spell.pws
CHANGED
|
@@ -37,6 +37,7 @@ american
|
|
|
37
37
|
amongst
|
|
38
38
|
analytics
|
|
39
39
|
anonymized
|
|
40
|
+
antialiased
|
|
40
41
|
apollo
|
|
41
42
|
areaspline
|
|
42
43
|
arial
|
|
@@ -320,6 +321,7 @@ ldquo
|
|
|
320
321
|
leaderboard
|
|
321
322
|
lenovo
|
|
322
323
|
leonid
|
|
324
|
+
lilysilk
|
|
323
325
|
lindman
|
|
324
326
|
linecap
|
|
325
327
|
linejoin
|
|
@@ -425,6 +427,7 @@ onprogress
|
|
|
425
427
|
onreadystatechange
|
|
426
428
|
onsubmit
|
|
427
429
|
ontimeout
|
|
430
|
+
ontouchstart
|
|
428
431
|
opencart
|
|
429
432
|
openssl
|
|
430
433
|
opentype
|
|
@@ -460,6 +463,7 @@ preloaded
|
|
|
460
463
|
preloading
|
|
461
464
|
prepend
|
|
462
465
|
preprocess
|
|
466
|
+
prerendered
|
|
463
467
|
presigned
|
|
464
468
|
prestashop
|
|
465
469
|
prettierrc
|
data/talkable-style.gemspec
CHANGED
|
@@ -24,9 +24,9 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
25
25
|
spec.require_paths = ["lib"]
|
|
26
26
|
|
|
27
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
28
|
-
spec.add_dependency "rubocop-performance", "~> 1.11.
|
|
29
|
-
spec.add_dependency "rubocop-rails", "~> 2.
|
|
27
|
+
spec.add_dependency "rubocop", "~> 1.22.1"
|
|
28
|
+
spec.add_dependency "rubocop-performance", "~> 1.11.5"
|
|
29
|
+
spec.add_dependency "rubocop-rails", "~> 2.12.2"
|
|
30
30
|
spec.add_dependency "rubocop-rake", "~> 0.6.0"
|
|
31
|
-
spec.add_dependency "rubocop-rspec", "~> 2.
|
|
31
|
+
spec.add_dependency "rubocop-rspec", "~> 2.5.0"
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: talkable-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2021.
|
|
4
|
+
version: 1.2021.1005
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Talkable
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.22.1
|
|
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.
|
|
26
|
+
version: 1.22.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.11.
|
|
33
|
+
version: 1.11.5
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.11.
|
|
40
|
+
version: 1.11.5
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2.
|
|
47
|
+
version: 2.12.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2.
|
|
54
|
+
version: 2.12.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rubocop-rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.5.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: 2.5.0
|
|
83
83
|
description:
|
|
84
84
|
email:
|
|
85
85
|
- dev@talkable.com
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
|
-
rubygems_version: 3.2.
|
|
124
|
+
rubygems_version: 3.2.28
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: Talkable style guides and shared style configs.
|