inloop-brain 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/inloop-brain +5 -0
  3. metadata +91 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 76a3fa7983267d4f464a0a41b2fe3feda4a50ef0fea7f6b3d4f4f60f31b1359c
4
+ data.tar.gz: de9a681e12df9e4009443cd9ade2b3f8d9ee051b7ed237e51487b1b63ac2cf6b
5
+ SHA512:
6
+ metadata.gz: a780266e2d74d22cb5cf9a8897bae664b1b9da2931a0cbb5285f9972d2d540c3174224b64b26e72b84a64e6a984734ff9e451105d7e0801d65ab250923cd42ec
7
+ data.tar.gz: 34d3bf151681f211646bd21125827f3093c764faacf5f5f1c926cb7db6c959d2d208dff50364da0217ea2d8e46bffd8b91bdfa5b009964f3364578a6eba9506a
data/bin/inloop-brain ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "inloop/brain"
4
+
5
+ Inloop::Brain::CLI.start(ARGV)
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: inloop-brain
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Your Name
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-04-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '13.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '13.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ description: A simple command-line tool that sends prompts to the Inloop Brain Access
56
+ Kit API and returns responses
57
+ email:
58
+ - your.email@example.com
59
+ executables:
60
+ - inloop-brain
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - bin/inloop-brain
65
+ homepage: https://inloop.studio
66
+ licenses:
67
+ - MIT
68
+ metadata:
69
+ homepage_uri: https://inloop.studio
70
+ source_code_uri: https://github.com/yourusername/inloop-brain
71
+ changelog_uri: https://github.com/yourusername/inloop-brain/blob/main/CHANGELOG.md
72
+ post_install_message:
73
+ rdoc_options: []
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 2.6.0
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ requirements: []
87
+ rubygems_version: 3.5.11
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: Command-line interface for the Inloop Brain Access Kit
91
+ test_files: []