nitrocop 0.0.1.pre10-x86_64-linux → 0.0.1.pre11-x86_64-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: 3411c88cf9006f7f0b252fc12c70ee7f3ccf4c7d7fa3daec2e0c11ee0b4ca8a9
4
- data.tar.gz: a6d3b430aceb7727c56b579723a145b446187cc831357401f63d6bab40e6703b
3
+ metadata.gz: 382b2897265eaf518767362a0c149b6d8b190f3a33de456fea370e1821bc2be9
4
+ data.tar.gz: df73e1982b052745e34bed32b2e215410f87e017e6c86ced611f71079e627219
5
5
  SHA512:
6
- metadata.gz: 8a904df310a96604d5d47a74e2a7b9e46c38daca1ab6df746889003eeaebb4a6d99dcde0881baece3f4a654bed69d0e04cd785f36cc24ef349d29b79c6016487
7
- data.tar.gz: 7ac543ed128076aeeb6c24e15e20386651653733343a8cab67f220789fe00329179278bf116c3801c79c5e5443b0bf8cd8e3c1fb325d1b0e91c67a1ed28d2128
6
+ metadata.gz: a55f819a7c04c367159b51dbfa8e40524d0053b8fed914e15ae968c10ad2930a1d12bd374d130bfe57ff5e4a57934948ba1ffec671c3b1cd351344dc224ccb46
7
+ data.tar.gz: f3114b02b9c87fee40cc5c8ee2d2d617cc047b27da12e748a89762cfe4d03825d9f9c70f8c4d55a3a602a7c45dd0485893f9c0802e4d4084c53527af8978ce37
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.pre10"
4
+ VERSION = "0.0.1.pre11"
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.pre10
4
+ version: 0.0.1.pre11
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - '6'