event_store_client 2.3.0.pre.beta → 2.3.0.pre.beta2

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: 96e1f2743b3265c8776ffe39636f086af2be0bc19ff46e693f1fbf7373eeb3d4
4
- data.tar.gz: 7595e367ccced285bb4e061d9875bf6ba84d9e999aa60f404609f0258aea1426
3
+ metadata.gz: 5061df902bf2a81601da9b2da7b01b228c24117401c8c86c47f5cb9ba276b92b
4
+ data.tar.gz: 5fd51e9c6683db7226af8b50545f967060900ae97adad96677b257d3da9e60bd
5
5
  SHA512:
6
- metadata.gz: 88e2b3324a0b59773f39077ad954e8a0f98ca0fd0bd67217a67c742bdc5ae6efbdf36878a0feeff9e2532e8f1d97f5a6eee0581268dc24cda631728fe5fc65d3
7
- data.tar.gz: 73be7b894f397e323807adec3667b78ddc7f7b5973942cb7d77cb5872af1d6b01eee9f9e7c7440db213d3ea3fb23256e99066ce4d0e23af3c26bbd14c3c4bb56
6
+ metadata.gz: 68c779e543067bb2f56e594a31bdf7641947a68d2a937a8c8c9db3a50e65ecb3a619beb1761e021a270147d9b13463f4f252cca12643ee7a30199277ed264007
7
+ data.tar.gz: 405821db4f1b782e41b797ee89fa5a94c723b5d977d2e9024dbbea226cbb45ac21faeff3c59be90a9723d7b0c61c4b4b7e784bab290513e94370778feaa9a4b5
@@ -6,7 +6,6 @@ module EventStoreClient
6
6
  module GRPC
7
7
  class Client
8
8
  attr_reader :config
9
- private :config
10
9
 
11
10
  # @param config [EventStoreClient::Config]
12
11
  def initialize(config)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EventStoreClient
4
- VERSION = '2.3.0-beta'
4
+ VERSION = '2.3.0-beta2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_store_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.pre.beta
4
+ version: 2.3.0.pre.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Wilgosz