rubocop-lts-rspec 1.0.2 → 1.0.3
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
- checksums.yaml.gz.sig +2 -4
- data/CHANGELOG.md +33 -1
- data/README.md +6 -19
- data/lib/rubocop/lts/rspec/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +60 -48
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62310645a199da8e1b8c80c7b6fa0d338d76ced0b474f68323fea9d7ff05a52c
|
|
4
|
+
data.tar.gz: 254492f04575635b01ee648f04ef7c3677983133661bcaad68684acb0e1807d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca0e9e4d778ca8e3ba56968afb957d2474a5b8e20e7887e5d4ff4469cd03cdde1bd0be799aaae20bb5255afeeb0f828de21c3d2d0659ee0523c42fb3269c296b
|
|
7
|
+
data.tar.gz: 96a47f9828ebb7964c0227d6a529fee658e58441f39238bc639dc838151bbd9db806e15108e60b3ce15aa19a171794a4687ee3cc6f510c8753212aff5d29874d
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
���\$s�C� j�}��m�J��ޥ�6��p)�'+ȟ�4���z�*����!09Q�G�=��אY��4~�������w��=hE�6;�GӪ���J���,Rg��GN���u�a����~��+�����h_`�����x�=}ԓ-�[�yQ�8���g̋����:����L��zu�@�h�p���B��:��|WDfOb�Z*�-o����-Eњ5��\c3��Pu��������e��z�e����?���s��=�|v.86��b�Z��W_��|�y��Do�e\���g�/�
|
|
4
|
-
�F�ۮ,�%��wVQ%/*��Ǡ�l��x��ٱ2�hK{��LFDC ����L
|
|
1
|
+
�1�a=�>�l�&�k|�i��Cµ{����S!���j~,P�|fxʹ��f�<�kN|݅���̔���"8JUaέ� T����EX�H��3�5��<ݫ��9���fC��@�E����<�b�r��� �4=(N /�M�
|
|
2
|
+
M=�Ffҝ��kJi�<=���$�{ !y�ERq��=��m�FE.��s5m= �"���*��sY ��w:l���|`�D�~�aRݾ��\
|
data/CHANGELOG.md
CHANGED
|
@@ -7,13 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
9
|
### Changed
|
|
10
|
+
### Fixed
|
|
11
|
+
### Removed
|
|
12
|
+
|
|
13
|
+
## [1.0.3] 2026-06-01
|
|
14
|
+
### Added
|
|
15
|
+
### Changed
|
|
16
|
+
- Updated dependency floors:
|
|
17
|
+
- `rubocop` to `~> 1.84`, `>= 1.84.2`.
|
|
18
|
+
- `rubocop-factory_bot` to `~> 2.28`, `>= 2.28.0`.
|
|
19
|
+
- `rubocop-rspec` to `~> 3.9`, `>= 3.9.0`.
|
|
20
|
+
- `rubocop-rspec-extra` to `~> 0.3`, `>= 0.3.0`.
|
|
21
|
+
- `standard` to `~> 1.54`, `>= 1.54.0`.
|
|
22
|
+
- `standard-rspec` to `~> 0.5`, `>= 0.5.0`.
|
|
23
|
+
- Release and test dependencies to their latest compatible floors.
|
|
24
|
+
- Corrected gem metadata to declare the Ruby 3.2 runtime floor that has been implicit since the last major release.
|
|
25
|
+
### Fixed
|
|
26
|
+
### Removed
|
|
27
|
+
|
|
28
|
+
## [1.0.2] 2026-06-01
|
|
29
|
+
### Added
|
|
30
|
+
### Changed
|
|
10
31
|
- Load RSpec-family RuboCop extensions through RuboCop's plugin API.
|
|
11
32
|
### Fixed
|
|
12
33
|
### Removed
|
|
34
|
+
|
|
35
|
+
## [1.0.1] 2026-05-30
|
|
36
|
+
### Added
|
|
37
|
+
- Coverage dependency for release specs.
|
|
38
|
+
### Changed
|
|
39
|
+
- Updated release and documentation dependencies.
|
|
40
|
+
### Fixed
|
|
41
|
+
### Removed
|
|
13
42
|
- rubocop-shopify as a transitive dependency (via rubocop-lts)
|
|
14
43
|
|
|
15
44
|
## [1.0.0] 2023-04-16
|
|
16
45
|
- Initial release
|
|
17
46
|
|
|
18
|
-
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/v1.0.
|
|
47
|
+
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/v1.0.3...HEAD
|
|
19
48
|
[1.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/436f8d55bd1f60cf4be17f5cd57021cd3c49a4da...v1.0.0
|
|
49
|
+
[1.0.2]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/v1.0.1...v1.0.2
|
|
50
|
+
[1.0.1]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/v1.0.0...v1.0.1
|
|
51
|
+
[1.0.3]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/compare/v1.0.2...v1.0.3
|
data/README.md
CHANGED
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
<
|
|
2
|
-
<a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
|
|
3
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
4
|
-
</a>
|
|
5
|
-
<a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
6
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
7
|
-
</a>
|
|
8
|
-
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
|
9
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
|
|
10
|
-
</a>
|
|
11
|
-
<a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
|
|
12
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
13
|
-
</a>
|
|
14
|
-
<a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
15
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
16
|
-
</a>
|
|
17
|
-
</p>
|
|
1
|
+
<a href="https://rubocop-lts.gitlab.io/"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-192px.svg" width="20%" align="right"/></a>
|
|
18
2
|
|
|
19
3
|
# 🦾 Rubocop::Lts::RSpec [](https://github.com/rubocop-lts/rubocop-lts)
|
|
20
4
|
|
|
@@ -55,10 +39,13 @@ Only reach as far back as you need to go!
|
|
|
55
39
|
|
|
56
40
|
---
|
|
57
41
|
|
|
58
|
-
The
|
|
42
|
+
The RuboCop LTS family of gems is the distillation of more than 20 years
|
|
59
43
|
of my own Ruby expertise and source code diving,
|
|
60
|
-
built on the shoulders of the expertise of many others
|
|
44
|
+
built on the shoulders of the expertise of many others — `rubocop`, `standard`,
|
|
45
|
+
`rubocop-gradual` and others are runtime dependencies — not reinventing any wheels here);
|
|
61
46
|
organizing that expertise into per-Ruby-version sets of configurations.
|
|
47
|
+
Yes, I typed those emdashes, and wrote this entire README myself without AI —
|
|
48
|
+
`ctrl`-`shift`-`u`-`2014`.
|
|
62
49
|
|
|
63
50
|
Although the situation has improved somewhat,
|
|
64
51
|
it remains [_unsafe_ to upgrade RuboCop, or Standard][Why-Build-This],
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-lts-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -41,42 +41,42 @@ dependencies:
|
|
|
41
41
|
name: version_gem
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.1'
|
|
44
47
|
- - ">="
|
|
45
48
|
- !ruby/object:Gem::Version
|
|
46
49
|
version: 1.1.9
|
|
47
|
-
- - "<"
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: '3'
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
+
- - "~>"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '1.1'
|
|
54
57
|
- - ">="
|
|
55
58
|
- !ruby/object:Gem::Version
|
|
56
59
|
version: 1.1.9
|
|
57
|
-
- - "<"
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: '3'
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: rubocop
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '1.
|
|
66
|
+
version: '1.84'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 1.
|
|
69
|
+
version: 1.84.2
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '1.
|
|
76
|
+
version: '1.84'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 1.
|
|
79
|
+
version: 1.84.2
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: rubocop-env
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,120 +103,120 @@ dependencies:
|
|
|
103
103
|
requirements:
|
|
104
104
|
- - "~>"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '2.
|
|
106
|
+
version: '2.28'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 2.
|
|
109
|
+
version: 2.28.0
|
|
110
110
|
type: :runtime
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
114
|
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '2.
|
|
116
|
+
version: '2.28'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 2.
|
|
119
|
+
version: 2.28.0
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: rubocop-rspec
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
124
|
- - "~>"
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: '3.
|
|
126
|
+
version: '3.9'
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 3.
|
|
129
|
+
version: 3.9.0
|
|
130
130
|
type: :runtime
|
|
131
131
|
prerelease: false
|
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
133
133
|
requirements:
|
|
134
134
|
- - "~>"
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '3.
|
|
136
|
+
version: '3.9'
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 3.
|
|
139
|
+
version: 3.9.0
|
|
140
140
|
- !ruby/object:Gem::Dependency
|
|
141
141
|
name: rubocop-rspec-extra
|
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
144
|
- - "~>"
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
version: '0.
|
|
146
|
+
version: '0.3'
|
|
147
147
|
- - ">="
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
|
-
version: 0.
|
|
149
|
+
version: 0.3.0
|
|
150
150
|
type: :runtime
|
|
151
151
|
prerelease: false
|
|
152
152
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
|
154
154
|
- - "~>"
|
|
155
155
|
- !ruby/object:Gem::Version
|
|
156
|
-
version: '0.
|
|
156
|
+
version: '0.3'
|
|
157
157
|
- - ">="
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.
|
|
159
|
+
version: 0.3.0
|
|
160
160
|
- !ruby/object:Gem::Dependency
|
|
161
161
|
name: standard
|
|
162
162
|
requirement: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
|
-
- - "
|
|
164
|
+
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: '1.
|
|
167
|
-
- - "
|
|
166
|
+
version: '1.54'
|
|
167
|
+
- - ">="
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
|
-
version:
|
|
169
|
+
version: 1.54.0
|
|
170
170
|
type: :runtime
|
|
171
171
|
prerelease: false
|
|
172
172
|
version_requirements: !ruby/object:Gem::Requirement
|
|
173
173
|
requirements:
|
|
174
|
-
- - "
|
|
174
|
+
- - "~>"
|
|
175
175
|
- !ruby/object:Gem::Version
|
|
176
|
-
version: '1.
|
|
177
|
-
- - "
|
|
176
|
+
version: '1.54'
|
|
177
|
+
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version:
|
|
179
|
+
version: 1.54.0
|
|
180
180
|
- !ruby/object:Gem::Dependency
|
|
181
181
|
name: standard-rspec
|
|
182
182
|
requirement: !ruby/object:Gem::Requirement
|
|
183
183
|
requirements:
|
|
184
184
|
- - "~>"
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
|
-
version: '0.
|
|
186
|
+
version: '0.5'
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 0.
|
|
189
|
+
version: 0.5.0
|
|
190
190
|
type: :runtime
|
|
191
191
|
prerelease: false
|
|
192
192
|
version_requirements: !ruby/object:Gem::Requirement
|
|
193
193
|
requirements:
|
|
194
194
|
- - "~>"
|
|
195
195
|
- !ruby/object:Gem::Version
|
|
196
|
-
version: '0.
|
|
196
|
+
version: '0.5'
|
|
197
197
|
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 0.
|
|
199
|
+
version: 0.5.0
|
|
200
200
|
- !ruby/object:Gem::Dependency
|
|
201
201
|
name: rake
|
|
202
202
|
requirement: !ruby/object:Gem::Requirement
|
|
203
203
|
requirements:
|
|
204
204
|
- - "~>"
|
|
205
205
|
- !ruby/object:Gem::Version
|
|
206
|
-
version: '13.
|
|
206
|
+
version: '13.4'
|
|
207
207
|
- - ">="
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 13.2
|
|
209
|
+
version: 13.4.2
|
|
210
210
|
type: :development
|
|
211
211
|
prerelease: false
|
|
212
212
|
version_requirements: !ruby/object:Gem::Requirement
|
|
213
213
|
requirements:
|
|
214
214
|
- - "~>"
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
|
-
version: '13.
|
|
216
|
+
version: '13.4'
|
|
217
217
|
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 13.2
|
|
219
|
+
version: 13.4.2
|
|
220
220
|
- !ruby/object:Gem::Dependency
|
|
221
221
|
name: kettle-soup-cover
|
|
222
222
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -266,7 +266,7 @@ dependencies:
|
|
|
266
266
|
version: '0.9'
|
|
267
267
|
- - ">="
|
|
268
268
|
- !ruby/object:Gem::Version
|
|
269
|
-
version: 0.9.
|
|
269
|
+
version: 0.9.44
|
|
270
270
|
type: :development
|
|
271
271
|
prerelease: false
|
|
272
272
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -276,27 +276,27 @@ dependencies:
|
|
|
276
276
|
version: '0.9'
|
|
277
277
|
- - ">="
|
|
278
278
|
- !ruby/object:Gem::Version
|
|
279
|
-
version: 0.9.
|
|
279
|
+
version: 0.9.44
|
|
280
280
|
- !ruby/object:Gem::Dependency
|
|
281
281
|
name: rubocop-lts
|
|
282
282
|
requirement: !ruby/object:Gem::Requirement
|
|
283
283
|
requirements:
|
|
284
284
|
- - "~>"
|
|
285
285
|
- !ruby/object:Gem::Version
|
|
286
|
-
version: '24.
|
|
286
|
+
version: '24.1'
|
|
287
287
|
- - ">="
|
|
288
288
|
- !ruby/object:Gem::Version
|
|
289
|
-
version: 24.0
|
|
289
|
+
version: 24.1.0
|
|
290
290
|
type: :development
|
|
291
291
|
prerelease: false
|
|
292
292
|
version_requirements: !ruby/object:Gem::Requirement
|
|
293
293
|
requirements:
|
|
294
294
|
- - "~>"
|
|
295
295
|
- !ruby/object:Gem::Version
|
|
296
|
-
version: '24.
|
|
296
|
+
version: '24.1'
|
|
297
297
|
- - ">="
|
|
298
298
|
- !ruby/object:Gem::Version
|
|
299
|
-
version: 24.0
|
|
299
|
+
version: 24.1.0
|
|
300
300
|
- !ruby/object:Gem::Dependency
|
|
301
301
|
name: rubocop-packaging
|
|
302
302
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -324,6 +324,9 @@ dependencies:
|
|
|
324
324
|
- - "~>"
|
|
325
325
|
- !ruby/object:Gem::Version
|
|
326
326
|
version: '3.13'
|
|
327
|
+
- - ">="
|
|
328
|
+
- !ruby/object:Gem::Version
|
|
329
|
+
version: 3.13.2
|
|
327
330
|
type: :development
|
|
328
331
|
prerelease: false
|
|
329
332
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -331,6 +334,9 @@ dependencies:
|
|
|
331
334
|
- - "~>"
|
|
332
335
|
- !ruby/object:Gem::Version
|
|
333
336
|
version: '3.13'
|
|
337
|
+
- - ">="
|
|
338
|
+
- !ruby/object:Gem::Version
|
|
339
|
+
version: 3.13.2
|
|
334
340
|
- !ruby/object:Gem::Dependency
|
|
335
341
|
name: rspec-block_is_expected
|
|
336
342
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -358,6 +364,9 @@ dependencies:
|
|
|
358
364
|
- - "~>"
|
|
359
365
|
- !ruby/object:Gem::Version
|
|
360
366
|
version: '0.6'
|
|
367
|
+
- - ">="
|
|
368
|
+
- !ruby/object:Gem::Version
|
|
369
|
+
version: 0.6.0
|
|
361
370
|
type: :development
|
|
362
371
|
prerelease: false
|
|
363
372
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -365,6 +374,9 @@ dependencies:
|
|
|
365
374
|
- - "~>"
|
|
366
375
|
- !ruby/object:Gem::Version
|
|
367
376
|
version: '0.6'
|
|
377
|
+
- - ">="
|
|
378
|
+
- !ruby/object:Gem::Version
|
|
379
|
+
version: 0.6.0
|
|
368
380
|
- !ruby/object:Gem::Dependency
|
|
369
381
|
name: rspec-stubbed_env
|
|
370
382
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -446,10 +458,10 @@ licenses:
|
|
|
446
458
|
- MIT
|
|
447
459
|
metadata:
|
|
448
460
|
homepage_uri: https://rubocop-lts.gitlab.io/
|
|
449
|
-
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/tree/v1.0.
|
|
450
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/blob/v1.0.
|
|
461
|
+
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/tree/v1.0.3
|
|
462
|
+
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/blob/v1.0.3/CHANGELOG.md
|
|
451
463
|
bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/issues
|
|
452
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-rspec/1.0.
|
|
464
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-rspec/1.0.3
|
|
453
465
|
wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts-rspec/-/wikis/home
|
|
454
466
|
funding_uri: https://liberapay.com/pboling
|
|
455
467
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|