nitrocop 0.0.1.pre8-x86_64-linux → 0.0.1.pre9-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: c1a8170ce46cb7937dbebabb632b110bcf384557520c7a68a2a3901fcac58aed
4
- data.tar.gz: a5952030f50f77678a85d78fb74dfd9b20e0887b704de81ce199017c07b57cfb
3
+ metadata.gz: 1871f8d1d5cd59749e3a6c61fc6c089239a9e89a848e56a28a383627ecaabedc
4
+ data.tar.gz: 220d9d0021279312ba57b8f4d05b2d5dc5dc6158c90435bbfcad26ef2db9462c
5
5
  SHA512:
6
- metadata.gz: 5ae922a7a8087be6d87766521263b3cd012affbc449685bd62579a074d0a49199c7f220b56ed0584ea737a3efbab76aaf78366cea16fe6f65361049157f36008
7
- data.tar.gz: 769acb1731e8b9974af534e75459cee23053f34ff18598ad507965a1018bce7ff7a93660db049e50a546af56ebff1615658bbfbdfbb5dd3bf80bfc327ae014eb
6
+ metadata.gz: aaf3b4cccf0c51814f5041aaf4fd03ff791f39626a6eb32ba72622a29a80e7bf22d3130aee8739737782d6d00c4eb9333fdb7cc01a5a0d3fff0eb34386cf9f5d
7
+ data.tar.gz: 5dad10039ff7a9f3964a92d62aad9113b870d3a17231a00a8f9962173ff4b56b4b0aad4c038271ca7d673a61fe1b6eb2be9101fd33d4f060cca11bbf52913501
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: x86_64-linux
6
6
  authors:
7
7
  - '6'