mishmash_rpc_ruby 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +13 -0
  3. data/README.md +13 -0
  4. data/VERSION.txt +1 -0
  5. metadata +94 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6e5eb2486028218b894d718eedd2b12c1a140a6e83df67133c1566fc4989d2dc
4
+ data.tar.gz: 4fcc4adf3a602b9c975afedfc7042b241de58d9108d4c40616f1fc13ce412037
5
+ SHA512:
6
+ metadata.gz: 450311f4b34ff2aa1960c7ca357f1ef1a6887431918da7aa0981b4315d971d831fe4955e6955f76401c397a59606395835b687fa111e0683ae3f82911e663c38
7
+ data.tar.gz: 7a2009214458216a0ad59401382355d789eaac31e13eb149d2ccd1aeb05db166e7ebb6484d00fd28526f9432dd175921c2b83193161873fa0d082350de0e644f
data/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright 2019 MISHMASH I O OOD
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
@@ -0,0 +1,13 @@
1
+ # mishmash io
2
+
3
+ *mishmash io* is a distributed and scalable database that allows you to easily implement smart, predictive features in your app.
4
+
5
+ Find out more on [mishmash.io](https://mishmash.io)
6
+
7
+ # About this package
8
+
9
+ This package contains base code that shared between various components of *mishmash io.*
10
+
11
+ It should not be used directly. Instead, take a look at the client library for your programming language. Client library packages are usually called *mishmash-io-client* and are available from package managers like PyPI, npm, maven, etc.
12
+
13
+ Find out more on which client library you should use on [mishmash.io](https://mishmash.io)
@@ -0,0 +1 @@
1
+ 0.0.1
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mishmash_rpc_ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - mishmash io
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-11-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: grpc-tools
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.28'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.28.0
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.28'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.28.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: grpc
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.28'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.28.0
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.28'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.28.0
53
+ description: mishmash.io gRPC client services
54
+ email: info@mishmash.io
55
+ executables: []
56
+ extensions: []
57
+ extra_rdoc_files:
58
+ - README.md
59
+ - LICENSE
60
+ - VERSION.txt
61
+ files:
62
+ - LICENSE
63
+ - README.md
64
+ - VERSION.txt
65
+ homepage: https://mishmash.io
66
+ licenses:
67
+ - Apache-2.0
68
+ metadata:
69
+ source_code_uri: https://github.com/mishmash-io
70
+ homepage_uri: https://mishmash.io
71
+ documentation_uri: https://mishmash.io
72
+ post_install_message:
73
+ rdoc_options: []
74
+ require_paths:
75
+ - mishmash-rpc-ruby/src/
76
+ - mishmash-rpc-ruby/gen-src/
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ requirements:
88
+ - grpc, v1.28.0
89
+ rubyforge_project:
90
+ rubygems_version: 2.7.6.2
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: mishmash.io gRPC client services
94
+ test_files: []