redis-stream-wrapper 0.1.3 → 0.1.4

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: cea97675fe0bc1f17877f1d3c767b88dea007be4d0a0fbd0dbe7e32fc8594109
4
- data.tar.gz: 430e728a87943f235316155e6166916130f27ef1b11cfc66cffe73387dea6906
3
+ metadata.gz: b0f52deff91b4ad7115ba25ed76e011854734d7a9d8f887caede8bd99f6f5fa3
4
+ data.tar.gz: a33c3d48a9a33767df08bb861a4988d50ad7caa53e9b91fb08b54d3d4358cab4
5
5
  SHA512:
6
- metadata.gz: 337da9a8e1b63f8d72e8d37280e1894d4478848ee4abe0c2cc0a8198a944f6acd108b5f3d8a53b28a3adf3c967241ca7099f515c0bdb00536db42b215fa4da6a
7
- data.tar.gz: 1cd64a35b49f4be97fc4b4733f9040c540867523829262b6444feb5ed551a80893f8c0bd8e2e0b29b7494792be99eff5d06bd972fbae272d240d52c284c5bfd9
6
+ metadata.gz: e188401af67ef99a5d594d831ad4c2c3f9ab090a951f9ee669052f86790785b406b042d6ca9c9d1e50d3a0ee4dcfb336f0db25fa99b98ec2c2417242dcf588cd
7
+ data.tar.gz: f36143d8845006299a938034e0e4104c7bb935d3ba7844d6cc160d1cbe5a99c4906a03e4593621e2480d24a8cc22b4277ee7296ac0ebd1daf1386f8e2f32b25b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- redis-stream-wrapper (0.1.2)
4
+ redis-stream-wrapper (0.1.4)
5
5
  dry-struct
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ GEM
13
13
  dry-configurable (0.8.3)
14
14
  concurrent-ruby (~> 1.0)
15
15
  dry-core (~> 0.4, >= 0.4.7)
16
- dry-container (0.7.1)
16
+ dry-container (0.7.2)
17
17
  concurrent-ruby (~> 1.0)
18
18
  dry-configurable (~> 0.1, >= 0.1.3)
19
19
  dry-core (0.4.8)
@@ -7,7 +7,7 @@ class Redis
7
7
  class Message < ::Dry::Struct::Value
8
8
  # Types = ::Dry.Types(default: :nominal)
9
9
  attribute :stream, ::Types::Coercible::String
10
- attribute :id, ::Types::Coercible::String.optional.default('*', shared: true)
10
+ attribute :id, ::Types::Coercible::String.optional.default('*')
11
11
  attribute :payload, ::Types::Hash.map(::Types::Coercible::String, ::Types::Coercible::String)
12
12
  end
13
13
  end
@@ -1,7 +1,7 @@
1
1
  class Redis
2
2
  module Stream
3
3
  class Wrapper
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-stream-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Del Vecchio