dapr 0.1.3 → 0.1.5

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: 51e34df2cc4add5c537bb85628dfaad1d9cef758fbc02b870d8e13105bcf5c7c
4
- data.tar.gz: 2a4bdba24a9fafbf3a7083769530114c833a444b500e9f44311bac8b5cfc8de7
3
+ metadata.gz: 40367b41a84ea243a1c644d553f4e76337644e2459b214a7167fdd90a01a468e
4
+ data.tar.gz: 44116e949f877507f590018a6df4fc5d2d4cfb39b69398faf4c26891534512e5
5
5
  SHA512:
6
- metadata.gz: cee0770e1c5498087193d2ed11e84fa45057d870c0c52c16478f381c9d9246e57eaa3addaa6f1e716f7fa6445ca95c5692a3675127bd784ff5d5714beea0c3e6
7
- data.tar.gz: aefdd064a04b5d13de3986be05d16a7172a471664c6e7591449dd7bde49ebe74227557fe025e5c3849ef747d119c8412bfa8b178f04bb2c57e56bbf87d9d49b1
6
+ metadata.gz: 847a4f969609ae5fb0f706041ef151e65a245bdb1e6106bdd22eb57775ec3577305148cbd60d85e04eeebd627173d1a98c2b3761ca2a48ba01b7829299c93cc7
7
+ data.tar.gz: ee9a57d59de503a8ef93fbfa08881f9a8b7c1cca2c8bb4547356816c66525f9ec79a603463b3cf456e045925c25ccbcffa280ded86a136d83ec9d01fbcdf46b7
@@ -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/client.rb CHANGED
@@ -24,11 +24,11 @@ module Rubyists
24
24
  end
25
25
 
26
26
  def client
27
- self.class.client
27
+ Rubyists::Dapr::Client.client
28
28
  end
29
29
 
30
30
  def singleton
31
- self.class.singleton
31
+ @singleton ||= Rubyists::Dapr::Client.singleton
32
32
  end
33
33
  end
34
34
  end
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.5'
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.5
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