nitrocop 0.0.1.pre2 → 0.0.1.pre4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nitrocop.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3cb630660dc9c357bf6f73fc63d82326a0ef6be31b7c890aef261b08d8f5802
4
- data.tar.gz: dbda123bfcc04f3f045d5a11a50c2ca4ecb3f762a9b03181214519f56b8ecbfb
3
+ metadata.gz: 86c53f56e5e47828697d772d7460251b3683c4e5ce3aa8a615043fd414a728e1
4
+ data.tar.gz: a906853ea7bcd396f6324398cc3c5d83c6925abefb37a2ef71e164727850d3d6
5
5
  SHA512:
6
- metadata.gz: d250b265a7daafdc40ffb86dce473a7fb45d8c94407842737e39c276abfe00bee13c124be074a7a6aae7d2f19b30e70e83e8d75262c1a9d59b26bd4a37df5abd
7
- data.tar.gz: 1f67549371d59a9f0a69c3ca14980dade40a1e220de00f0845934b17a0d0b97cdb5fd85aeb2262d17ce6f528a19be72c98afb57837d11a7ab95b32b11e647e2a
6
+ metadata.gz: c101e175324c8855dc2738160b779d053c13de4c4f5eb435129c979f976c145a2fbb8ac0c53902bb006f197bb7180f57ba85fb46647f3884ac43b7a23f2b2015
7
+ data.tar.gz: 924ab54c03038fd9a793b19555bad8b143dbde4655b2f29dc4f211f3ec3587ecf4f07314c24a32d7b86f20359871b9d4930f8ab074a2d5b685392ba85dfb81e4
data/lib/nitrocop.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nitrocop
4
- VERSION = "0.0.1.pre2"
4
+ VERSION = "0.0.1.pre4"
5
5
 
6
6
  # Returns the path to the precompiled nitrocop binary, or nil if
7
7
  # no binary is bundled (e.g. the base/fallback gem on an unsupported platform).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nitrocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre2
4
+ version: 0.0.1.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - '6'
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
- rubygems_version: 3.6.9
42
+ rubygems_version: 4.0.3
43
43
  specification_version: 4
44
44
  summary: Fast Ruby linter targeting RuboCop compatibility
45
45
  test_files: []