onvo 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/onvo.rb +7 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 23ad72e25804c989c6799a2f5ef6880eedd3800a2aaf5e3ac56e4fb282512134
4
+ data.tar.gz: 3db6519cfe76d919620d33aa6fc10c491139897fc9e118b16de1b15eb9ddb8f9
5
+ SHA512:
6
+ metadata.gz: 112d841d43f7a965712d95addb47530f2207b7a7c5c42536438cd10f745dd0675f4c26f6ca2bef34eea69be9be49bf0e2eb12e21d0fb5e289825fea6f76775d2
7
+ data.tar.gz: eed16b5a32c784cfa285971177a7c152b3ec3718bc9b24723ceaaeda71b459fbb45d5afc5551dd7ff95b62ed3a2f09da61f17cc1d0f37c75e6f0d0286b4ae0fb
data/lib/onvo.rb ADDED
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ class TestGem::Hello
4
+ def self.hello
5
+ puts "Hello world!"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: onvo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ronnel Davis
8
+ - Bryan Davis
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-09-12 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description:
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/onvo.rb
21
+ homepage:
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
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: 2.6.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.3.7
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: A gem to provide utilities to seamlessly communicate with the Onvo platform,
43
+ allowing developers to integrate AI-powered dashboards into their products.
44
+ test_files: []