dapr 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51e34df2cc4add5c537bb85628dfaad1d9cef758fbc02b870d8e13105bcf5c7c
4
- data.tar.gz: 2a4bdba24a9fafbf3a7083769530114c833a444b500e9f44311bac8b5cfc8de7
3
+ metadata.gz: 2733f4a0ff0396bf1890a66e52a8067e78630f6ccc1c8da4c10f21a9b1450c63
4
+ data.tar.gz: 29bb3ce000ea70f780da0de87d747d6bd30e247164bae6fc76e710ce1dd68b5c
5
5
  SHA512:
6
- metadata.gz: cee0770e1c5498087193d2ed11e84fa45057d870c0c52c16478f381c9d9246e57eaa3addaa6f1e716f7fa6445ca95c5692a3675127bd784ff5d5714beea0c3e6
7
- data.tar.gz: aefdd064a04b5d13de3986be05d16a7172a471664c6e7591449dd7bde49ebe74227557fe025e5c3849ef747d119c8412bfa8b178f04bb2c57e56bbf87d9d49b1
6
+ metadata.gz: ea3c0df4e833569a7ec8fc4e3c0a79dd71dcf2726eca9e23053d1ba496ec22da19135c8d496da19b40a312d151c8a40654e83586db08a97e670f8141e7081170
7
+ data.tar.gz: f1eef1074731e8c5d4de55a06612eac8277512dedb3defaaebd1871da7d058048369ab5da2f00dcae1bcc2ed8786300caa61fd522cce888bbb6a1a94f470dfe6
@@ -12,7 +12,7 @@ module Rubyists
12
12
  attr_reader :pubsub_name, :client
13
13
 
14
14
  # The proto class for the publish event request
15
- Proto = Dapr::Proto::Runtime::V1::PublishEventRequest
15
+ Proto = ::Dapr::Proto::Runtime::V1::PublishEventRequest
16
16
 
17
17
  # Initialize the publisher
18
18
  # @param name [String] The name of the pubsub component in Dapr
data/lib/dapr/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubyists
4
4
  module Dapr
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tj (bougyman) Vanderpoel
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-04-15 00:00:00.000000000 Z
12
+ date: 2024-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dapr-ruby