rubysdk 0.0.1.pre3 → 0.0.1.pre4
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/lib/rubysdk.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: 2c5b85676563dc95d387185bb11fd5bd0fc5163b0e949b12c8b78a29d2f2898c
|
4
|
+
data.tar.gz: 8619a87faf820cb985ff248d4e7193a98b5e35f5665e5671c99acef27130898a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f0e97d3f0941169e631303f5a1cb8f694af62052ef1aba3c757a6ff1ebe030e9bed78a775471fb9326d05471d4921a2708bd10afa7ba5f1521bcf78e0ac9838
|
7
|
+
data.tar.gz: 26fc56efd112c540c0452d015b91f12007d92f8290ca72aea588c1a9f0ad70ae566a6d941bf36cb73e059e88d33831e0fcaff3811605eb8b1ab75d1b5d288884
|
data/lib/rubysdk.rb
CHANGED
@@ -61,7 +61,7 @@ module RubySDK
|
|
61
61
|
|
62
62
|
# Serve caches the given jobs and starts the gRPC server.
|
63
63
|
# This function should be last called in the plugin main function.
|
64
|
-
def Serve(jobs)
|
64
|
+
def self.Serve(jobs)
|
65
65
|
# Cache the jobs for later processing.
|
66
66
|
# We have to transform given jobs into suitable proto models.
|
67
67
|
cached_jobs = []
|