messaging 3.7.2 → 3.7.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: 6b8fa8dc1718dad30b304f383f7083c633501cf97a9fe8b25ca813f2e0a93381
4
- data.tar.gz: a3ba85a1d64ae1b6a4f43a272465431f36a7a883880a38167860179acf6dd6d0
3
+ metadata.gz: 6f821ea60a3f97b473dc5d30434d6ae73c5a5a73f6409736f2f700a194072de0
4
+ data.tar.gz: 4db14a6944a82b670f205e8e5a24981b2f1e8d28eaefae72ee5a0a1687c18718
5
5
  SHA512:
6
- metadata.gz: dc805a0b0407bb15de8ac75778156dbd1f5bcc0672aaf25c8be8766bd14894af524d6a4f579861443821b3f9a9b15e667a4fde8e5799e8a8592c98893b460034
7
- data.tar.gz: 8862bddce2dcd81154173551625168db71f2aa4bd2c609a43454b579e2332ab7c2f26e3a767b5deb018f947d61a9bda92ac9a73b332401341098dce3acda1bbf
6
+ metadata.gz: 59dde5072d1c670f5b7976a92387d7ffb2bf5efcf0701af64ba1cc118f5ca592f1c2809a480219ebdad9893463d190e6dcf9b0918b18c993deb6cbd0b863de13
7
+ data.tar.gz: 5bce59fffda5491bbaf25d9adb7feff5f2ef21f95c99a89577a461e5de4247b4fbb991fd2c1e33ca08a5c2f890f690dc9d79acb2c904c72957b56ca7d9cc8a2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- messaging (3.7.2)
4
+ messaging (3.7.3)
5
5
  activerecord
6
6
  activesupport
7
7
  after_transaction
@@ -1,3 +1,8 @@
1
+ if Dry::Configurable.respond_to?(:warn_on_setting_positional_default)
2
+ Dry::Configurable.warn_on_setting_constructor_block false
3
+ Dry::Configurable.warn_on_setting_positional_default false
4
+ end
5
+
1
6
  module Messaging
2
7
  class Config
3
8
  extend ::Dry::Configurable
@@ -1,3 +1,3 @@
1
1
  module Messaging
2
- VERSION = '3.7.2'.freeze
2
+ VERSION = '3.7.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.2
4
+ version: 3.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bukowskis