boma 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/boma/version.rb +5 -0
  3. data/lib/boma.rb +8 -0
  4. metadata +52 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bd738c114b084dceb1a540b24d5bab9b44bd416cd85f7cea2dc004bbe549a2e7
4
+ data.tar.gz: 3156c6ba142a761d79eb4dfee8775e862e858b9c84bd96631fbfdedb42249711
5
+ SHA512:
6
+ metadata.gz: 3a1a8da91418eb7034c70e6bea1ec3ce61e22082b451dc56d351c4f0e1ba51633e660ed6ec110a07636deeff6c0f44e4f6c189c68d6b22e04ada4558aca440ca
7
+ data.tar.gz: f049d8f989a8fe53fc776dbc8f4f23b5601d1e9f93c3b8ac4caec0f763b52ecba7f4d11cd4fcf1c8e2037c53c9392a284429ad79df64a605ebec630d679edbc7
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Boma
4
+ VERSION = "0.1.0"
5
+ end
data/lib/boma.rb ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "boma/version"
4
+
5
+ module Boma
6
+ class Error < StandardError; end
7
+ # Your code goes here...
8
+ end
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: boma
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Madalitso Simbeye
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-04-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Boma Gem for building AI agents, workflows, and service integrations.
14
+ Boma provides a framework for creating intelligent agents that can perform complex
15
+ tasks by integrating with various services and APIs. It allows developers to build
16
+ AI-powered applications with ease, enabling them to automate workflows, make decisions,
17
+ and interact with users in a natural way.
18
+ email:
19
+ - madalitsosimbeye173@gmail.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/boma.rb
25
+ - lib/boma/version.rb
26
+ homepage: https://bomalabs.ai
27
+ licenses:
28
+ - MIT
29
+ metadata:
30
+ homepage_uri: https://bomalabs.ai
31
+ source_code_uri: https://bomalabs.ai
32
+ changelog_uri: https://bomalabs.ai/changelog
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 2.6.0
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubygems_version: 3.4.10
49
+ signing_key:
50
+ specification_version: 4
51
+ summary: Boma Gem for building AI agents, workflows, and service integrations.
52
+ test_files: []