nitrocop 0.0.1.pre4-aarch64-linux → 0.0.1.pre5-aarch64-linux

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nitrocop.rb +1 -1
  3. data/libexec/nitrocop +0 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccf106194d0fe36f09af1511b1b468e3075c5f53523c534925e9a4f7b7bc1192
4
- data.tar.gz: 9eb2911396bb5a3bc06aa72d63e8f140deb73f260e96187b592038bc6fdbd126
3
+ metadata.gz: 8e243818591512fedb063dc140f2851d8a60b21dd995b205c872db0e51eaf59b
4
+ data.tar.gz: ff6f150fa80f2a228697c8a3e5c352789b86632a871903aa7b6128357d839f25
5
5
  SHA512:
6
- metadata.gz: 913e9462a128568271e5631ea52628652d6314e155a4a78092542af9ce870391bb743a0219cf2a9f9830c4feefcd9316305cc7dcd86ac51eb353f8f61aa001cf
7
- data.tar.gz: 6b46f5295e7868e89e30312891b1694c488ea5bfbbbd5c06a708867ce67dd5a27278bbe6c49b022674955430a563802d0e647baf1a5e2427f5a6bbf0df116df0
6
+ metadata.gz: ba4cf9a0eb34aaee9b36b1660305e240d8993d2601d6e31c5de4dad0564d6cbd8e793245263012c5c69f8b6f1553e9c7f9be56bdca5734d087725010368cfe2f
7
+ data.tar.gz: 6a83ae301aa055c92065aa9c263314269d0e6bf37eee875c24db6d939ed01e0e71ba239d6a8d234bb48b8732a84d0c56692842f1f35915c171ca7cb8047de3a0
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.pre4"
4
+ VERSION = "0.0.1.pre5"
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).
data/libexec/nitrocop CHANGED
Binary file
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.pre4
4
+ version: 0.0.1.pre5
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - '6'
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []
43
- rubygems_version: 4.0.3
43
+ rubygems_version: 4.0.6
44
44
  specification_version: 4
45
45
  summary: Fast Ruby linter targeting RuboCop compatibility
46
46
  test_files: []