tably 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: '085196aca4a2fce5fe8ca54184025587f6142e590867145a5c7c169fe260e1db'
|
4
|
+
data.tar.gz: d734325081795eca4abc135ca60e349e806b47e1add79bf2932c4707b4b482d4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fb232ad7679c2091ac116763776c228348bcdb2bea17e2f536102383a5b3099110ae0d2696e3db5ae8fac60c84c82bc0fb8bafdfaf7e0d033e73295af32f1dbf
|
7
|
+
data.tar.gz: 01d03ae8cf66b42a358aa7d1b64d1aeb69bcfe97624373066d783cefcbd3fd95992fe9d7f6ccf586b11304fa8d08248f6516b802aa35f41a6b1ca2b2ed2078fd
|
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tably
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Tably
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Tably <> Ruby connector
|
14
|
+
email: support@tably.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage: https://github.com/tablyinc/tably-ruby
|
20
|
+
licenses:
|
21
|
+
- MIT
|
22
|
+
metadata:
|
23
|
+
bug_tracker_uri: https://github.com/tablyinc/tably-ruby/issues
|
24
|
+
changelog_uri: https://github.com/tablyinc/tably-ruby/blob/master/CHANGELOG.md
|
25
|
+
documentation_uri: https://tably.com/docs/api/ruby
|
26
|
+
github_repo: ssh://github.com/tably/tably-ruby
|
27
|
+
homepage_uri: https://tably.com/docs/api/ruby
|
28
|
+
source_code_uri: https://github.com/tablyinc/tably-ruby
|
29
|
+
post_install_message:
|
30
|
+
rdoc_options: []
|
31
|
+
require_paths:
|
32
|
+
- lib
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 2.3.0
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
43
|
+
requirements: []
|
44
|
+
rubygems_version: 3.0.3
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: Ruby bindings for the Tably API
|
48
|
+
test_files: []
|