nitrocop 0.0.1.pre9-x86_64-linux-musl → 0.0.1.pre10-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: 977f17d65fa91799fc503b73919f1b5e105ba3ebf4ddf95b15ad85f05e332f48
4
- data.tar.gz: 961f1e1374a20bb0f4d840551e36c75dad4306eb1708dcb4e97bc94af56b0a24
3
+ metadata.gz: ad38f13ab45bd1d1e571ab5351487edaeef9c6a5276ed0e5f53c40d8f0f29ba1
4
+ data.tar.gz: 7aea7915c71f69d0733899767e5ef82d469aa97cb68cdd6a56ccad4c45cf52e2
5
5
  SHA512:
6
- metadata.gz: 8a6c2162641a60f9cff0cc729cf1eb59cc830c70c63048291e0ddb7b17553def51e23d30c60c4e1827178724af5d2d590d14e50fd32e7047fe9bcc93f9269680
7
- data.tar.gz: 366e4476762e64f0017cef5b6aa2e2d41f3cde22ec210fd3c9802301d2ac05846704010d4023afb95a96068e8cec840de011d790d6bcc0a5209412c4dfe71f7f
6
+ metadata.gz: 73e0bb6fc5a0aa22a720eefa69a54b05094d461016bdce8ec1c190c4ed8d0ef0bcf2605cd2a6301d4113bb0470bff78e67a076635a5044802a22e5625146e4e8
7
+ data.tar.gz: 79911147cb490b585d2d3684a406fd77d46c0b6ea2938f4f60a0394255506a5eaf5c6557140b9bff3e6103411fee004d48cb4afc43a325c871448d6d4f73a2eb
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.pre9"
4
+ VERSION = "0.0.1.pre10"
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.pre9
4
+ version: 0.0.1.pre10
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - '6'