standard-rubocop-lts 1.0.2 → 1.0.3

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: 4b60bb51f07d8329038e61bb4320bb5bda83f0c89c2b8db2115ba1eca278cc37
4
- data.tar.gz: 4cf060ee1593fc3e98b8e32bccc48ebea0653d3a437198a35090da4aa9f43592
3
+ metadata.gz: 6bde59f8b70be887c11337c95695137ef329e7dcc4f62f570f05863dfde430a2
4
+ data.tar.gz: 7fe3919dd5f0aa28ddbf2ef7cbdad5a1bf825648e06f9868b9ed172dfd7ca10c
5
5
  SHA512:
6
- metadata.gz: 3a5c3949e0cdee94abc6b4de21e23a1b18f265c5eb91ad55bf7c5a29ce232abfc12157ebd990b5872ee7f376d207f12e520082f136397181d2f41ac91cff4e37
7
- data.tar.gz: 34befe7440fc6ebe5f7782f5230efdd0f9411b2ba41fee342fc884a62db9654361c537e6cb234f953abf4ccdbfca5edc9f7f7fe731328f3cf64c7f1ce3d1f8b2
6
+ metadata.gz: ab0d10694f3d52aa30952122045f98cea2e2a306e492633701fea9e154ec57887cb4c5c3745c283c807604d01d4f550a02790975b4d71c93232e9daec832ff57
7
+ data.tar.gz: e0d7fed25e83b66f11ea0a119c071f0d4e08a2cb7e1911c2c0100c15524797d9541c8c604b37730c83b49ffacf282dcc21f4587a86b89bb142fe348e37ff5874
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Fixed
11
11
  ### Removed
12
12
 
13
+ ## [1.0.3] 2023-05-29
14
+ ### Added
15
+ - Gem releases are now signed!
16
+ ### Fixed
17
+ - URIs in gemspec (now point to GitLab)
18
+
13
19
  ## [1.0.2] 2023-05-29
14
20
  ### Added
15
21
  - `version_gem` for library version introspection
@@ -27,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
33
  - Duplicated lines from `README.md`
28
34
  - Circular dependency in gemspec (on `standard-rubocop-lts`, which is this gem)
29
35
 
36
+ ## [1.0.2] 2023-05-29
37
+ ### Changed
38
+ - Update to standard 1.28.4
39
+
30
40
  ## [1.0.1] 2023-04-16
31
41
  ### Fixed
32
42
  - config/*.yml rubocop configs were not shipped with v1.0.0
data/README.md CHANGED
@@ -158,6 +158,9 @@ inherit_gem:
158
158
  standard-rubocop-lts: config/ruby-{RUBY_MAJOR_VERSION}-{RUBY_MINOR_VERSION}.yml
159
159
  ```
160
160
 
161
+ <details>
162
+ <summary>What will this do for me?</summary>
163
+
161
164
  Among other settings specific to your chosen minimum version of ruby, the above results in the following config:
162
165
 
163
166
  ```yaml
@@ -184,6 +187,7 @@ inherit_gem:
184
187
  AllCops:
185
188
  NewCops: enable
186
189
  ```
190
+ </details>
187
191
 
188
192
  ## 💻 Development
189
193
 
data/config/ruby-3.2.yml CHANGED
@@ -1,6 +1,4 @@
1
1
  inherit_from: ./ruby-3.3.yml
2
2
 
3
- # TODO: Load basic rules for this version of Ruby from standard, once Standard includes it!
4
- # See: https://github.com/standardrb/standard/pull/560
5
- # inherit_gem:
6
- # standard: config/ruby-3.2.yml
3
+ inherit_gem:
4
+ standard: config/ruby-3.2.yml
data/config/ruby-3.3.yml CHANGED
@@ -3,4 +3,4 @@ inherit_from: ./base.yml
3
3
  # TODO: Load basic rules for this version of Ruby from standard, once Standard includes it!
4
4
  # See: https://github.com/standardrb/standard/pull/560
5
5
  # inherit_gem:
6
- # standard: config/ruby-3.2.yml
6
+ # standard: config/ruby-3.3.yml
@@ -4,7 +4,7 @@ module Standard
4
4
  module Rubocop
5
5
  module Lts
6
6
  module Version
7
- VERSION = "1.0.2"
7
+ VERSION = "1.0.3"
8
8
  end
9
9
  end
10
10
  end
data.tar.gz.sig ADDED
Binary file
metadata CHANGED
@@ -1,13 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
- cert_chain: []
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
14
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
15
+ A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
16
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
17
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA2Dn1GM3W
18
+ 8K2/rvN1zz+06bQMcxD16ZKTihVwi7Pb1v3T98rM4Omnxohm3s+CwpDWGeiB9pj6
19
+ 0I/CTce0e4e3s8GKJSOrg93veImPSoH2PfsMsRsuB8wtqyiOCjLbF5o6S29x87r0
20
+ LA5EawH+Lh4xqrkkPjdffsmLk7TaCig/vlmNvnzxXKBdey/X/aEJZXzzBiWRfVdh
21
+ O1fmMbVKyieGv9HK7+pLotIoT08bjDv8NP6V7zZslwQRqW27bQc6cqC2LGIbTYO3
22
+ 3jt1kQxfMWmhOictS6SzG9VtKSrXf0L4Neq0Gh7CLBZBvJFWJYZPfb92YNITDbd8
23
+ emPOAQlXXNMN4mMXsEqtEhCPZRMnmwO+fOk/cC4AyglKi9lnQugCQoFV1XDMZST/
24
+ CYbzdQyadOdPDInTntG6V+Uw51d2QGXZ6PDDfrx9+toc/3sl5h68rCUGgE6Q3jPz
25
+ srinqmBsxv2vTpmd4FjmiAtEnwH5/ooLpQYL8UdAjEoeysxS3AwIh+5dAgMBAAGj
26
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQWU6D156a2cle+
27
+ lb5RBfvVXlxTwjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
28
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
29
+ ggGBAJ4SqhPlgUiLYIrphGXIaxXScHyvx4kixuvdrwhI4VoQV2qXvO7R6ZjOXVwX
30
+ f/z84BWPiTZ8lzThPbt1UV/BGwkvLw9I4RjOdzvUz3J42j9Ly6q63isall07bo3F
31
+ QWe/OBvIMBF1IbjC3q5vKPg4rq8+TkNRJNoE86U2gfR+PkW3jYYs9uiy0GloHDCP
32
+ k5xgaj0vSL0Uy5mTOPdk3K6a/sUGZyYniWK05zdhIi956ynhfGaFO988FFdVw5Jq
33
+ LHtXfIpAU8F7ES04syZSslxOluw7VlcSKyRdVIr737J92ZTduppB4PRGSKRgBsWV
34
+ hXTahRE72Kyw53Q7FAuzF3v102WxAAQ7BuMjW+MyCUT75fwPm3W4ELPL8HYkNGE7
35
+ 2oA5CPghFitRnvYS3GNrDG+9bNiRMEskeaBYwZ9UgReBQIwGYVj7LZk3UhiAsn44
36
+ gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
37
+ 4/bR9A==
38
+ -----END CERTIFICATE-----
11
39
  date: 2023-05-29 00:00:00.000000000 Z
12
40
  dependencies:
13
41
  - !ruby/object:Gem::Dependency
@@ -34,9 +62,9 @@ dependencies:
34
62
  name: standard
35
63
  requirement: !ruby/object:Gem::Requirement
36
64
  requirements:
37
- - - "~>"
65
+ - - ">="
38
66
  - !ruby/object:Gem::Version
39
- version: '1.28'
67
+ version: 1.28.4
40
68
  - - "<"
41
69
  - !ruby/object:Gem::Version
42
70
  version: '2'
@@ -44,9 +72,9 @@ dependencies:
44
72
  prerelease: false
45
73
  version_requirements: !ruby/object:Gem::Requirement
46
74
  requirements:
47
- - - "~>"
75
+ - - ">="
48
76
  - !ruby/object:Gem::Version
49
- version: '1.28'
77
+ version: 1.28.4
50
78
  - - "<"
51
79
  - !ruby/object:Gem::Version
52
80
  version: '2'
@@ -174,6 +202,20 @@ dependencies:
174
202
  - - "~>"
175
203
  - !ruby/object:Gem::Version
176
204
  version: '0.5'
205
+ - !ruby/object:Gem::Dependency
206
+ name: rspec-block_is_expected
207
+ requirement: !ruby/object:Gem::Requirement
208
+ requirements:
209
+ - - "~>"
210
+ - !ruby/object:Gem::Version
211
+ version: '1.0'
212
+ type: :development
213
+ prerelease: false
214
+ version_requirements: !ruby/object:Gem::Requirement
215
+ requirements:
216
+ - - "~>"
217
+ - !ruby/object:Gem::Version
218
+ version: '1.0'
177
219
  description: Extended Standard Ruby Configs for Finely Aged Rubies; Compatible with
178
220
  rubocop-lts
179
221
  email:
@@ -206,17 +248,17 @@ files:
206
248
  - lib/standard/rubocop/lts.rb
207
249
  - lib/standard/rubocop/lts/version.rb
208
250
  - sig/standard/rubocop/lts.rbs
209
- homepage: https://rubocop-lts.gitlab.io/
251
+ homepage: https://gitlab.com/rubocop-lts/standard-rubocop-lts
210
252
  licenses:
211
253
  - MIT
212
254
  metadata:
213
- homepage_uri: https://rubocop-lts.gitlab.io/
214
- source_code_uri: https://rubocop-lts.gitlab.io//tree/v1.0.2
215
- changelog_uri: https://rubocop-lts.gitlab.io//blob/v1.0.2/CHANGELOG.md
216
- bug_tracker_uri: https://rubocop-lts.gitlab.io//issues
217
- documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/1.0.2
255
+ homepage_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts
256
+ source_code_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tree/v1.0.3
257
+ changelog_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/blob/v1.0.3/CHANGELOG.md
258
+ bug_tracker_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/issues
259
+ documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/1.0.3
260
+ wiki_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/wikis/home
218
261
  funding_uri: https://liberapay.com/pboling
219
- wiki_uri: https://rubocop-lts.gitlab.io//wiki
220
262
  rubygems_mfa_required: 'true'
221
263
  post_install_message:
222
264
  rdoc_options: []
metadata.gz.sig ADDED
Binary file