rubocop-socketry 0.1.0 → 0.1.1
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
- checksums.yaml.gz.sig +0 -0
- data/lib/rubocop/socketry/config.yaml +9 -0
- data/lib/rubocop/socketry/plugin.rb +1 -1
- data/lib/rubocop/socketry/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abb38c5191391101e2c6e33ecbf2461381c211efeb61b1a564603d6a7cdee934
|
4
|
+
data.tar.gz: 7f306f0e881d6a8fac183ae0190a8455fc5b9358f4d6cdf2cd4879255069ca26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edb6cf3cc36629fac5db3f5c36ecbcd22692677b12bc72937e413f211139efdbd1718d363b28c101339e32328965a98e7497f2c8f92fd3128521ce5ddc2eee03
|
7
|
+
data.tar.gz: 96dc733c3cdb27b03d50d65ae033d12299a298db28c6cd0fac00ab398e18179597a22fc7aeb35c49d9aff7ec15700b8ad0596cdec8d58a5318c9ab6ee50ca1be
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This is the default configuration file for rubocop-ioquatix.
|
4
|
+
# You can override any of these settings in your .rubocop.yml file.
|
5
|
+
|
6
|
+
Layout/ConsistentBlankLineIndentation:
|
7
|
+
Description: "Ensures that blank lines have the same indentation as the previous non-blank line."
|
8
|
+
Enabled: true
|
9
|
+
VersionAdded: "0.1.0"
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-socketry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -72,6 +72,7 @@ extra_rdoc_files: []
|
|
72
72
|
files:
|
73
73
|
- agent.md
|
74
74
|
- lib/rubocop/socketry.rb
|
75
|
+
- lib/rubocop/socketry/config.yaml
|
75
76
|
- lib/rubocop/socketry/layout/consistent_blank_line_indentation.rb
|
76
77
|
- lib/rubocop/socketry/plugin.rb
|
77
78
|
- lib/rubocop/socketry/version.rb
|
metadata.gz.sig
CHANGED
Binary file
|