inplay_ai 0.1.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5a0102e450b21a74d8f0d4ec99fd2f378f0203a1a85df36d105bbc561ccd3744
4
+ data.tar.gz: 0c768428ae461edeb66ced5dda1a4cb0f4703b2e414f87812fceb1129d19ae8a
5
+ SHA512:
6
+ metadata.gz: e0a2df5e20a333dd1c16b49e362d06c794348fed774e9c38dd7bae206e7b0f420d9fefab12b53d18128c130b2a6384e713e0d0041c2224c2bcf688d9c305de13
7
+ data.tar.gz: dc71cfe0ec971713da92913e90e6b0bee78c85e3c40e12e208e2e375aeca8fc3eb4f770c7f1fae4cb6dbfcc261fd42a106a9fa0f62f3c06f52160694f0aa87a3
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: inplay_ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - InPlay AI
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 2025-06-22 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: InPlay AI SDK for Ruby
13
+ email:
14
+ - team@inplay.ai
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: https://inplay.ai
20
+ licenses:
21
+ - MIT
22
+ metadata:
23
+ allowed_push_host: https://rubygems.org
24
+ homepage_uri: https://inplay.ai
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.0
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.3
40
+ specification_version: 4
41
+ summary: InPlay AI SDK for Ruby
42
+ test_files: []