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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubysdk.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea5938a9b099b67aeb5149413a472d157b152e9c592cbc2c525ba19a7ccafcbe
4
- data.tar.gz: a3494af531353b4571b26b1bfbd5e037015ea9ad9ccc34a632a2c490bb68cc58
3
+ metadata.gz: 2c5b85676563dc95d387185bb11fd5bd0fc5163b0e949b12c8b78a29d2f2898c
4
+ data.tar.gz: 8619a87faf820cb985ff248d4e7193a98b5e35f5665e5671c99acef27130898a
5
5
  SHA512:
6
- metadata.gz: 2d65bda402f49c51ddb493b9808320e44f07f2455ed316b0378cd52a5fc5fe29ccf6834c2a073b8602dbed8c5c06b3bfeed4ba30163c2eeb7c122e12d47e4bad
7
- data.tar.gz: e5c77d6ad58a0a1365b9042d8202421a4e7406891ccd2ce94a2d9607d9bc08e0f532162a655939a19614ab713558db1f91129f310337fdcdb06a6a2bdb08f703
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 = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubysdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre3
4
+ version: 0.0.1.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Vocks