nitrocop 0.0.1.pre5-x86_64-linux-musl → 0.0.1.pre6-x86_64-linux-musl

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: 8da3daa6469393bee5e6e2ab05fa074bcd3b059d2c7d24ba1bd72e097d501657
4
- data.tar.gz: 16b676eee574d3cb2958dd5cc50587e83c5170920e4d528827e47898ea245e5c
3
+ metadata.gz: 132df35abea2596a347ee17d4c79e525e3fcb6bdc4305e8df612c31ae3f724aa
4
+ data.tar.gz: 3218189b26f92bcf9859d6e7386d37d6091731916361a5f00b6e8218a5b95c4e
5
5
  SHA512:
6
- metadata.gz: 6c9ad2ddd7810b209b77436fffaaf3af1f718c6d2ff0d40897a23c38529d3c8d99586f92c643a0be83f13ee425a08484e3971a5d0ef97baa5561614411b80600
7
- data.tar.gz: 999dbc42ddf2526deba3a0f0526a417ef5fdcaadc6f3099a15e3d88a42447e3878f20dbf60e3522c519915216610b4a21f9358560c51f7ffe40c68efa1757fde
6
+ metadata.gz: d1deafd6a36cc4259fe293dc528810fc408696fd34f33e6d9a8f8ba59b1de15bd2a9031611f4c89c33c652a7fc9b77f1ddc13251544d738cc93b4ad212662513
7
+ data.tar.gz: a1cd8f33938a88f23f895a807158114af82f740006f111a1baeb86c190e7dddb5c1e9e16198e58ba8203fb5fae78062ae47dce024c91d6a3ded0ebff0fd4a371
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.pre5"
4
+ VERSION = "0.0.1.pre6"
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.pre5
4
+ version: 0.0.1.pre6
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - '6'