bookingsync-stylecheck 0.0.8 → 0.0.9
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/config/rubocop.yml +9 -3
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5112a72d083d62a058617bcb522a40d1af3ac318
|
|
4
|
+
data.tar.gz: 21b52d6b487bdf4b2c64b3c0089f0c9646cea88d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13f152414b2462161f7220e9add7ba1afa3a6dec345d72dc0e16e993aeda3d6e64b4635dc635eb1c951ede85c771a92cceeeed4e05135cf051b7e3d5d97e88d4
|
|
7
|
+
data.tar.gz: a13e233cba1a37fb1b5fe9110d05bab7210e4110806539b564c7cc93815ba843bd9844ce5bd86da1dacca53446274a3bd5b0cf52f50c6bf2a7a3b4b99a14f7e5
|
data/config/rubocop.yml
CHANGED
|
@@ -33,7 +33,7 @@ Style/AlignParameters:
|
|
|
33
33
|
Enabled: true
|
|
34
34
|
|
|
35
35
|
Style/AndOr:
|
|
36
|
-
Enabled:
|
|
36
|
+
Enabled: false
|
|
37
37
|
|
|
38
38
|
Style/ArrayJoin:
|
|
39
39
|
Enabled: true
|
|
@@ -204,9 +204,15 @@ Style/TrailingBlankLines:
|
|
|
204
204
|
Style/TrailingCommaInArguments:
|
|
205
205
|
Enabled: true
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
Layout/TrailingWhitespace:
|
|
208
208
|
Enabled: true
|
|
209
209
|
|
|
210
210
|
Lint/EndAlignment:
|
|
211
|
-
|
|
211
|
+
EnforcedStyleAlignWith: variable
|
|
212
|
+
Enabled: true
|
|
213
|
+
|
|
214
|
+
Style/SingleLineBlockParams:
|
|
212
215
|
Enabled: true
|
|
216
|
+
|
|
217
|
+
Style/SymbolArray:
|
|
218
|
+
Enabled: false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookingsync-stylecheck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Marciniak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-19 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: 0.
|
|
19
|
+
version: 0.49.0
|
|
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: 0.
|
|
26
|
+
version: 0.49.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Wraps rubocop for simple and
|
|
41
|
+
description: Wraps rubocop for simple and consistent experience
|
|
42
42
|
email: mandaryyyn@gmail.com
|
|
43
43
|
executables: []
|
|
44
44
|
extensions: []
|
|
@@ -51,7 +51,7 @@ files:
|
|
|
51
51
|
- lib/bookingsync/stylecheck/railtie.rb
|
|
52
52
|
- lib/bookingsync/stylecheck/rubocop_helpers.rb
|
|
53
53
|
- lib/bookingsync/tasks/stylecheck.rake
|
|
54
|
-
homepage:
|
|
54
|
+
homepage: https://gihub.com/BookingSync/bookingsync-stylecheck
|
|
55
55
|
licenses:
|
|
56
56
|
- MIT
|
|
57
57
|
metadata: {}
|
|
@@ -71,8 +71,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
73
|
rubyforge_project:
|
|
74
|
-
rubygems_version: 2.
|
|
74
|
+
rubygems_version: 2.5.1
|
|
75
75
|
signing_key:
|
|
76
76
|
specification_version: 4
|
|
77
|
-
summary: Automatic style check for
|
|
77
|
+
summary: Automatic style check for BookingSync projects
|
|
78
78
|
test_files: []
|
|
79
|
+
has_rdoc:
|