soft-assert 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8b100ae72eaf55529aeb0c85f5e841ab20b4e16bccfabc3ddec439a08a330f5
4
- data.tar.gz: ee7cbf7bde40e163b3db7b518f7f6c7148dcf9973f2c3d2453bf0c63b65d4644
3
+ metadata.gz: eb81441be8c11199af42c789dbb2650a1cfefddaa24a270fdcd9ce81102c620c
4
+ data.tar.gz: 480fde6e0494d612d0a901bd02fbe69b42ee0db859d8a1485125d3953d3230f3
5
5
  SHA512:
6
- metadata.gz: 59668bf4be1d6daf2d7936f7289e55afc8b4d4a92e37d815c1e1a466a576a09a7f53d44944936611a829c065d2a669759d499e068d0e5baaa80cd2f2b9199d01
7
- data.tar.gz: 6fea768c1ae7b387f90a23557be88c22f966b084a88f9f2847dafb0012f89727028ddde2277a079e62411076975cb4007b4497f16416ca75b5b130c868adbca2
6
+ metadata.gz: 0f43847e8520c7f49b46f51aae078211d73525b615032066c21dec5a273376e07cffb6b136077fb07872091e161fde928a055214b10e7b324a2aa1ef1807926a
7
+ data.tar.gz: f6762dd17f3ebce40e997eecfec8a739140f8245cf7cd75eb7d05ecfe49fef6cde158c48ba111887b05e2ecc72b3bd7b76a55bba0b8ce7dd873f201031d2419c
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soft-assert
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
  - Ashitha Rao
@@ -39,8 +39,9 @@ dependencies:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
41
  version: 3.6.1
42
- description: A set of assertion methods that do not stop the execution of the test
43
- when they fail.
42
+ description: |-
43
+ The Soft Assert gem enhances testing capabilities with flexible assertion methods.Unlike traditional assertions, Soft Assert does not interrupt test execution on failure. Instead, it logs errors and continues testing, allowing you to identify and review all failures simultaneously. This gem integrates smoothly with leading testing frameworks, including Minitest and Test::Unit, making comprehensive testing more efficient.
44
+ To utilize Soft Assert effectively, simply use its assertion methods during testing. Then, conclude with SoftAssert.assert_all to review and fail the test if any failures were captured.
44
45
  email:
45
46
  executables: []
46
47
  extensions: []