rubocop-rake 0.7.0 → 0.7.1

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: c253f7db93c311dcb08404abf4f310b37447bb191349022774f4b1d3b0801a47
4
- data.tar.gz: 7cf21f3beb4f90cca3006c320c684c5dbe44d3279c4b65ea2ad24287a0e473b4
3
+ metadata.gz: 73918e72f7bf532b0f7135573441db1a9ef24e238643fc17ea994590f66324f6
4
+ data.tar.gz: fb2e221a24d9137951a0a44da94c321640014a76d4c7708c64a98b881152174d
5
5
  SHA512:
6
- metadata.gz: b4370c9fb5c2f1aa26eff13f35d659decdacdcc33f4f5b71dc685ff6361987307a808f230de0359b1651934bdb1823d40134b707145b5ef4502784f43c82f3fe
7
- data.tar.gz: 362266888433803919694e02787905a4d775f0ce5c76d79984572bbb673e24b4e7105f4fe8db6425e9622d828f8d4dba137293f434594f4e9210786532d428ee
6
+ metadata.gz: '038cf12d0dfc8ab1961ab51a8cb6338cd8b2eca829a2c31c356fc93934cc36c27ec7877c092068ed2f6b3da5cdb32b63a055328440606ae5e04749eaab3dd35a'
7
+ data.tar.gz: bb96859209d55b15b99ff079870d7845dc06b572623c497227f1ef1562cf507be2960eb1e2c180cf937584210ef3af9483636b825660a87356c213e7285248b3
data/CHANGELOG.md CHANGED
@@ -2,9 +2,20 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.7.1 (2025-02-16)
6
+
7
+ ### Bug fixes
8
+
9
+ * [#59](https://github.com/rubocop/rubocop-rake/pull/59): Fix incorrect plugin version when displaing `rubocop -V`. ([@koic][])
10
+
5
11
  ## 0.7.0 (2025-02-16)
6
12
 
13
+ ### New features
14
+
7
15
  * [#58](https://github.com/rubocop/rubocop-rake/pull/58): Pluginfy RuboCop Rake. ([@koic][])
16
+
17
+ ### Changes
18
+
8
19
  * [#57](https://github.com/rubocop/rubocop-rake/pull/57): Drop support Ruby 2.5 and 2.6 for runtime environment. ([@koic][])
9
20
 
10
21
  ## 0.6.0 (2021-06-29)
@@ -9,7 +9,7 @@ module RuboCop
9
9
  def about
10
10
  LintRoller::About.new(
11
11
  name: 'rubocop-rake',
12
- version: Version::STRING,
12
+ version: VERSION,
13
13
  homepage: 'https://github.com/rubocop/rubocop-rake',
14
14
  description: 'A RuboCop plugin for Rake.',
15
15
  )
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Rake
5
- VERSION = "0.7.0"
5
+ VERSION = "0.7.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka Pocke Kuwabara
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-02-15 00:00:00.000000000 Z
10
+ date: 2025-02-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: lint_roller