rubocop-rubomatic-rails 1.4.0.pre.rc.2 → 1.4.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
- data/lib/rubocop/rubomatic-rails/version.rb +1 -1
- metadata +12 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2919c9dda6d82933d1b2f01a98867fd850f310e4185ab5e5ebe6676fd99c36ad
|
4
|
+
data.tar.gz: 45c3c79e0e79ce10863baefc52276c5dfab5d03f60fac318f698f83e787d8162
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8a8282b8788c864b4592a88dc260833689c4683ddc5810335f90454978d61cd68f71692f01455ccaf78e6fe8a203cbaeebe1f271725cb2e5027af02fd164473
|
7
|
+
data.tar.gz: a6e1e775c65729a15b104b40e267162a8ffb95c945e1fd8ef7147aabbef758561eaf1656081eb1a1ac54b323c621c758e988a22fdfeae4db2ace4b18c23b3561
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rubomatic-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.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:
|
11
|
+
date: 2024-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-rails
|
@@ -28,22 +28,16 @@ dependencies:
|
|
28
28
|
name: rubocop-rubomatic
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 1.0.0
|
34
|
-
- - "<"
|
31
|
+
- - "~>"
|
35
32
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
33
|
+
version: 1.4.0
|
37
34
|
type: :runtime
|
38
35
|
prerelease: false
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
40
37
|
requirements:
|
41
|
-
- - "
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: 1.0.0
|
44
|
-
- - "<"
|
38
|
+
- - "~>"
|
45
39
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
40
|
+
version: 1.4.0
|
47
41
|
description:
|
48
42
|
email:
|
49
43
|
- documents@brandsinsurance.com
|
@@ -65,14 +59,14 @@ files:
|
|
65
59
|
- lib/rubocop/rubomatic-rails.rb
|
66
60
|
- lib/rubocop/rubomatic-rails/inject.rb
|
67
61
|
- lib/rubocop/rubomatic-rails/version.rb
|
68
|
-
homepage: https://github.com/BrandsInsurance/rubomatic-rails
|
62
|
+
homepage: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
|
69
63
|
licenses:
|
70
64
|
- MIT
|
71
65
|
metadata:
|
72
66
|
rubygems_mfa_required: 'true'
|
73
|
-
homepage_uri: https://github.com/BrandsInsurance/rubomatic-rails
|
74
|
-
source_code_uri: https://github.com/BrandsInsurance/rubomatic-rails
|
75
|
-
changelog_uri: https://github.com/BrandsInsurance/rubomatic-rails/blob/main/CHANGELOG.adoc
|
67
|
+
homepage_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
|
68
|
+
source_code_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
|
69
|
+
changelog_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails/blob/main/CHANGELOG.adoc
|
76
70
|
post_install_message:
|
77
71
|
rdoc_options: []
|
78
72
|
require_paths:
|
@@ -84,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
78
|
version: 3.0.1
|
85
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
80
|
requirements:
|
87
|
-
- - "
|
81
|
+
- - ">="
|
88
82
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
83
|
+
version: '0'
|
90
84
|
requirements: []
|
91
85
|
rubygems_version: 3.2.15
|
92
86
|
signing_key:
|