dapr 0.1.24 → 0.1.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Readme.adoc +5 -3
- data/lib/dapr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48722ba796a286ece231db3701a823ea84dea6e1547f782ac21bb74e5ad46f41
|
4
|
+
data.tar.gz: 3609d898aa02e5494e74e1f278e08884955eb7dfb50b1a95496015340d2b6f53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
23
|
+
This library provides an interface to the {dapr-building-block}s.
|
24
24
|
|
25
|
-
|
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
|
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