bookingsync-stylecheck 0.0.11 → 0.0.12
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 +3 -3
- data/lib/bookingsync/stylecheck/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4679658337271259bf516f335313bc81f607bd2c
|
|
4
|
+
data.tar.gz: 73b001a177e0fade838bb30eb5a107da857292a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c24c10ef79537540158d3c3b746b44a753a5361aa11d15677c0fbbba84f6d7beba0887a6cf6a1db737973af01eb798b19d7129bf00a2e0901737b9c10db6796
|
|
7
|
+
data.tar.gz: 551c7c201a399b70b8fc1756b333d3c849aacd082ffea0b3052a89ad0b923ccdda84a4bafac7b201687a172471ae29a4d9113524b98f36d04c396136ab3a9bd6
|
data/config/rubocop.yml
CHANGED
|
@@ -22,7 +22,7 @@ Style/Alias:
|
|
|
22
22
|
EnforcedStyle: prefer_alias_method
|
|
23
23
|
|
|
24
24
|
Layout/AlignArray:
|
|
25
|
-
Enabled:
|
|
25
|
+
Enabled: false
|
|
26
26
|
|
|
27
27
|
Layout/AlignHash:
|
|
28
28
|
Enabled: false
|
|
@@ -120,7 +120,7 @@ Layout/EmptyLinesAroundMethodBody:
|
|
|
120
120
|
Enabled: true
|
|
121
121
|
|
|
122
122
|
Style/Encoding:
|
|
123
|
-
Enabled:
|
|
123
|
+
Enabled: false
|
|
124
124
|
EnforcedStyle: never
|
|
125
125
|
|
|
126
126
|
Style/HashSyntax:
|
|
@@ -209,7 +209,7 @@ Layout/TrailingWhitespace:
|
|
|
209
209
|
Lint/EndAlignment:
|
|
210
210
|
EnforcedStyleAlignWith: variable
|
|
211
211
|
Enabled: true
|
|
212
|
-
|
|
212
|
+
|
|
213
213
|
Lint/UselessAssignment:
|
|
214
214
|
Enabled: true
|
|
215
215
|
|
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.12
|
|
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-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|