knoxcall 0.0.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 +7 -0
- data/README.md +3 -0
- data/lib/knoxcall.rb +1 -0
- metadata +42 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c0e94c9fc8dddb7499ae737f1288460901462ee09a16e054ab8838790053742f
|
|
4
|
+
data.tar.gz: 4a60f8582629bd101f4c52e6dc63158d05d7cda054edd12530ec1a7a76311b0a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 878547713c90dc595e4a780407a085ec2e0fe6790e725328f0e9d17fd7504822af2d11b41993a18a6a0c0bad07d0da110e5e75eb102c7c479ae74ff4a886b78f
|
|
7
|
+
data.tar.gz: 483c686963824b3b52bc94a01cb65b022841b12ec974a308ec1302436c3877aa6051b59cddc657e8fb74e6274e1793061d40643a900fe2d621c0e88e355f6491
|
data/README.md
ADDED
data/lib/knoxcall.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
raise LoadError, "knoxcall 0.0.1 is a name placeholder; the KnoxCall SDK release will replace it."
|
metadata
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: knoxcall
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- KnoxCall
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This name is reserved by KnoxCall. The official SDK will be published
|
|
13
|
+
here.
|
|
14
|
+
executables: []
|
|
15
|
+
extensions: []
|
|
16
|
+
extra_rdoc_files: []
|
|
17
|
+
files:
|
|
18
|
+
- README.md
|
|
19
|
+
- lib/knoxcall.rb
|
|
20
|
+
homepage: https://knoxcall.com
|
|
21
|
+
licenses:
|
|
22
|
+
- Apache-2.0
|
|
23
|
+
metadata:
|
|
24
|
+
rubygems_mfa_required: 'true'
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '3.1'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubygems_version: 4.0.16
|
|
40
|
+
specification_version: 4
|
|
41
|
+
summary: Placeholder for the official KnoxCall Ruby SDK.
|
|
42
|
+
test_files: []
|