rubomatic 1.0.0.pre.rc.3 → 1.0.0.pre.rc.4

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: a9262e25d628119d818abdc947c6de36fa78e28acd989c346e799fd16a49e70c
4
- data.tar.gz: e63f62b52fb4b7feb81febe7d1bb965cf60413474fd7734ad37c0a19c3ca9c53
3
+ metadata.gz: 68eb4e1278acd31b2830eff4d97844752ec725f0257d2e022d52c04cae42eb52
4
+ data.tar.gz: eb9032ab9a57e110bca7cec573707b84b1c4a06f4cb2e56f4a93cdccd64d9431
5
5
  SHA512:
6
- metadata.gz: 8e88be2f9b8880c5b530f9b0a93c120fc92e328d0361eb015954b14be893aea8d351db1193a30f73bf31120e75dbb824e9bf63999f90564bfe2b255687985957
7
- data.tar.gz: cddeb0f472f82cc66edd79e6cfcc98274bbbfdeb3840be65fe372454d9415821862c854e00d3d8f91c0633700782e13f19b2e75cda58aa1c6ce96358aee6d479
6
+ metadata.gz: 3b56f4382aa04beadf049abdfa621a8b7df618755c056f5b5513decaf5352b57e07e07ba8d12c38025f1c809b3aef530061657114fe836caeddad5672ebe3040
7
+ data.tar.gz: fc0b70c7af7fbb3f9d682da62d631ced483dd41c7650c1e526dbc3ff0135108c4d6738a19235e3001b1a157d6e6365f9885d621c5a4b4f2385a1d5052b9c5ac1
data/LICENSE.txt CHANGED
@@ -1,7 +1,5 @@
1
1
  Copyright (c) 2012-23 Brands Insurance
2
2
 
3
- Copyright for portions of project Rubocop are held by Bozhidar Batsov and other contributors, as part of project Rubocop.
4
-
5
3
  Permission is hereby granted, free of charge, to any person obtaining
6
4
  a copy of this software and associated documentation files (the
7
5
  "Software"), to deal in the Software without restriction, including
data/configs/layout.yml CHANGED
@@ -65,7 +65,6 @@ Layout/AssignmentIndentation:
65
65
  Checks the indentation of the first line of the
66
66
  right-hand-side of a multi-line assignment.
67
67
  Enabled: true
68
- SafeAutoCorrect: false
69
68
  VersionAdded: '0.49'
70
69
  VersionChanged: '1.40'
71
70
 
@@ -700,7 +699,6 @@ Layout/LineContinuationLeadingSpace:
700
699
  broken over multiple lines (by a backslash).
701
700
  Enabled: true
702
701
  AutoCorrect: false
703
- SafeAutoCorrect: false
704
702
  VersionAdded: '1.31'
705
703
  VersionChanged: '1.32'
706
704
  EnforcedStyle: trailing
data/configs/style.yml CHANGED
@@ -1775,7 +1775,6 @@ Style/RandomWithOffset:
1775
1775
  Enabled: true
1776
1776
  VersionAdded: '0.52'
1777
1777
 
1778
- <% if RuboCop::Version.document_version.to_f >= 1.40 %>
1779
1778
  Style/RedundantArgument:
1780
1779
  Description: 'Check for a redundant argument passed to certain methods.'
1781
1780
  Enabled: true
@@ -1789,7 +1788,6 @@ Style/RedundantArgument:
1789
1788
  split:
1790
1789
  chomp:
1791
1790
  chomp!:
1792
- <% end %>
1793
1791
 
1794
1792
  Style/RedundantAssignment:
1795
1793
  Description: 'Checks for redundant assignment before returning.'
@@ -2278,7 +2276,6 @@ Style/SymbolProc:
2278
2276
  AllowedMethods:
2279
2277
  - define_method
2280
2278
  AllowedPatterns: [ ]
2281
- IgnoredMethods: [ ] # deprecated
2282
2279
  AllowComments: false
2283
2280
 
2284
2281
  Style/TernaryParentheses:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '1.0.0-rc.3'
4
+ VERSION = '1.0.0-rc.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc.3
4
+ version: 1.0.0.pre.rc.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance