rubocop-oneoff_codemod 0.0.6 → 0.0.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74df30b3cdeb5904c20dacd23deca2dc974775f9049299ff35b3278ae8078d1b
4
- data.tar.gz: dc65efa665ab4656f54bb8d1988004db80816d922726e3825b6f3ab86b133d63
3
+ metadata.gz: a877f8417cb16bb7c0956b657be916ca5003ce80af7e1f8133d615537945bb8b
4
+ data.tar.gz: e9970c705d8fb1da22cad3857d9cd1514102e923960bc22861ab53b2ded07e84
5
5
  SHA512:
6
- metadata.gz: cef297f85fcb688903882ecd8a85cba0e2a780268238cb0a6f8ec6f168dfc399587677e42041a200ab919cc4b906382931d34e26f116c2d42db3023ae3eaa1b0
7
- data.tar.gz: 6de7b3ef3cb1c5e9c1450c204b8e62859bbe5d829f96ff54c7ea94522e89c74a03d25518a24058e85bfd1b168206ad4c9b3214496458cb98a15181c174bf6caf
6
+ metadata.gz: 6b74d4ef24b06d8d103335083fefb6b5f385e59efaea0e04f05f9430461ce406ffcbbc08c2cf2fad6ce661a5cf309d6a31c7d50aa7fe05045da191a9d6804c9d
7
+ data.tar.gz: 4fb48a4585b45dce3ec3dce95fbdb6dc511693f024f55365dc9581ded263cccfeaaef7198c74096cdb390f45ea5a0a67448d30b69222e1b3dc539cd9bac4141e
@@ -50,7 +50,7 @@ module RuboCop
50
50
  end
51
51
  end
52
52
 
53
- corrector.replace(comment.location.expression, "# #{string.join}")
53
+ corrector.replace(comment.location.expression, "#: #{string.join}")
54
54
  end
55
55
  end
56
56
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module OneoffCodemod
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-oneoff_codemod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koji NAKAMURA