rubocop-brands_insurance 1.4.0.pre.rc.4 → 1.5.0.pre.rc.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ecd3207be6c2296b29c18ec674c529271bbb7768ad6cdcdffa98c543bd5f951
4
- data.tar.gz: 7f3fe00f28d79565c878d18d34b8554f76a73d031d097c4ac15045b14acc6f53
3
+ metadata.gz: 10f61a4a70e6f84035c53589a52deaf4ad35744c31fc710c8bb17950333b9428
4
+ data.tar.gz: 1113429e7f846f72d89a0adf3c6758e47003e415ff5b53a3c57e5d14504a9019
5
5
  SHA512:
6
- metadata.gz: 6ef8b0400b1014a4415594681fd2f36c5f67ce506ca308af3e134d8a9d5aaefb0b01d0a697914386e80693aa014b9337fb2e75bd3fffb705d0f9769c64f130ee
7
- data.tar.gz: 8b277ee276082f55c8aff77dd990e3c7065b4a3da387cc074a52ef28f6303f26562528c4a9026bac2e91f1fd8afc3290709ba140271f496b834a46b90c1af87e
6
+ metadata.gz: dc6bcc3b5619b0e2759a3b8582a9b13d8a6528b071b8a97dad06c15c3299c0782d677ae1d413a24105ed6ccc1310a6e853f5b139c399e476397868cb08861948
7
+ data.tar.gz: fb527d7926ff55359393b0a4dda40a99e8f302561c0d76da2eebe95ebcfbfb9fa4f1a17b075bc4bfd6353e08bf486234e4269d6b67d3e25f85ddaa4806754328
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,12 @@
1
+ == 1.5.0
2
+
3
+ === This gem is being replaced by link:https://rubygems.org/gems/rubocop-rubomatic[``rubocop-rubomatic``]
4
+
5
+ == 1.4.0
6
+
7
+ * Added ``BrandsInsurance/Layout/MultilineArrayLineBreaks`` cop
8
+ ** Extends ``Layout/MultilineArrayLineBreaks`` but with ``AllowPercentArray`` config flag
9
+
1
10
  == 1.3.0
2
11
 
3
12
  * Rubocop version bump ``~> 1.49.0``
data/README.adoc CHANGED
@@ -1,3 +1,6 @@
1
+ IMPORTANT: This repo has been replaced by
2
+ link:https://github.com/BrandsInsurance/rubocop-rubomatic[``rubocop-rubomatic``]
3
+
1
4
  = Rubocop::BrandsInsurance
2
5
 
3
6
  Gem for custom rubocop rules for BrandsInsurance
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module BrandsInsurance
5
- VERSION = '1.4.0-rc.4'
5
+ VERSION = '1.5.0-rc.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-brands_insurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.pre.rc.4
4
+ version: 1.5.0.pre.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-26 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop