dapr 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Readme.adoc +5 -3
  3. data/lib/dapr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f9f12b47b2ab348b8b9f5095344b65bb4da63c278cfb4dcf56ca8b12f7cd67a
4
- data.tar.gz: 7908909ca89827446908d97dc90c067893e1d8ddaf2d713cb5d12ea659b28ea4
3
+ metadata.gz: 48722ba796a286ece231db3701a823ea84dea6e1547f782ac21bb74e5ad46f41
4
+ data.tar.gz: 3609d898aa02e5494e74e1f278e08884955eb7dfb50b1a95496015340d2b6f53
5
5
  SHA512:
6
- metadata.gz: c9f2864759062b40a8d69f964e827c58de2044dfdcb10d17e055ac9c1ab1b8f52f1a762ae1e3d60c3de9bd3949acfdd717c3f3b404e649a13b5fe1db7f8287ce
7
- data.tar.gz: e3aa1f63899f004c65985f3169f0ea70aae72b541df1d9977d6da234244e3db21054920cb8b1efcbd5fe9cb8efb9d98a66ef81f5fbffb746b48699f40a8dce3d
6
+ metadata.gz: 91753781441fb30c1957e2531d2078d4e35079e5aabedf7a1ff19625b785aadf88aef16de8dcefe3b0b14c67087bcf08e10e61c2bab7b96f15c1fcd1f903b7e2
7
+ data.tar.gz: 82433c854a405cecbee7686347add20e4ffe4e891b163efc296287b988632bd897b907f077f31e7cae41b5752eadca23a9a6c4797b2f83e45f431d3773e66ad1
data/Readme.adoc CHANGED
@@ -20,9 +20,11 @@ endif::[]
20
20
 
21
21
  == Overview
22
22
 
23
- This library provides a Ruby client for the Dapr runtime. It is a work in progress and is not yet ready for production use.
23
+ This library provides an interface to the {dapr-building-block}s.
24
24
 
25
- Documentation will be added as the library matures.
25
+ CAUTION: This is a work in progress and is not yet ready for production use.
26
+
27
+ NOTE: Documentation will be added as this library matures.
26
28
 
27
29
  == Installation
28
30
 
@@ -36,7 +38,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
36
38
 
37
39
  == Usage
38
40
 
39
- Dapr being such a kitchen sink, this library exposes each {dapr-building-block} as either a
41
+ Dapr being such a Smörgåsbord, this library exposes each {dapr-building-block} as either a
40
42
  Client or a Service, depending on whether it uses the AppCallback runtime (Service) or
41
43
  the Dapr API (Client). The clients are thin wrappers around the Dapr API, while the service
42
44
  implementations will be more opinionated, higher-level abstractions. See the specific section on
data/lib/dapr/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubyists
4
4
  module Dapr
5
- VERSION = '0.1.24'
5
+ VERSION = '0.1.25'
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.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tj (bougyman) Vanderpoel