kettle-soup-cover 1.0.0 → 1.0.1

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: 3c98f3cee5c167ee77f4bf466ce068584afa9a6bef11010868ecde1fb6297825
4
- data.tar.gz: 5d3f998c56eeedff2f589074351c9442988ec21693049fd8d067b2edab1511e7
3
+ metadata.gz: 90aae9c284737e43128a57a6f7e0e7bba47d0211c9dd23c881ac61201e0fe025
4
+ data.tar.gz: cc3828fa05bf9f7eee48fc99b36d28132b3a5c265a9006655b9cdb49cd41580d
5
5
  SHA512:
6
- metadata.gz: c38a50966f371fd09080bb4b1e2eb937d17f7b02e363c3ccdb54629009526bf642fb92be3080bcfb14343b0ddca4b724f50a0d1452ed448acacd1486b3674da6
7
- data.tar.gz: c15f006f570347de26392f84be7497b53dc49cfac86ed10ae5dffc6ef532c22b450fe08b5b6ec15836bd1b6ad30ed99f8c00fddcb392a0f62c9b7e6847a363fb
6
+ metadata.gz: a31b6d5451fbb5831958f98c20f7606ec465b11f4dda7dcdbf2df1e971594f3a159074e684ee6cda73b8a7e2191312b1c40d678f4b3386db953e9246287d0ca3
7
+ data.tar.gz: 2aa562ffca4a16d795d838b44577f64e884aeeda765e874a218fde77eb0b7336a2dd09b4ddffb55a9f8b8597286083d314bd06ae46864f6cafe62cbed25d55f9
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  ### Fixed
12
12
  ### Removed
13
13
 
14
+ ## [1.0.1] - 2023-10-19
15
+ ### Fixed
16
+ - Include new `coverage` rake task in the built gem
17
+
14
18
  ## [1.0.0] - 2023-10-19
15
19
  ### Added
16
20
  - ✨ `Regexp.escape` the `FILTER_DIRS` to allow for paths to be excluded from coverage
@@ -41,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
45
  ## [0.1.0] - 2023-10-17
42
46
  - Initial release
43
47
 
44
- [Unreleased]: https://github.com/pboling/pretty_feed/compare/v1.0.0...HEAD
48
+ [Unreleased]: https://github.com/pboling/pretty_feed/compare/v1.0.1...HEAD
49
+ [1.0.1]: https://github.com/pboling/pretty_feed/compare/v1.0.0...v1.0.1
45
50
  [1.0.0]: https://github.com/pboling/pretty_feed/compare/v0.1.0...v1.0.0
46
51
  [0.1.0]: https://github.com/pboling/pretty_feed/compare/97ddbbca309b87c7f6eed0137b08cad74ec81235...v0.1.0
@@ -4,7 +4,7 @@ module Kettle
4
4
  module Soup
5
5
  module Cover
6
6
  module Version
7
- VERSION = "1.0.0"
7
+ VERSION = "1.0.1"
8
8
  end
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-soup-cover
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -387,10 +387,10 @@ licenses:
387
387
  - MIT
388
388
  metadata:
389
389
  homepage_uri: https://kettle-soup-cover.gitlab.io/
390
- source_code_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/tree/v1.0.0
391
- changelog_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/blob/v1.0.0/CHANGELOG.md
390
+ source_code_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/tree/v1.0.1
391
+ changelog_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/blob/v1.0.1/CHANGELOG.md
392
392
  bug_tracker_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/issues
393
- documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.0
393
+ documentation_uri: https://www.rubydoc.info/gems/kettle-soup-cover/1.0.1
394
394
  wiki_uri: https://gitlab.com/rubocop-lts/kettle-soup-cover/-/wiki
395
395
  funding_uri: https://liberapay.com/pboling
396
396
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file