rubocop-rubycw 0.2.0 → 0.2.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: 10400a7e8d7cb88964ffa0c2615da00f4a2a623caa0648779e252c92cd8b4612
4
- data.tar.gz: b30a3eb957415c8d3fbfa6838840618820fe9d1e1b3aa51f1a032930ea2f76d0
3
+ metadata.gz: 46ad8b5050db8fda6b392805dd336e0eb4e6c0222497249db38fbd18db15d2f7
4
+ data.tar.gz: a41f74f859db37ae15bfe66271b0a05a56ca72f587c67b420786bc559d7f2f41
5
5
  SHA512:
6
- metadata.gz: 9e8f12b43e01d9f192aca8704705dfa53ddc033ef17a9cdc10611798e5bd899d9a0cc4280fe804e1d2b5c6d3ba447070f9691ab0602b6e496df86718c34d0407
7
- data.tar.gz: 65dd59bbfe15ff2103228d5b501473bcc436d50a2fbba2dd85c07ff36ce36f3ec1702122070d3a0c9c064a7a53ad337692ab2ffdd8742c871c2d9bcc48ec443d
6
+ metadata.gz: d3ff2e2b1c19b07fb6118c4408bab77f87a051827a9496bed37b9880cf551c80f8afc9d7138e15f8b6417b265b010e430e89a43b796acb7d3df6c70e63499bca
7
+ data.tar.gz: b68f306a62e8aa723265de8995b4bb4197703c42820cf143e8f74582c7fb252d710988d1bf6bbe7b822b0cd6f2d231d41b9eb39efe3465c64927f93e0607baf2
@@ -9,7 +9,7 @@ module RuboCop
9
9
  def about
10
10
  LintRoller::About.new(
11
11
  name: 'rubocop-rubycw',
12
- version: Version::STRING,
12
+ version: VERSION,
13
13
  homepage: 'https://github.com/rubocop/rubocop-rubycw',
14
14
  description: 'Integrate RuboCop and `ruby -cw`.'
15
15
  )
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Rubycw
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rubycw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka Pocke Kuwabara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-15 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller