dry-testing 1.12.0 → 1.13.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: a41326131d75529b96321abbb343bf35dca5a993b95494d69e4c6a5d3cbc07df
4
- data.tar.gz: ccfadd2a7088ff40e537cc215c5550134f0f3359ec8e1b3bd7ee2d493f39a66f
3
+ metadata.gz: e6753e9720954b88b851983869410bad6dfe91c47a10e2bec736d318a180604a
4
+ data.tar.gz: fd9779036c51c45cf1c7d2d627ae8f910ced91021965c86509fdabdcd9513274
5
5
  SHA512:
6
- metadata.gz: e9bcc51f9ea8e0daa23c640bfd68ba1e5f23ab810f4e6a93349421e70563a587ebca48f3ca7b987b3b568f0769759568bd40d6f02330a5e751f79991817b0ad5
7
- data.tar.gz: f8b668e293da3ef98b699a4373406fe7827f636b0a198b31af1ca7909128919cf0251b7c50fb13c010dcf0911963e72365d875c7ea4e7ad47218821409333860
6
+ metadata.gz: 346f324bdeff18bdb9e403aa23bccfe32b902c4bfa7964784bdc88c11ca5ca0cec2cb3d329b89ebc5ae320d3cda2e5c59b3b6926479af54bfbe1b0242a13cfd2
7
+ data.tar.gz: ec72bdc94e81df3970ac51613e8ac43fca5302eacf096c5d547d267b02eab38d7c6393899d934893977cc462c0539d3fb67c7d7a08d29b1bea361ef36b56ad7f
data/CHANGELOG.md CHANGED
@@ -19,7 +19,10 @@ and this project adheres to [Break Versioning](https://www.taoensso.com/break-ve
19
19
 
20
20
  ### Security
21
21
 
22
- [Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.12.0...main
22
+ [Unreleased]: https://github.com/dry-rb/dry-operation/compare/v1.13.0...main
23
+
24
+ ## [1.13.0] - 2026-04-18
25
+ [1.13.0]: https://github.com/dry-rb/testing/compare/v1.12.0...v1.13.0
23
26
 
24
27
  ## [1.12.0] - 2026-04-18
25
28
  [1.12.0]: https://github.com/dry-rb/testing/compare/v1.11.0...v1.12.0
data/dry-testing.gemspec CHANGED
@@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = []
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
25
24
  spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-testing/blob/main/CHANGELOG.md"
26
25
  spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-testing"
27
26
  spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-testing/issues"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dry
4
4
  module Testing
5
- VERSION = "1.12.0"
5
+ VERSION = "1.13.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hanakai team
@@ -70,7 +70,6 @@ homepage: https://dry-rb.org/gems/dry-testing
70
70
  licenses:
71
71
  - MIT
72
72
  metadata:
73
- allowed_push_host: https://rubygems.org
74
73
  changelog_uri: https://github.com/dry-rb/dry-testing/blob/main/CHANGELOG.md
75
74
  source_code_uri: https://github.com/dry-rb/dry-testing
76
75
  bug_tracker_uri: https://github.com/dry-rb/dry-testing/issues