simple_cov-formatter-terminal 0.3.0 → 0.3.1

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: afe58af417f8a70624c3a6deefa824a6e38f9135ac4fb25d39c02d88d08f5171
4
- data.tar.gz: 6b518978a552895d25af3bc9a5c571147a609bb7709efcace7043fccb9a317af
3
+ metadata.gz: 90e4e8e76c6fbea7e49f8587759bdd94ccd6f01167b89cb80c7890987b50bdbd
4
+ data.tar.gz: af7ffaab304cfc8288dea90e273e2fa623b122c2b5ac08ff62b2bc2324fb3d72
5
5
  SHA512:
6
- metadata.gz: 8fe5ff1652801cdd2d012a53374aa5e30c4b10a475edbcd9d606eacfe62a1aab75a77f45a83e7c04bcf06301e2a933737864aee8c11b63ce1622b3faa1f2bca2
7
- data.tar.gz: e75de61327497b94697d31472da4d2c01bb248785a8082cac0ea61987b660ce4c98dd3592b0fb8449c0f69f85ef8c428503496e560abf9698ab4e80d0305c536
6
+ metadata.gz: baf0349637b76e0c9d57604dc638951433e358c69efc448ab2bad036784167c02640911948e2bcf639ca977a8c4a3413b6a1b1e8b850ed9a65084a82ab57e61a
7
+ data.tar.gz: 7fd74494139368a76d01731af52c2c1383789eb6c9f822b6e9988690a6485f8e390862fc9b491cada1e1d42bfee3348015bc15b775ade8e36e01c0c479b503b7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.3.1 (2023-11-19)
2
+ ### Dependencies
3
+ - Bump runger_config from 3.0.1 to 4.0.0
4
+
1
5
  ## v0.3.0 (2023-11-19)
2
6
 
3
7
  - Print only uncovered lines by default
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_cov-formatter-terminal (0.3.0)
4
+ simple_cov-formatter-terminal (0.3.1)
5
5
  activesupport (>= 7.0.4, < 8)
6
6
  memo_wise (>= 1.7.0, < 2)
7
7
  rouge (>= 4.0.0, < 5)
@@ -97,7 +97,7 @@ GEM
97
97
  rubocop-factory_bot (~> 2.22)
98
98
  ruby-progressbar (1.13.0)
99
99
  ruby2_keywords (0.0.5)
100
- runger_config (3.0.1)
100
+ runger_config (4.0.0)
101
101
  activesupport (>= 7.1.2)
102
102
  runger_release_assistant (0.5.0)
103
103
  activesupport (>= 6, < 8)
@@ -3,7 +3,7 @@
3
3
  require_relative 'spec_to_app_mapping'
4
4
  require 'memo_wise'
5
5
 
6
- class SimpleCov::Formatter::Terminal::Config < Anyway::Config
6
+ class SimpleCov::Formatter::Terminal::Config < Runger::Config
7
7
  prepend MemoWise
8
8
  include SimpleCov::Formatter::Terminal::SpecToAppMapping
9
9
 
@@ -5,6 +5,6 @@ module SimpleCov::Formatter; end
5
5
 
6
6
  # rubocop:disable Style/StaticClass
7
7
  class SimpleCov::Formatter::Terminal
8
- VERSION = '0.3.0'
8
+ VERSION = '0.3.1'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
@@ -4,10 +4,10 @@ class SimpleCov::Formatter::Terminal ; end # rubocop:disable Lint/EmptyClass
4
4
 
5
5
  require 'active_support/core_ext/object/blank'
6
6
  require 'active_support/core_ext/string/filters'
7
- require 'anyway_config'
8
7
  require 'memo_wise'
9
8
  require 'rouge'
10
9
  require 'rspec/core'
10
+ require 'runger_config'
11
11
  require 'simplecov'
12
12
 
13
13
  require_relative 'terminal/config'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_cov-formatter-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger