ruby_ci 0.2.15 → 0.2.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19f0a318923cf8ba79b1b170f82839c3660b407f24fdc66a9b11e16e3bef1fbf
4
- data.tar.gz: ececfca600acda819209bdfec9a632225cfe9ad70d89544b68cb285872109dce
3
+ metadata.gz: 3e5c1c6bcda1c8bcb93f9b8c21b5ae3a01abf72c7d92122f777ebe83acc9443e
4
+ data.tar.gz: 2f47b7a4732794ca8d1312a70bbfb2bb4d9dc21101321c3add04378e83b721d8
5
5
  SHA512:
6
- metadata.gz: e4927d06d4bafeef55b66fe1b58248695548b07fd176d5e412cf754485d0391e92df1bd73e4558808b6990efd75630c7e7524d9dc53289163eee40a9c919938b
7
- data.tar.gz: f0b8bed8755c0c7e5b83a82680e0db6d547147cc38871060cdb055cdb0be679847f3848ede240d6fc89f1587d4c249d474d240371d433645dcb6b26ec9f59151
6
+ metadata.gz: a03c2da7d09e39d47f80fabcabd445feec11cd68e8f6899b45dda63edf1297ab4abec44c08c0252a1b75d01c063b7b6f52f9c35680cb31d6569d2eec8fd411a5
7
+ data.tar.gz: e73a8aaa2ed222d075ee745e7e21d17772d3b9b75935664dbd501d7451309ef4b53a9d009b6b80608b6b5f502b29e6d818a1e0548380b0a4bd92b5b8cdcc2cf9
@@ -13,7 +13,7 @@ module RubyCI
13
13
  content = File.read('tmp/brakeman.json')
14
14
  compressed_data = ::Base64.strict_encode64(Zlib::Deflate.deflate(content, 9))
15
15
 
16
- events << ['brakeman_exit_status'.upcase, ['0', { exitstatus: 0, stderr: '', output: '', compressed_data: compressed_data ]]
16
+ events << ['brakeman_exit_status'.upcase, ['0', { exitstatus: 0, stderr: '', output: '', compressed_data: compressed_data }]]
17
17
 
18
18
  if ENV['RBCI_REMOTE_TESTS'] == 'true'
19
19
  json_events = {
@@ -31,7 +31,7 @@ module RubyCI
31
31
  end
32
32
 
33
33
  compressed_data = ::Base64.strict_encode64(Zlib::Deflate.deflate(report.to_json, 9))
34
- events << ['ruby_critic_exit_status'.upcase, { exitstatus: status, output: '', compressed_data: compressed_data }]
34
+ events << ['ruby_critic_exit_status'.upcase, ['0', { exitstatus: status, output: '', compressed_data: compressed_data }]
35
35
 
36
36
  if ENV['RBCI_REMOTE_TESTS'] == 'true'
37
37
  json_events = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyCI
4
- VERSION = "0.2.15"
4
+ VERSION = "0.2.17"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ale ∴
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-07 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: console