dapr 0.1.6 → 0.1.7

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: 729104779716640e3712c3a0330bcd374e7adef6b2b3fb4913e6835a90c37ad5
4
- data.tar.gz: 120496be092ef9a626b78bffd367922f23055791e92644e5af62aa3cf874bd2b
3
+ metadata.gz: 18607d448ca237f8ab1e47e75f9bee8711f32411d2ba4ff1bbddf7cf03c6cb36
4
+ data.tar.gz: 777266b06d1aa008c4ccf2b2e63ea14dca9c4a2b3d61aea5bf33a32584763aad
5
5
  SHA512:
6
- metadata.gz: 86377d8383fee71ebce7aa7838ff68c070a9f07ca4f66dceed5c8790f45edfaf4dde52edc05723713e9e9f8416b9c59aa0b5a349679468a31f057d5019ce774f
7
- data.tar.gz: 111ec36f62186ea6e98d6460591b735083da02c791b77383567027ba62c90f6cc38677021cb2057a3341ac7a68b648a78b8cc813185c0ef757af0d54871f2224
6
+ metadata.gz: 83c76522d026e1096c0ac783a4a6248ee21d2cd11fbad0300e43c92c7003a181d1ee072413d1e3fb63c5bdcd3757c3a5cec0d10428115ebb6767711d07777e52
7
+ data.tar.gz: 5553b18c2db27fb3d76bfd2c6f09f1b12f0fb6c94c3ae35541743484841aa4641725f065b9c245cb80db75bce939be5e53ae08aa328c36a3af9a1a50974455c7
@@ -10,8 +10,8 @@ module Rubyists
10
10
  # Include the client module
11
11
  include Client
12
12
 
13
- # The name of the pubsub component, and the client
14
- attr_reader :pubsub_name, :client
13
+ # The name of the pubsub component, the client, and the serialization to use
14
+ attr_reader :pubsub_name, :client, :serialization
15
15
 
16
16
  # The proto class for the publish event request
17
17
  Proto = ::Dapr::Proto::Runtime::V1::PublishEventRequest
data/lib/dapr/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubyists
4
4
  module Dapr
5
- VERSION = '0.1.6'
5
+ VERSION = '0.1.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tj (bougyman) Vanderpoel