nitrocop 0.0.1.pre8-aarch64-linux → 0.0.1.pre9-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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c324d7e812b4af0852459ca10d4f84333012c126659713b5130e3db44c4d2f9d
4
- data.tar.gz: 64b2946e4b60f2090825af65f1cb2176af918b995bbbc9b43270eb2d4a95e8a2
3
+ metadata.gz: eadfb1db222613ccae1593ee371c5fac44f4ff885dfdf360320112a0842c340f
4
+ data.tar.gz: 25a09b1c386f0eb4e2a38f0c854bbff67c43c5fb0b16e1a31faf320ad94fc7af
5
5
  SHA512:
6
- metadata.gz: d29215e3ab9e0b56367963d32fa3111bf9fcf403d737bceb12db1f31f28bbef5137477c807213f0d9062ce2659c6848b3536fcedb39a6e4d0e4b3bdff0c90430
7
- data.tar.gz: de607367f5b88e1a8c663b369ffc5ff22de9a9f67956e6532965db1ad34d551e61ef56843433fd9cf7cf56c5499f6deabd3c81a0e9b1775e712e15d4fbba9385
6
+ metadata.gz: 1d78d75205ad8b8d3ce6fb2dde4555f96a90fe8744113f9d13e7b78f8bb2987bc794859d0e91c9f83d30280f4582f7849c7863f58f591495ccdf5af59a88d85c
7
+ data.tar.gz: 21c8cb5dab34095ad5a085bc3f661995f7591576c7115f0debff3607c52676a904f435e6710100f555f9437ab24f06dd2dfa8a0ee74efc9efeadc17dfe4972ea
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.pre8"
4
+ VERSION = "0.0.1.pre9"
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.pre8
4
+ version: 0.0.1.pre9
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - '6'