dry-monads 1.8.2 → 1.8.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: 0aa936c14c5b5099ef82374d3fdf1d09ac321089b24ff5928646915c5474c156
4
- data.tar.gz: 3b0e347df2726f44c3a85d12dfb33e174e034c82d2de2ebd140550ac116e20d2
3
+ metadata.gz: 0fde1d69a13c813c949f00f87b32998f78cd44a28a628f0485b008b99dac51a1
4
+ data.tar.gz: ff2b3e91a18fce8a3688d47078111a825d2ad6fd88f5307f4dd9d4c6f4c69df8
5
5
  SHA512:
6
- metadata.gz: 5c881bc75da61d00e66d06ae79b1ab898cd62c1fd77bba22fe5a67ee89b024f2164d66e277c84f65e83dfa8c54901538b09e1d33a4db7393ccbe26adea7a0d01
7
- data.tar.gz: b01cb23a977f6bb61f4b5505816562dc28431a53d9e0e2f9e01fa37d2545cd6ebc29e7c22cb76b868f77a82beecfe3f90a04b6de4502eb38af0ca1987429cef1
6
+ metadata.gz: 0c973b98c0133522d770a876f8f3d9eb64668c0c2182d30ffcbaf4cf1253a6c861233d54d38fa2dbb0cb7c68485d8741e82d7b1dbae0f47d993b6e1868b05d9d
7
+ data.tar.gz: a644b428c0bbff998a542ab984875fed0d0ce590effb89d03d600606ae2f86a28c311321e2232bfd513c29ab5b0c0f48cddfb5dd771aa58b562fec77bc8ab7c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
2
2
 
3
+ ## 1.8.3 2025-04-04
4
+
5
+
6
+ ### Fixed
7
+
8
+ - Fix signature of warning filter (@flash-gordon, issue #187)
9
+
10
+
11
+ [Compare v1.8.2...v1.8.3](https://github.com/dry-rb/dry-monads/compare/v1.8.2...v1.8.3)
12
+
3
13
  ## 1.8.2 2025-03-15
4
14
 
5
15
 
@@ -156,7 +156,7 @@ module Dry
156
156
 
157
157
  if ::Gem::Version.new(::RUBY_VERSION) >= ::Gem::Version.new("3.4.0")
158
158
  ::Warning.singleton_class.prepend(::Module.new {
159
- def warn(message, category: nil)
159
+ def warn(message, category: nil, **)
160
160
  if message.include?("lib/dry/monads/do.rb") &&
161
161
  message.include?("warning: the block passed to")
162
162
  nil
@@ -3,6 +3,6 @@
3
3
  module Dry
4
4
  module Monads
5
5
  # Gem version
6
- VERSION = "1.8.2"
6
+ VERSION = "1.8.3"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-monads
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Shilnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-15 00:00:00.000000000 Z
11
+ date: 2025-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby