understand 0.0.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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/understand +3 -0
  3. data/lib/understand.rb +5 -0
  4. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 86a05e2ff179cb908a9b5400b548a31c7fe64f4dce41ee60614107a2bcf15704
4
+ data.tar.gz: e527daf41b0d24bbdb7763ae96b5f9dc50c891c278b42a61527a69e079b39dbf
5
+ SHA512:
6
+ metadata.gz: 9be5dd6701740e086942ce7da003c31b1285759782f8eb973198c187620e2d4a7534f5b6844556595cbcf71e664c3c388b2e0a56018da42360362b41f8bf8e80
7
+ data.tar.gz: ac8b2a995a24ecbddab063c9c4b7af2a5568d6919bb575e039c50848bb12c7a46f86ae68d169e608577fec271876f89e725739dbbf008c3fd00906e95a0a9038
data/bin/understand ADDED
@@ -0,0 +1,3 @@
1
+ require "understand"
2
+
3
+ Understand.hello
data/lib/understand.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Understand
2
+ def self.hello
3
+ puts 'Hello world'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: understand
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: A gem to help you understand your codebases using the power of LLM's
13
+ ( not a vibe coding tool )
14
+ email: indigo@tech.tut
15
+ executables:
16
+ - understand
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/understand
21
+ - lib/understand.rb
22
+ homepage: https://rubygems.org/gems/understand
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.6.9
41
+ specification_version: 4
42
+ summary: Understand your codebase with a LLM
43
+ test_files: []