rubomatic 1.0.0.pre.rc.3 → 1.0.0

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: a9262e25d628119d818abdc947c6de36fa78e28acd989c346e799fd16a49e70c
4
- data.tar.gz: e63f62b52fb4b7feb81febe7d1bb965cf60413474fd7734ad37c0a19c3ca9c53
3
+ metadata.gz: 8d0ce014110f3f10f51c8caf1aa587629ef1348de213fcb9984586cbc82d4afe
4
+ data.tar.gz: 0261777e06f5b9ee0840083d173f6f4d85fe35928db283fc53922981f6f682e4
5
5
  SHA512:
6
- metadata.gz: 8e88be2f9b8880c5b530f9b0a93c120fc92e328d0361eb015954b14be893aea8d351db1193a30f73bf31120e75dbb824e9bf63999f90564bfe2b255687985957
7
- data.tar.gz: cddeb0f472f82cc66edd79e6cfcc98274bbbfdeb3840be65fe372454d9415821862c854e00d3d8f91c0633700782e13f19b2e75cda58aa1c6ce96358aee6d479
6
+ metadata.gz: 11a53d7ad1b204c6f1d74f6018b502ef88b6ca0f5daaa4e897904caf1501db14dd746deb3e67805c2b9e0751ac68437b2ab10455ab1bb31f6af64e91739b8ad5
7
+ data.tar.gz: 73f70e6f93b97d8f3d1a461cb89fdfa3c626f5330fa6a5e3167c208daa508956fcc3f51de286cbb9867cd68566ea53b79b0128e7416a4b59bc5b95e34d4f9f67
data/LICENSE.txt CHANGED
@@ -1,6 +1,4 @@
1
- Copyright (c) 2012-23 Brands Insurance
2
-
3
- Copyright for portions of project Rubocop are held by Bozhidar Batsov and other contributors, as part of project Rubocop.
1
+ Copyright (c) 2023 Brands Insurance
4
2
 
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
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'
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
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 1.1.0
33
+ version: 1.1.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.1.0
40
+ version: 1.1.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop-performance
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -112,9 +112,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: 3.0.1
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ">"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
- version: 1.3.1
117
+ version: '0'
118
118
  requirements: []
119
119
  rubygems_version: 3.2.15
120
120
  signing_key: