gemwork 0.5.2 → 0.5.3

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: cfaf6b41924fcbee3772dd3c7ca47fd3678a63b5a06ea55b76c2d08844e86728
4
- data.tar.gz: ca065ce4cb6bdccf93f7114af1b1f5577027e182740b4c95ef51c4c8dae76ab3
3
+ metadata.gz: 38708064f9cfb725439f76ee56fd8499b011715d9f0b680ee348c23dccecc39b
4
+ data.tar.gz: 3c82b921d080cc8d132c178d0208ea41e8b350411db2dc78b7b91cda366640eb
5
5
  SHA512:
6
- metadata.gz: ebca62eb644149d2e240703018ce9d2105d3b6ed48b116185a21c19fb8368921cf035bed59933ef0931c2462260c11e7bed4c0c56d59650a1c30a29fd0869785
7
- data.tar.gz: 49ceef979d0aaeca2abdb85aaa214a6e4fc174e49ea16e25989b55b95333be87e4e3ceb4e8347c6bdcfd0b72126dfbf2df2e789ab88e480ba117b277182d6314
6
+ metadata.gz: fb3eb1f200f1f9c4c571533486f5bbd2b5c1cad01442e81a7b93e0d5731c7c1833907bd80802fdc96a66e0116f9f482a563d7a395e58fcd0bf3ddf54edaa6c8e
7
+ data.tar.gz: 6483af59bd3df0cc83bb5403329dfaa171cecb8ad5ec59d5323d1d6b7bf3511cec08196fd17d9d78c8e5b3a8ec7895121ef3b56b610779dadefe09f48bd337f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.5.3] - 2024-9-1
4
+
5
+ - Fix `MuchStub.unstub!` to actually run after ActiveSupport::TestCase test cases
3
6
 
4
7
  ## [0.5.2] - 2024-8-22
5
8
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  require "much-stub"
4
4
 
5
- # Augment the existing Minitest::Spec class.
6
- class Minitest::Spec
5
+ # Augment the existing ActiveSupport::TestCase class.
6
+ class ActiveSupport::TestCase
7
7
  after do
8
8
  MuchStub.unstub!
9
9
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gemwork
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul DobbinSchmaltz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-23 00:00:00.000000000 Z
11
+ date: 2024-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake