osm-rubocop 0.1.4 → 0.1.5
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/default.yml +4 -1
- data/lib/osm/rubocop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfecfdec9dd60ffd90b1ef8fc2075be3544df571
|
|
4
|
+
data.tar.gz: 872e972e0e44edddc08d859d62c4a6127c582f6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d401914ca724b57efe09631998887e65e3fd5dbde5d325052355411972491b8a1e97116274126a9f47e7a8c13949c9e2e704a536e1adef1e8994becb15f07ab0
|
|
7
|
+
data.tar.gz: 4a719567a7f6defa568a85f8daa36a0b86e8a685d481a9c4734ea535fe61dafd3ca9266242be6a4d2fc8dc111bc350c0c01ee72e4ff40f6ee4df063edfd3f4bc
|
data/config/default.yml
CHANGED
|
@@ -122,7 +122,10 @@ Style/RegexpLiteral:
|
|
|
122
122
|
Style/SymbolArray:
|
|
123
123
|
EnforcedStyle: brackets
|
|
124
124
|
|
|
125
|
-
Style/
|
|
125
|
+
Style/TrailingCommaInArrayLiteral:
|
|
126
|
+
EnforcedStyleForMultiline: comma
|
|
127
|
+
|
|
128
|
+
Style/TrailingCommaInHashLiteral:
|
|
126
129
|
EnforcedStyleForMultiline: comma
|
|
127
130
|
|
|
128
131
|
Style/YodaCondition:
|
data/lib/osm/rubocop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: osm-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Isaac Betesh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
111
|
rubyforge_project:
|
|
112
|
-
rubygems_version: 2.6.
|
|
112
|
+
rubygems_version: 2.6.14
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: OnSite Ruby coding conventions.
|