dapr 0.4.1 → 0.4.3
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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/.version.txt +1 -1
- data/CHANGELOG.md +14 -0
- data/Readme.adoc +2 -2
- data/lib/dapr/version.rb +1 -1
- data/vendor/cache/ast-2.4.2.gem +0 -0
- data/vendor/cache/bigdecimal-3.1.8.gem +0 -0
- data/vendor/cache/byebug-11.1.3.gem +0 -0
- data/vendor/cache/childprocess-5.1.0.gem +0 -0
- data/vendor/cache/coderay-1.1.3.gem +0 -0
- data/vendor/cache/concurrent-ruby-1.3.4.gem +0 -0
- data/vendor/cache/dapr-ruby-1.14.4.gem +0 -0
- data/vendor/cache/docile-1.4.1.gem +0 -0
- data/vendor/cache/gem-release-2.2.2.gem +0 -0
- data/vendor/cache/google-protobuf-4.29.1-x86_64-linux.gem +0 -0
- data/vendor/cache/googleapis-common-protos-types-1.16.0.gem +0 -0
- data/vendor/cache/grpc-1.68.1.gem +0 -0
- data/vendor/cache/iniparse-1.5.0.gem +0 -0
- data/vendor/cache/json-2.9.0.gem +0 -0
- data/vendor/cache/language_server-protocol-3.17.0.3.gem +0 -0
- data/vendor/cache/logger-1.6.3.gem +0 -0
- data/vendor/cache/method_source-1.1.0.gem +0 -0
- data/vendor/cache/minitest-5.25.4.gem +0 -0
- data/vendor/cache/overcommit-0.64.1.gem +0 -0
- data/vendor/cache/parallel-1.26.3.gem +0 -0
- data/vendor/cache/parser-3.3.6.0.gem +0 -0
- data/vendor/cache/pry-0.14.2.gem +0 -0
- data/vendor/cache/pry-byebug-3.10.1.gem +0 -0
- data/vendor/cache/racc-1.8.1.gem +0 -0
- data/vendor/cache/rainbow-3.1.1.gem +0 -0
- data/vendor/cache/rake-13.2.1.gem +0 -0
- data/vendor/cache/regexp_parser-2.9.3.gem +0 -0
- data/vendor/cache/rexml-3.4.0.gem +0 -0
- data/vendor/cache/rubocop-1.69.2.gem +0 -0
- data/vendor/cache/rubocop-ast-1.37.0.gem +0 -0
- data/vendor/cache/rubocop-minitest-0.36.0.gem +0 -0
- data/vendor/cache/rubocop-rake-0.6.0.gem +0 -0
- data/vendor/cache/ruby-progressbar-1.13.0.gem +0 -0
- data/vendor/cache/semantic_logger-4.16.1.gem +0 -0
- data/vendor/cache/shoulda-context-2.0.0.gem +0 -0
- data/vendor/cache/simplecov-0.22.0.gem +0 -0
- data/vendor/cache/simplecov-html-0.13.1.gem +0 -0
- data/vendor/cache/simplecov-json-0.2.3.gem +0 -0
- data/vendor/cache/simplecov_json_formatter-0.1.4.gem +0 -0
- data/vendor/cache/unicode-display_width-3.1.2.gem +0 -0
- data/vendor/cache/unicode-emoji-4.0.4.gem +0 -0
- metadata +43 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff0d8a08d1b2cb048fdcf4825ed2b403059fd6ba35b5b2ae5885869eb5b5309c
|
4
|
+
data.tar.gz: 7cf2f30d131ddb1326a1d15805b5a506c3e57d5addeeb4136a85594fdd3ebada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 171c12629cb1fd59adb0813ba2b015dbbc9c85f15e15ec213312c369f4b37da6a32fd8ef5e1c773c504df4ad8f65dc82929efdd29d44f5ce2ed7b2f7977deb2c
|
7
|
+
data.tar.gz: 4074ae39a59cf35bbe007ac649413bfceb2b5be4c802fe7c50e9898c975188a0f277ce72f984a42427a373fb3828dc4d1c86186e2bcd671e9cbd81cf35d96c4c
|
data/.version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.4.3](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.2...v0.4.3) (2024-12-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* **notrly:** Force a release by updating the readme with current dapr version ([#81](https://github.com/rubyists/dapr-ruby-client/issues/81)) ([e249b46](https://github.com/rubyists/dapr-ruby-client/commit/e249b4698d34eef1178bae8a7447293563494990))
|
9
|
+
|
10
|
+
## [0.4.2](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.1...v0.4.2) (2024-12-16)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **build:** Vendor gems for quicker image builds ([#78](https://github.com/rubyists/dapr-ruby-client/issues/78)) ([57fbe12](https://github.com/rubyists/dapr-ruby-client/commit/57fbe126390aa9f5aebcf06d4f42bd5e1ff3ee63))
|
16
|
+
|
3
17
|
## [0.4.1](https://github.com/rubyists/dapr-ruby-client/compare/v0.4.0...v0.4.1) (2024-10-24)
|
4
18
|
|
5
19
|
|
data/Readme.adoc
CHANGED
@@ -41,7 +41,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
|
|
41
41
|
.Example from Gemfile
|
42
42
|
[source,ruby]
|
43
43
|
----
|
44
|
-
gem 'dapr', '~> 0.
|
44
|
+
gem 'dapr', '~> 0.4', require: 'dapr/client'
|
45
45
|
gem 'datadog_api_client'
|
46
46
|
gem 'grpc', force_ruby_platform: true
|
47
47
|
----
|
@@ -55,7 +55,7 @@ we publish (built from https://docker.io/library/ruby images)
|
|
55
55
|
.Example Dockerfile
|
56
56
|
[source,docker]
|
57
57
|
----
|
58
|
-
FROM ghcr.io/rubyists/dapr-ruby-client:0.
|
58
|
+
FROM ghcr.io/rubyists/dapr-ruby-client:0.4.2-ruby3.3.6-alpine3.21
|
59
59
|
RUN ...
|
60
60
|
----
|
61
61
|
|
data/lib/dapr/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.4.
|
4
|
+
version: 0.4.3
|
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-
|
12
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: dapr-ruby
|
@@ -71,6 +71,47 @@ files:
|
|
71
71
|
- sig/dapr.rbs
|
72
72
|
- tasks/coverage.rake
|
73
73
|
- tasks/wipelock.rake
|
74
|
+
- vendor/cache/ast-2.4.2.gem
|
75
|
+
- vendor/cache/bigdecimal-3.1.8.gem
|
76
|
+
- vendor/cache/byebug-11.1.3.gem
|
77
|
+
- vendor/cache/childprocess-5.1.0.gem
|
78
|
+
- vendor/cache/coderay-1.1.3.gem
|
79
|
+
- vendor/cache/concurrent-ruby-1.3.4.gem
|
80
|
+
- vendor/cache/dapr-ruby-1.14.4.gem
|
81
|
+
- vendor/cache/docile-1.4.1.gem
|
82
|
+
- vendor/cache/gem-release-2.2.2.gem
|
83
|
+
- vendor/cache/google-protobuf-4.29.1-x86_64-linux.gem
|
84
|
+
- vendor/cache/googleapis-common-protos-types-1.16.0.gem
|
85
|
+
- vendor/cache/grpc-1.68.1.gem
|
86
|
+
- vendor/cache/iniparse-1.5.0.gem
|
87
|
+
- vendor/cache/json-2.9.0.gem
|
88
|
+
- vendor/cache/language_server-protocol-3.17.0.3.gem
|
89
|
+
- vendor/cache/logger-1.6.3.gem
|
90
|
+
- vendor/cache/method_source-1.1.0.gem
|
91
|
+
- vendor/cache/minitest-5.25.4.gem
|
92
|
+
- vendor/cache/overcommit-0.64.1.gem
|
93
|
+
- vendor/cache/parallel-1.26.3.gem
|
94
|
+
- vendor/cache/parser-3.3.6.0.gem
|
95
|
+
- vendor/cache/pry-0.14.2.gem
|
96
|
+
- vendor/cache/pry-byebug-3.10.1.gem
|
97
|
+
- vendor/cache/racc-1.8.1.gem
|
98
|
+
- vendor/cache/rainbow-3.1.1.gem
|
99
|
+
- vendor/cache/rake-13.2.1.gem
|
100
|
+
- vendor/cache/regexp_parser-2.9.3.gem
|
101
|
+
- vendor/cache/rexml-3.4.0.gem
|
102
|
+
- vendor/cache/rubocop-1.69.2.gem
|
103
|
+
- vendor/cache/rubocop-ast-1.37.0.gem
|
104
|
+
- vendor/cache/rubocop-minitest-0.36.0.gem
|
105
|
+
- vendor/cache/rubocop-rake-0.6.0.gem
|
106
|
+
- vendor/cache/ruby-progressbar-1.13.0.gem
|
107
|
+
- vendor/cache/semantic_logger-4.16.1.gem
|
108
|
+
- vendor/cache/shoulda-context-2.0.0.gem
|
109
|
+
- vendor/cache/simplecov-0.22.0.gem
|
110
|
+
- vendor/cache/simplecov-html-0.13.1.gem
|
111
|
+
- vendor/cache/simplecov-json-0.2.3.gem
|
112
|
+
- vendor/cache/simplecov_json_formatter-0.1.4.gem
|
113
|
+
- vendor/cache/unicode-display_width-3.1.2.gem
|
114
|
+
- vendor/cache/unicode-emoji-4.0.4.gem
|
74
115
|
homepage: https://github.com/rubyists/dapr
|
75
116
|
licenses: []
|
76
117
|
metadata:
|