knapsack_pro 7.8.2 → 7.9.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5ab7ad3dc194e05627836c95059415cc305c763b4e14facfd7139ea3888265e
4
- data.tar.gz: 6e8f3bdf4bff758695e2a11398dddfe0bf03f38a3c3e687b13ca69f96de63cab
3
+ metadata.gz: 3d625a03b86be895a8b0250cc4bc19e9a3a53065f99d05266e1a2a3a09c8e115
4
+ data.tar.gz: b89c5d69fd4330ff4bec30c5a44a37d4bc6a6622743e75044aafcfaae13b5a4f
5
5
  SHA512:
6
- metadata.gz: b6655218987352b0916596ed6320e900df07e7fbdeb8390fdd167d3577d9b5a2fd9c6f3917b06dc7c1496435dbc808fed314e23b661eab792efa9e68c5b4946a
7
- data.tar.gz: 5c171a12bc010155e4401df17a87de1bc7059fc8454b897fa16ab589211fbefb637e8545ab38ec4e73b630d3262e524b2f9f49c0c40a99156cae26a0a63c0084
6
+ metadata.gz: f30db8ff8c5f391814991fc565036b35c416f2c2015d48e9385ad2bd8b2dbd242867817df03fcd053b152c31b2e142da07f50069251b0a586dc6ef572833b05a
7
+ data.tar.gz: 285de6eab1d7fb36c457ca3361748208064bcbfe6cf937a37cc6997b2c1334e121545072ffab7cfc2096ef877837faa0f5c70930d35dca29c80a880add04c5d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 7.9.0
4
+
5
+ * A more readable error message for the RSpec split by examples JSON report (remove ANSI codes that are not human-readable)
6
+
7
+ https://github.com/KnapsackPro/knapsack_pro-ruby/pull/275
8
+
9
+ https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.8.2...v7.9.0
10
+
3
11
  ### 7.8.2
4
12
 
5
13
  * Set `RSpec.world.wants_to_quit` to true when any signal is received by the knapsack_pro gem to allow graceful exit.
@@ -27,6 +27,7 @@ module KnapsackPro
27
27
 
28
28
  cli_args = cli_format + [
29
29
  '--dry-run',
30
+ '--no-color',
30
31
  '--out', report_path,
31
32
  '--default-path', test_dir,
32
33
  ] + KnapsackPro::TestFilePresenter.paths(test_file_entities)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KnapsackPro
4
- VERSION = '7.8.2'
4
+ VERSION = '7.9.0'
5
5
  end
@@ -48,6 +48,7 @@ describe KnapsackPro::TestCaseDetectors::RSpecTestExampleDetector do
48
48
  expect(RSpec::Core::ConfigurationOptions).to receive(:new).with([
49
49
  '--format', expected_format,
50
50
  '--dry-run',
51
+ '--no-color',
51
52
  '--out', report_path,
52
53
  '--default-path', test_dir,
53
54
  'spec/a_spec.rb', 'spec/b_spec.rb',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knapsack_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.8.2
4
+ version: 7.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake