simple_cov-formatter-terminal 0.1.0 → 0.2.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: 0037c0f75039602b73a5c02b56091392b253bbd14d297f44fe6a0a1463dfa844
4
- data.tar.gz: a91aee34a3560e838481318fc56680682b01a3a635ca7f18ae0d83049aeea298
3
+ metadata.gz: dacf6c8cf18db4e0378e20e553fe623f32622e80fbe284360ee2a8d2fa8662a7
4
+ data.tar.gz: 0fb6c1af267cee05d1f868a7c214d626f6075a882b664c5d2f484da744bce1c0
5
5
  SHA512:
6
- metadata.gz: 5bc1c96efcf14e290abdeca72bf850a4762239f8a01760c7db162c7cfb2418093e42c34c2fd4482379a3565b1eec292254b097e5a63a9def8dbf431703e9933b
7
- data.tar.gz: cc5c94164de7385f4bb770017b657d548aff92e516fbc9fc580b192f2e387b190997118cc11a89460e925a7d6cbc318f165f2fa3df3a3957fd020130d6738427
6
+ metadata.gz: e0901873ad9cdd23f8aed5910b0c8f423bed942b17335105486802ffe6cfdb36c97420e58bea4861119ea9425657de2ba890b1841dab4a26e595c9d9ed295b40
7
+ data.tar.gz: 4be67fc7da751fb60776a21cca4b8c72f6f78dd012ef80ff2665d09984a4748b15db04b9c9a34e4a3267effe71a987abb5a6ae0821eaa6766f750a8e3e49bc7d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## v0.2.0 (2023-01-05)
2
+ [no unreleased changes yet]
3
+
4
+ ## v0.1.2 (2023-01-05)
5
+ [no unreleased changes yet]
6
+
7
+ ## v0.1.2 (2023-01-05)
8
+ [no unreleased changes yet]
9
+
1
10
  ## [Unreleased]
2
11
 
3
12
  ## [0.1.0] - 2022-10-07
data/Gemfile.lock CHANGED
@@ -18,7 +18,7 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- simple_cov-formatter-terminal (0.1.0)
21
+ simple_cov-formatter-terminal (0.2.0)
22
22
  activesupport (>= 7.0.4, < 8)
23
23
  memoist (>= 0.16.2, < 1)
24
24
  rouge (>= 4.0.0, < 5)
@@ -62,7 +62,7 @@ GEM
62
62
  rake (13.0.6)
63
63
  regexp_parser (2.6.1)
64
64
  rexml (3.2.5)
65
- rouge (4.0.0)
65
+ rouge (4.0.1)
66
66
  rspec (3.11.0)
67
67
  rspec-core (~> 3.11.0)
68
68
  rspec-expectations (~> 3.11.0)
@@ -128,4 +128,4 @@ RUBY VERSION
128
128
  ruby 3.2.0p0
129
129
 
130
130
  BUNDLED WITH
131
- 2.3.23
131
+ 2.4.2
@@ -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.1.0'
8
+ VERSION = '0.2.0'
9
9
  end
10
10
  # rubocop:enable Style/StaticClass
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
@@ -117,7 +117,6 @@ executables: []
117
117
  extensions: []
118
118
  extra_rdoc_files: []
119
119
  files:
120
- - ".release_assistant.yml"
121
120
  - ".rspec"
122
121
  - ".rubocop.yml"
123
122
  - CHANGELOG.md
@@ -1,3 +0,0 @@
1
- ---
2
- git: true
3
- rubygems: true