gazelle_styleguide 0.0.6 → 0.0.7
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 +8 -8
- data/config/rubocop.yml +7 -0
- data/lib/gazelle_styleguide/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTRlMTBmYzEzMThiMjUwOTExZTBhMWEyZDVmZDI4YTM0MzI4ZjdiMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2M0MmYyMzBiOTkwMDU5OWM4Zjk5MjZkZmVkNzViNGUyMWQ2ZjE5Nw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTMzN2I4YWU1MTk1ZjU0ZDI1ZGUwNjg5NGRkNmY3Mzc5Y2UxYTVkMDJkYTE4
|
|
10
|
+
ZWFmM2RkYzE1MmE5OWVjOGU3NjkzZGU1YjFlOTE2ZmU0ZDBjZDkwNWFmMmQx
|
|
11
|
+
YTNjMGMyMzJlOTg5YzYzZjY0OGJlNjUyY2M1ZDkzMjY3Y2ZjNDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDIyYzU1OWFkNWZiY2YyOWRmZWE2M2JlMTRhN2UyN2UwYTIyZDU4YzZjZGM1
|
|
14
|
+
NDkwYTIzNzQzYTMwODg3Y2VhOTg2ZDNhZGYzYjUzNDhhNjE3OTk1MjQ5ZTA4
|
|
15
|
+
ZmIxMWI0M2Q5NTU0NjUxMDRjYzJlOTdhNjhlMDc3NmQ5ZWRiNTk=
|
data/config/rubocop.yml
CHANGED
|
@@ -85,6 +85,13 @@ SpaceInsideHashLiteralBraces:
|
|
|
85
85
|
- space
|
|
86
86
|
- no_space
|
|
87
87
|
|
|
88
|
+
# Checks whether the source file has a utf-8 encoding comment or not
|
|
89
|
+
Style/Encoding:
|
|
90
|
+
EnforcedStyle: when_needed
|
|
91
|
+
SupportedStyles:
|
|
92
|
+
- when_needed
|
|
93
|
+
- always
|
|
94
|
+
|
|
88
95
|
WordArray:
|
|
89
96
|
MinSize: 0
|
|
90
97
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gazelle_styleguide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allen Madsen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pre-commit
|