rubocop-commsworld 0.2.0 → 0.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6e78385f7c2b4d27cc14007954a97b46a81d2063ca206cf7f5389162bc621b6
4
- data.tar.gz: d2b77591cd9663b103ec2c81fd92ad00ea916d5695f8b4d0352e28fe27a6cfb4
3
+ metadata.gz: 39674230cfbc2ecd43e089a4177043a7036ccc2eb9dff358a88503f9ddbecfe1
4
+ data.tar.gz: 44f9471346f05530b6ff89b00692a06214ae84dd2921b1e18831fcb7e4fb2142
5
5
  SHA512:
6
- metadata.gz: 426e6d641870cd61e23253b8bc00dd383d90464aaf46f42f158b9032d506e95633b035c81127beb37a2b2ba15fa2f3486f264605b9988c37c2a4a483f1f7715d
7
- data.tar.gz: 8d16879f8a3495364c2686413f7479e3d9843263d9de1d4b3530afde1b85dce9ed0e909513787b1f8e7a5fe59925dc44031333d82ca70560914d0ebe650eb122
6
+ metadata.gz: dd243fd8cae487c3385bb7d7aa9c271d0b476cf9bb36deead53d9268790035ee2740cf4c5c7f97219033edb12d1791bd799c21630712a16855cfa1d5c81a4502
7
+ data.tar.gz: e550ace3c0cf36da1d3f27c61eb109f0355f08091b597d643108be6a845d1b3dab7d4fa2ce24bd7edca7e28c5f29197362d1fee9de41aa988050409e3019cdb1
@@ -129,6 +129,9 @@ Style/NumericLiterals:
129
129
  Style/RedundantFetchBlock:
130
130
  Enabled: no
131
131
 
132
+ Style/RedundantInterpolation:
133
+ Enabled: no
134
+
132
135
  Style/RegexpLiteral:
133
136
  EnforcedStyle: mixed
134
137
  AllowInnerSlashes: yes
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Commsworld
3
- VERSION = "0.2.0".freeze
3
+ VERSION = "0.3.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-commsworld
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis Eason
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-16 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.10'
83
- description:
83
+ description:
84
84
  email:
85
85
  - lewis.eason@commsworld.com
86
86
  executables: []
@@ -110,7 +110,7 @@ homepage: https://github.com/commsworld/rubocop-commsworld
110
110
  licenses:
111
111
  - MIT
112
112
  metadata: {}
113
- post_install_message:
113
+ post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
116
116
  - lib
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubygems_version: 3.0.6
129
- signing_key:
129
+ signing_key:
130
130
  specification_version: 4
131
131
  summary: Commsworld rubocop config and cops
132
132
  test_files: []