saleseq 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 +7 -0
- data/lib/saleseq.rb +8 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: bb393f76c00d6d54018b71bbc9b515b17a7f4e4ccbd274b126248371502bc97d
|
|
4
|
+
data.tar.gz: d40bed1a5cd8451fa96aa85e86e7126cbcca1392bf5cfedd1e53d10e8be717f9
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 673563feb518cb0be1e40dd3fc0c7b9296d94056adf181f6bdb28a5d4dc92f16d33ef57e4b778b87be95a7706369cb931b767d55eccbd8af57b9c3a40fb54a0b
|
|
7
|
+
data.tar.gz: 24b8d51554cb74a6996964834c3d16c317a0ec3196676216a94d380d25dd760980b63c96cecef1e57a7c63402ff6835fd9b127641d26d350043cab69b4f7399f
|
data/README.md
ADDED
data/lib/saleseq.rb
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Official SalesEQ Ruby SDK — coming soon.
|
|
2
|
+
#
|
|
3
|
+
# SalesEQ records, analyzes, and shares your meetings, acting as the context
|
|
4
|
+
# layer for AI agents that work with meetings. See https://saleseq.ai.
|
|
5
|
+
module SalesEQ
|
|
6
|
+
VERSION = "0.0.1"
|
|
7
|
+
COMING_SOON = "The SalesEQ Ruby SDK is coming soon — see https://saleseq.ai"
|
|
8
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: saleseq
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- SalesEQ
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-07-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Official SalesEQ Ruby SDK — coming soon. SalesEQ is the context layer
|
|
14
|
+
for AI agents that work with meetings. See https://saleseq.ai.
|
|
15
|
+
email:
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/saleseq.rb
|
|
22
|
+
homepage: https://saleseq.ai
|
|
23
|
+
licenses:
|
|
24
|
+
- Nonstandard
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubygems_version: 3.0.3.1
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Official SalesEQ Ruby SDK — coming soon.
|
|
45
|
+
test_files: []
|