revund-ruby-worker 0.1.0 → 0.1.1

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: fe8acdfb8380e8eccf8ae7aaefec9511a8093c1784cd466d634b639b4e2ae451
4
- data.tar.gz: 190b547da8748b8365f2783948a638291f0dbfc0482f2fa22d77cc80fcac20f3
3
+ metadata.gz: ddd9136425aed696b3e61c766f9c65807bb9f5140227e6711d437a0d628fe97e
4
+ data.tar.gz: c83990a180d48960dc5a0e085557434ca52f43bf2613576b334425adf830d29a
5
5
  SHA512:
6
- metadata.gz: 37deb1f281054a0bd187801fef50f7d75664b5043ce8f185dbd1355198d470267cc971fac442cc6387a9f7bebbb87aa1a507734e194378804b10e966a1b5da3e
7
- data.tar.gz: cc5307d080f97ddb361b02bcce78a24545e23c75f101992f7d7e831eb6f12dbc67f61babb5a58126a6df5e198d4811bf013935d477bcb3f59de3003b49510a05
6
+ metadata.gz: b4fcecc85942e7afccc2f4c9b49d87d7e01bbf526b8fa20a690db44801f85f833eef194fb58b324dec57e6ad1f088fa4801506079ed1b378830cfc38993ca126
7
+ data.tar.gz: 851076f6fbe0136b01820cb4d0569d41dd509ad9b1648d975dd6e63d96313449e1ff2d1f14fe6a4ced59ffa59b28a1558d3eb07365e8f044171d5eb6470f5617
data/README.md CHANGED
@@ -51,9 +51,9 @@ The worker advertises one capability via the `Describe` RPC:
51
51
  ## Contract
52
52
 
53
53
  The wire contract is defined in
54
- [`proto/worker/v1/worker.proto`](./proto/worker/v1/worker.proto), vendored
55
- inside the gem. The canonical source lives at
56
- [`revund-dev/revund-workers/proto/worker/v1/worker.proto`](https://github.com/revund-dev/revund-workers/blob/main/proto/worker/v1/worker.proto).
54
+ [`proto/worker/v1/worker.proto`](./proto/worker/v1/worker.proto),
55
+ vendored inside the gem and loaded by the generated
56
+ `worker_pb` / `worker_services_pb` stubs.
57
57
 
58
58
  ## License
59
59
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyWorker
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revund-ruby-worker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Revund